From 13ff1627a891ead76d2cf7709347bd46d1eec8ee Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Fri, 20 Oct 2017 12:35:39 +0800 Subject: [PATCH 01/11] [Storage] Updated package version --- .../Microsoft.Azure.Management.Storage.csproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index ade92009b1bf..c6855fbc4be5 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -18,4 +18,16 @@ + + + Microsoft.Azure.Management.Storage + Microsoft Azure Management Storage Library + Microsoft.Azure.Management.Storage + 7.1.0-preview + Microsoft Azure Storage management;Storage;Storage management + See https://aka.ms/asdotnetsdkchangelog for release notes. + + + net452;netstandard1.4 + \ No newline at end of file From 5f581a251d89acdc0ced0ad7697789b4124b522b Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Fri, 27 Oct 2017 16:31:26 +0800 Subject: [PATCH 02/11] Added blob service/container api. --- .../Generated/BlobContainersOperations.cs | 3397 +++++++++++++++++ .../BlobContainersOperationsExtensions.cs | 861 +++++ .../Generated/BlobServiceOperations.cs | 511 +++ .../BlobServiceOperationsExtensions.cs | 146 + .../Generated/IBlobContainersOperations.cs | 523 +++ .../Generated/IBlobServiceOperations.cs | 96 + .../Generated/IStorageManagementClient.cs | 10 + .../Generated/Models/BlobContainer.cs | 138 + .../Generated/Models/BlobResource.cs | 69 + .../Generated/Models/BlobServiceProperties.cs | 81 + .../BlobServicePropertiesSetParameters.cs | 83 + .../Generated/Models/CorsRule.cs | 104 + .../Generated/Models/HTTPMethod.cs | 90 + .../Generated/Models/ImmutabilityPolicy.cs | 76 + .../Models/ImmutabilityPolicyProperties.cs | 74 + .../Models/ImmutabilityPolicyState.cs | 60 + .../Generated/Models/Kind.cs | 6 - .../Generated/Models/LeaseDuration.cs | 60 + .../Generated/Models/LeaseState.cs | 78 + .../Generated/Models/LeaseStatus.cs | 60 + .../Generated/Models/LegalHold.cs | 61 + .../Generated/Models/ListContainerItem.cs | 138 + .../Generated/Models/ListContainerItems.cs | 53 + .../Generated/Models/PublicAccess.cs | 60 + .../Generated/Models/Sku.cs | 4 +- .../Generated/Models/StorageAccount.cs | 5 +- .../Models/StorageAccountCreateParameters.cs | 5 +- .../Generated/StorageManagementClient.cs | 12 + .../Microsoft.Azure.Management.Storage.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Helpers/StorageManagementTestUtilities.cs | 2 +- .../Storage.Tests/Tests/BlobServiceTests.cs | 596 +++ 32 files changed, 7446 insertions(+), 17 deletions(-) create mode 100644 src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs create mode 100644 src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs new file mode 100644 index 000000000000..cfaeab5aa192 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs @@ -0,0 +1,3397 @@ +// +// 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.Storage +{ + 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; + + /// + /// BlobContainersOperations operations. + /// + internal partial class BlobContainersOperations : IServiceOperations, IBlobContainersOperations + { + /// + /// Initializes a new instance of the BlobContainersOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal BlobContainersOperations(StorageManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the StorageManagementClient + /// + public StorageManagementClient Client { get; private set; } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + 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("accountName", accountName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + /// + /// 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> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + BlobContainer blobContainer = new BlobContainer(); + if (publicAccess != null || metadata != null) + { + blobContainer.PublicAccess = publicAccess; + blobContainer.Metadata = metadata; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("blobContainer", blobContainer); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Create", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(blobContainer != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(blobContainer, 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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + /// + /// 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> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + BlobContainer blobContainer = new BlobContainer(); + if (publicAccess != null || metadata != null) + { + blobContainer.PublicAccess = publicAccess; + blobContainer.Metadata = metadata; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("blobContainer", blobContainer); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Update", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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("PATCH"); + _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(blobContainer != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(blobContainer, 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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// 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 LeaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "Lease", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/lease").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO + /// + /// + /// 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> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + LegalHold legalHold = new LegalHold(); + if (tags != null) + { + legalHold.Tags = tags; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("legalHold", legalHold); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "SetLegalHold", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/setLegalHold").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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(legalHold != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(legalHold, 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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO + /// + /// + /// 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> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + LegalHold legalHold = new LegalHold(); + if (tags != null) + { + legalHold.Tags = tags; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("legalHold", legalHold); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ClearLegalHold", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/clearLegalHold").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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(legalHold != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(legalHold, 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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// TODO + /// + /// + /// 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> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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 (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + ImmutabilityPolicy parameters = default(ImmutabilityPolicy); + parameters = new ImmutabilityPolicy(); + parameters.ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdateImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + 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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// 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> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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 (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// 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> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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 (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "DeleteImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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 (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// 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> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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 (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "LockImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/lock").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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 (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + 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; + } + + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// TODO + /// + /// + /// 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> ExtendImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (containerName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); + } + if (containerName != null) + { + if (containerName.Length > 63) + { + throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); + } + if (containerName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "containerName", 3); + } + } + 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 (ifMatch == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + } + ImmutabilityPolicy parameters = default(ImmutabilityPolicy); + parameters = new ImmutabilityPolicy(); + parameters.ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("containerName", containerName); + tracingParameters.Add("ifMatch", ifMatch); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ExtendImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default/extend").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _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 (ifMatch != null) + { + if (_httpRequest.Headers.Contains("If-Match")) + { + _httpRequest.Headers.Remove("If-Match"); + } + _httpRequest.Headers.TryAddWithoutValidation("If-Match", ifMatch); + } + 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) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs new file mode 100644 index 000000000000..f839fb46ef2f --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs @@ -0,0 +1,861 @@ +// +// 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.Storage +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for BlobContainersOperations. + /// + public static partial class BlobContainersOperationsExtensions + { + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + public static ListContainerItems List(this IBlobContainersOperations operations, string resourceGroupName, string accountName) + { + return operations.ListAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The cancellation token. + /// + public static async Task ListAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + public static BlobContainer Create(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary)) + { + return operations.CreateAsync(resourceGroupName, accountName, containerName, publicAccess, metadata).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + /// + /// The cancellation token. + /// + public static async Task CreateAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateWithHttpMessagesAsync(resourceGroupName, accountName, containerName, publicAccess, metadata, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + public static BlobContainer Update(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary)) + { + return operations.UpdateAsync(resourceGroupName, accountName, containerName, publicAccess, metadata).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + /// + /// The cancellation token. + /// + public static async Task UpdateAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, accountName, containerName, publicAccess, metadata, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + public static BlobContainer Get(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName) + { + return operations.GetAsync(resourceGroupName, accountName, containerName).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The cancellation token. + /// + public static async Task GetAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, accountName, containerName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + public static void Delete(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName) + { + operations.DeleteAsync(resourceGroupName, accountName, containerName).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, accountName, containerName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + public static void Lease(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName) + { + operations.LeaseAsync(resourceGroupName, accountName, containerName).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The cancellation token. + /// + public static async Task LeaseAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.LeaseWithHttpMessagesAsync(resourceGroupName, accountName, containerName, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO + /// + public static LegalHold SetLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList)) + { + return operations.SetLegalHoldAsync(resourceGroupName, accountName, containerName, tags).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO + /// + /// + /// The cancellation token. + /// + public static async Task SetLegalHoldAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.SetLegalHoldWithHttpMessagesAsync(resourceGroupName, accountName, containerName, tags, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO + /// + public static LegalHold ClearLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList)) + { + return operations.ClearLegalHoldAsync(resourceGroupName, accountName, containerName, tags).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// TODO + /// + /// + /// The cancellation token. + /// + public static async Task ClearLegalHoldAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList), CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ClearLegalHoldWithHttpMessagesAsync(resourceGroupName, accountName, containerName, tags, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// TODO + /// + public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays) + { + return operations.CreateOrUpdateImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, immutabilityPeriodSinceCreationInDays).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// TODO + /// + /// + /// The cancellation token. + /// + public static async Task CreateOrUpdateImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, immutabilityPeriodSinceCreationInDays, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + public static ImmutabilityPolicy GetImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch) + { + return operations.GetImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// The cancellation token. + /// + public static async Task GetImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + public static ImmutabilityPolicy DeleteImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch) + { + return operations.DeleteImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// The cancellation token. + /// + public static async Task DeleteImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.DeleteImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + public static ImmutabilityPolicy LockImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch) + { + return operations.LockImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// The cancellation token. + /// + public static async Task LockImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.LockImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// TODO + /// + public static ImmutabilityPolicy ExtendImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays) + { + return operations.ExtendImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, immutabilityPeriodSinceCreationInDays).GetAwaiter().GetResult(); + } + + /// + /// TODO + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage account. Blob + /// container names must be between 3 and 63 characters in length and use + /// numbers, lower-case letters and dash (-) only. Every dash (-) character + /// must be immediately preceded and followed by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to update. A + /// value of "*" can be used to apply the operation only if the immutability + /// policy already exists. If omitted, this operation will always be applied. + /// + /// + /// TODO + /// + /// + /// The cancellation token. + /// + public static async Task ExtendImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ExtendImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, immutabilityPeriodSinceCreationInDays, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs new file mode 100644 index 000000000000..5e4d933fb210 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs @@ -0,0 +1,511 @@ +// +// 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.Storage +{ + 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; + + /// + /// BlobServiceOperations operations. + /// + internal partial class BlobServiceOperations : IServiceOperations, IBlobServiceOperations + { + /// + /// Initializes a new instance of the BlobServiceOperations class. + /// + /// + /// Reference to the service client. + /// + /// + /// Thrown when a required parameter is null + /// + internal BlobServiceOperations(StorageManagementClient client) + { + if (client == null) + { + throw new System.ArgumentNullException("client"); + } + Client = client; + } + + /// + /// Gets a reference to the StorageManagementClient + /// + public StorageManagementClient Client { get; private set; } + + /// + /// Sets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) + /// rules. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// Specifies a CORS rule for the Blob service. You can include up to five + /// CorsRule elements in the request. If no CorsRule elements are included in + /// the request body, all CORS rules will be deleted, and CORS will be disabled + /// for the Blob service. + /// + /// + /// DefaultServiceVersion indicates the default version to use for requests to + /// the Blob service if an incoming request’s version is not specified. + /// Possible values include version 2008-10-27 and all more recent versions. + /// + /// + /// 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 SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + BlobServiceProperties parameters = new BlobServiceProperties(); + if (cors != null || defaultServiceVersion != null) + { + parameters.Cors = cors; + parameters.DefaultServiceVersion = defaultServiceVersion; + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("resourceGroupName", resourceGroupName); + tracingParameters.Add("accountName", accountName); + tracingParameters.Add("parameters", parameters); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "SetServiceProperties", 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.Storage/storageAccounts/{accountName}/blobServices/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("PUT"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + if(parameters != null) + { + _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); + _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); + _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); + } + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + /// + /// Gets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) + /// rules. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// 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> GetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (resourceGroupName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); + } + if (resourceGroupName != null) + { + if (resourceGroupName.Length > 90) + { + throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); + } + if (resourceGroupName.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); + } + if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) + { + throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); + } + } + if (accountName == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); + } + if (accountName != null) + { + if (accountName.Length > 24) + { + throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); + } + if (accountName.Length < 3) + { + throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + } + } + 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("accountName", accountName); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "GetServiceProperties", 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.Storage/storageAccounts/{accountName}/blobServices/default").ToString(); + _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); + _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs new file mode 100644 index 000000000000..1f8c9ad484cf --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs @@ -0,0 +1,146 @@ +// +// 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.Storage +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// Extension methods for BlobServiceOperations. + /// + public static partial class BlobServiceOperationsExtensions + { + /// + /// Sets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) + /// rules. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// Specifies a CORS rule for the Blob service. You can include up to five + /// CorsRule elements in the request. If no CorsRule elements are included in + /// the request body, all CORS rules will be deleted, and CORS will be disabled + /// for the Blob service. + /// + /// + /// DefaultServiceVersion indicates the default version to use for requests to + /// the Blob service if an incoming request’s version is not specified. + /// Possible values include version 2008-10-27 and all more recent versions. + /// + public static void SetServiceProperties(this IBlobServiceOperations operations, string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string)) + { + operations.SetServicePropertiesAsync(resourceGroupName, accountName, cors, defaultServiceVersion).GetAwaiter().GetResult(); + } + + /// + /// Sets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) + /// rules. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// Specifies a CORS rule for the Blob service. You can include up to five + /// CorsRule elements in the request. If no CorsRule elements are included in + /// the request body, all CORS rules will be deleted, and CORS will be disabled + /// for the Blob service. + /// + /// + /// DefaultServiceVersion indicates the default version to use for requests to + /// the Blob service if an incoming request’s version is not specified. + /// Possible values include version 2008-10-27 and all more recent versions. + /// + /// + /// The cancellation token. + /// + public static async Task SetServicePropertiesAsync(this IBlobServiceOperations operations, string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string), CancellationToken cancellationToken = default(CancellationToken)) + { + (await operations.SetServicePropertiesWithHttpMessagesAsync(resourceGroupName, accountName, cors, defaultServiceVersion, null, cancellationToken).ConfigureAwait(false)).Dispose(); + } + + /// + /// Gets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) + /// rules. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + public static BlobServiceProperties GetServiceProperties(this IBlobServiceOperations operations, string resourceGroupName, string accountName) + { + return operations.GetServicePropertiesAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); + } + + /// + /// Gets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) + /// rules. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The name of the resource group within the user's subscription. The name is + /// case insensitive. + /// + /// + /// The name of the storage account within the specified resource group. + /// Storage account names must be between 3 and 24 characters in length and use + /// numbers and lower-case letters only. + /// + /// + /// The cancellation token. + /// + public static async Task GetServicePropertiesAsync(this IBlobServiceOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.GetServicePropertiesWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs new file mode 100644 index 000000000000..d9b92b7fb896 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs @@ -0,0 +1,523 @@ +// +// 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.Storage +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// BlobContainersOperations operations. + /// + public partial interface IBlobContainersOperations + { + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + /// + /// 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> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// TODO. Possible values include: 'container', 'blob' + /// + /// + /// TODO + /// + /// + /// 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> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when a required parameter is null + /// + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// 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 LeaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// TODO + /// + /// + /// 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> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// TODO + /// + /// + /// 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> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to + /// update. A value of "*" can be used to apply the operation only if + /// the immutability policy already exists. If omitted, this operation + /// will always be applied. + /// + /// + /// TODO + /// + /// + /// 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> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to + /// update. A value of "*" can be used to apply the operation only if + /// the immutability policy already exists. If omitted, this operation + /// will always be applied. + /// + /// + /// 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> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to + /// update. A value of "*" can be used to apply the operation only if + /// the immutability policy already exists. If omitted, this operation + /// will always be applied. + /// + /// + /// 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> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to + /// update. A value of "*" can be used to apply the operation only if + /// the immutability policy already exists. If omitted, this operation + /// will always be applied. + /// + /// + /// 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> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// TODO + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// The name of the blob container within the specified storage + /// account. Blob container names must be between 3 and 63 characters + /// in length and use numbers, lower-case letters and dash (-) only. + /// Every dash (-) character must be immediately preceded and followed + /// by a letter or number. + /// + /// + /// The entity state (ETag) version of the immutability policy to + /// update. A value of "*" can be used to apply the operation only if + /// the immutability policy already exists. If omitted, this operation + /// will always be applied. + /// + /// + /// TODO + /// + /// + /// 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> ExtendImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs new file mode 100644 index 000000000000..192816971d8a --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs @@ -0,0 +1,96 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Models; + using System.Collections; + using System.Collections.Generic; + using System.Threading; + using System.Threading.Tasks; + + /// + /// BlobServiceOperations operations. + /// + public partial interface IBlobServiceOperations + { + /// + /// Sets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource + /// Sharing) rules. + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// Specifies a CORS rule for the Blob service. You can include up to + /// five CorsRule elements in the request. If no CorsRule elements are + /// included in the request body, all CORS rules will be deleted, and + /// CORS will be disabled for the Blob service. + /// + /// + /// DefaultServiceVersion indicates the default version to use for + /// requests to the Blob service if an incoming request’s version is + /// not specified. Possible values include version 2008-10-27 and all + /// more recent versions. + /// + /// + /// 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 SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the properties of a storage account’s Blob service, including + /// properties for Storage Analytics and CORS (Cross-Origin Resource + /// Sharing) rules. + /// + /// + /// The name of the resource group within the user's subscription. The + /// name is case insensitive. + /// + /// + /// The name of the storage account within the specified resource + /// group. Storage account names must be between 3 and 24 characters in + /// length and use numbers and lower-case letters only. + /// + /// + /// 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> GetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs index c0bc3311bc15..b4318bbcff39 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs @@ -90,5 +90,15 @@ public partial interface IStorageManagementClient : System.IDisposable /// IUsageOperations Usage { get; } + /// + /// Gets the IBlobServiceOperations. + /// + IBlobServiceOperations BlobService { get; } + + /// + /// Gets the IBlobContainersOperations. + /// + IBlobContainersOperations BlobContainers { get; } + } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs new file mode 100644 index 000000000000..a347d595b982 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs @@ -0,0 +1,138 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// TODO + /// + [Rest.Serialization.JsonTransformation] + public partial class BlobContainer : BlobResource + { + /// + /// Initializes a new instance of the BlobContainer class. + /// + public BlobContainer() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BlobContainer class. + /// + /// Resource Id + /// Resource name + /// Resource type + /// TODO. Possible values include: + /// 'container', 'blob' + /// TODO. Possible values include: 'locked', + /// 'unlocked' + /// TODO. Possible values include: + /// 'available', 'leased', 'expired', 'breaking', 'broken' + /// TODO. Possible values include: + /// 'infinite', 'fixed' + /// TODO + /// TODO + /// TODO + public BlobContainer(string id = default(string), string name = default(string), string type = default(string), PublicAccess? publicAccess = default(PublicAccess?), string etag = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) + : base(id, name, type) + { + PublicAccess = publicAccess; + Etag = etag; + LastModifiedTime = lastModifiedTime; + LeaseStatus = leaseStatus; + LeaseState = leaseState; + LeaseDuration = leaseDuration; + Metadata = metadata; + ImmutabilityPolicy = immutabilityPolicy; + LegalHold = legalHold; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets TODO. Possible values include: 'container', 'blob' + /// + [JsonProperty(PropertyName = "properties.publicAccess")] + public PublicAccess? PublicAccess { get; set; } + + /// + /// + [JsonProperty(PropertyName = "properties.etag")] + public string Etag { get; private set; } + + /// + /// + [JsonProperty(PropertyName = "properties.lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets TODO. Possible values include: 'locked', 'unlocked' + /// + [JsonProperty(PropertyName = "properties.leaseStatus")] + public LeaseStatus? LeaseStatus { get; private set; } + + /// + /// Gets TODO. Possible values include: 'available', 'leased', + /// 'expired', 'breaking', 'broken' + /// + [JsonProperty(PropertyName = "properties.leaseState")] + public LeaseState? LeaseState { get; private set; } + + /// + /// Gets TODO. Possible values include: 'infinite', 'fixed' + /// + [JsonProperty(PropertyName = "properties.leaseDuration")] + public LeaseDuration? LeaseDuration { get; private set; } + + /// + /// Gets or sets TODO + /// + [JsonProperty(PropertyName = "properties.metadata")] + public IDictionary Metadata { get; set; } + + /// + /// Gets TODO + /// + [JsonProperty(PropertyName = "properties.immutabilityPolicy")] + public ImmutabilityPolicyProperties ImmutabilityPolicy { get; private set; } + + /// + /// Gets TODO + /// + [JsonProperty(PropertyName = "properties.LegalHold")] + public LegalHold LegalHold { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ImmutabilityPolicy != null) + { + ImmutabilityPolicy.Validate(); + } + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs new file mode 100644 index 000000000000..7a4719308b3e --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs @@ -0,0 +1,69 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes a storage resource. + /// + public partial class BlobResource : IResource + { + /// + /// Initializes a new instance of the BlobResource class. + /// + public BlobResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BlobResource class. + /// + /// Resource Id + /// Resource name + /// Resource type + public BlobResource(string id = default(string), string name = default(string), string type = default(string)) + { + Id = id; + Name = name; + Type = type; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets resource Id + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets resource name + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets resource type + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; private set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs new file mode 100644 index 000000000000..41bd83888e12 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs @@ -0,0 +1,81 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The properties of a storage account’s Blob service. + /// + [Rest.Serialization.JsonTransformation] + public partial class BlobServiceProperties : BlobResource + { + /// + /// Initializes a new instance of the BlobServiceProperties class. + /// + public BlobServiceProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BlobServiceProperties class. + /// + /// Resource Id + /// Resource name + /// Resource type + /// Specifies a CORS rule for the Blob service. You + /// can include up to five CorsRule elements in the request. If no + /// CorsRule elements are included in the request body, all CORS rules + /// will be deleted, and CORS will be disabled for the Blob + /// service. + /// DefaultServiceVersion indicates + /// the default version to use for requests to the Blob service if an + /// incoming request’s version is not specified. Possible values + /// include version 2008-10-27 and all more recent versions. + public BlobServiceProperties(string id = default(string), string name = default(string), string type = default(string), IList cors = default(IList), string defaultServiceVersion = default(string)) + : base(id, name, type) + { + Cors = cors; + DefaultServiceVersion = defaultServiceVersion; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets specifies a CORS rule for the Blob service. You can + /// include up to five CorsRule elements in the request. If no CorsRule + /// elements are included in the request body, all CORS rules will be + /// deleted, and CORS will be disabled for the Blob service. + /// + [JsonProperty(PropertyName = "properties.cors")] + public IList Cors { get; set; } + + /// + /// Gets or sets defaultServiceVersion indicates the default version to + /// use for requests to the Blob service if an incoming request’s + /// version is not specified. Possible values include version + /// 2008-10-27 and all more recent versions. + /// + [JsonProperty(PropertyName = "properties.defaultServiceVersion")] + public string DefaultServiceVersion { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs new file mode 100644 index 000000000000..5be6369a7e5e --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs @@ -0,0 +1,83 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The properties of a storage account’s Blob service. + /// + [Rest.Serialization.JsonTransformation] + public partial class BlobServicePropertiesSetParameters : BlobResource + { + /// + /// Initializes a new instance of the + /// BlobServicePropertiesSetParameters class. + /// + public BlobServicePropertiesSetParameters() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// BlobServicePropertiesSetParameters class. + /// + /// Resource Id + /// Resource name + /// Resource type + /// Specifies a CORS rule for the Blob service. You + /// can include up to five CorsRule elements in the request. If no + /// CorsRule elements are included in the request body, all CORS rules + /// will be deleted, and CORS will be disabled for the Blob + /// service. + /// DefaultServiceVersion indicates + /// the default version to use for requests to the Blob service if an + /// incoming request’s version is not specified. Possible values + /// include version 2008-10-27 and all more recent versions. + public BlobServicePropertiesSetParameters(string id = default(string), string name = default(string), string type = default(string), IList cors = default(IList), string defaultServiceVersion = default(string)) + : base(id, name, type) + { + Cors = cors; + DefaultServiceVersion = defaultServiceVersion; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets specifies a CORS rule for the Blob service. You can + /// include up to five CorsRule elements in the request. If no CorsRule + /// elements are included in the request body, all CORS rules will be + /// deleted, and CORS will be disabled for the Blob service. + /// + [JsonProperty(PropertyName = "storageServiceProperties.cors")] + public IList Cors { get; set; } + + /// + /// Gets or sets defaultServiceVersion indicates the default version to + /// use for requests to the Blob service if an incoming request’s + /// version is not specified. Possible values include version + /// 2008-10-27 and all more recent versions. + /// + [JsonProperty(PropertyName = "storageServiceProperties.defaultServiceVersion")] + public string DefaultServiceVersion { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs new file mode 100644 index 000000000000..cd570d35a653 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs @@ -0,0 +1,104 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Specifies a CORS rule for the Blob service. + /// + public partial class CorsRule + { + /// + /// Initializes a new instance of the CorsRule class. + /// + public CorsRule() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the CorsRule class. + /// + /// Required if CorsRule element is + /// present. A list of origin domains that will be allowed via CORS, or + /// "*" to allow all domains + /// Required if CorsRule element is + /// present. A list of HTTP methods that are allowed to be executed by + /// the origin. Possible values include: 'DELETE', 'GET', 'HEAD', + /// 'MERGE', 'POST', 'OPTIONS', 'PUT' + /// Required if CorsRule element is + /// present. The number of seconds that the client/browser should cache + /// a preflight response. + /// Required if CorsRule element is + /// present. A list of response headers to expose to CORS + /// clients. + /// Required if CorsRule element is + /// present. A list of headers allowed to be part of the cross-origin + /// request. + public CorsRule(IList allowedOrigins = default(IList), HTTPMethod? allowedMethods = default(HTTPMethod?), int? maxAgeInSeconds = default(int?), IList exposedHeaders = default(IList), IList allowedHeaders = default(IList)) + { + AllowedOrigins = allowedOrigins; + AllowedMethods = allowedMethods; + MaxAgeInSeconds = maxAgeInSeconds; + ExposedHeaders = exposedHeaders; + AllowedHeaders = allowedHeaders; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets required if CorsRule element is present. A list of + /// origin domains that will be allowed via CORS, or "*" to allow all + /// domains + /// + [JsonProperty(PropertyName = "allowedOrigins")] + public IList AllowedOrigins { get; set; } + + /// + /// Gets or sets required if CorsRule element is present. A list of + /// HTTP methods that are allowed to be executed by the origin. + /// Possible values include: 'DELETE', 'GET', 'HEAD', 'MERGE', 'POST', + /// 'OPTIONS', 'PUT' + /// + [JsonProperty(PropertyName = "allowedMethods")] + public HTTPMethod? AllowedMethods { get; set; } + + /// + /// Gets or sets required if CorsRule element is present. The number of + /// seconds that the client/browser should cache a preflight response. + /// + [JsonProperty(PropertyName = "maxAgeInSeconds")] + public int? MaxAgeInSeconds { get; set; } + + /// + /// Gets or sets required if CorsRule element is present. A list of + /// response headers to expose to CORS clients. + /// + [JsonProperty(PropertyName = "exposedHeaders")] + public IList ExposedHeaders { get; set; } + + /// + /// Gets or sets required if CorsRule element is present. A list of + /// headers allowed to be part of the cross-origin request. + /// + [JsonProperty(PropertyName = "allowedHeaders")] + public IList AllowedHeaders { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs new file mode 100644 index 000000000000..e9d65feef7f6 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs @@ -0,0 +1,90 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for HTTPMethod. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum HTTPMethod + { + [EnumMember(Value = "DELETE")] + DELETE, + [EnumMember(Value = "GET")] + GET, + [EnumMember(Value = "HEAD")] + HEAD, + [EnumMember(Value = "MERGE")] + MERGE, + [EnumMember(Value = "POST")] + POST, + [EnumMember(Value = "OPTIONS")] + OPTIONS, + [EnumMember(Value = "PUT")] + PUT + } + internal static class HTTPMethodEnumExtension + { + internal static string ToSerializedValue(this HTTPMethod? value) + { + return value == null ? null : ((HTTPMethod)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this HTTPMethod value) + { + switch( value ) + { + case HTTPMethod.DELETE: + return "DELETE"; + case HTTPMethod.GET: + return "GET"; + case HTTPMethod.HEAD: + return "HEAD"; + case HTTPMethod.MERGE: + return "MERGE"; + case HTTPMethod.POST: + return "POST"; + case HTTPMethod.OPTIONS: + return "OPTIONS"; + case HTTPMethod.PUT: + return "PUT"; + } + return null; + } + + internal static HTTPMethod? ParseHTTPMethod(this string value) + { + switch( value ) + { + case "DELETE": + return HTTPMethod.DELETE; + case "GET": + return HTTPMethod.GET; + case "HEAD": + return HTTPMethod.HEAD; + case "MERGE": + return HTTPMethod.MERGE; + case "POST": + return HTTPMethod.POST; + case "OPTIONS": + return HTTPMethod.OPTIONS; + case "PUT": + return HTTPMethod.PUT; + } + return null; + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs new file mode 100644 index 000000000000..2feb04c93417 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs @@ -0,0 +1,76 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// TODO + /// + [Rest.Serialization.JsonTransformation] + public partial class ImmutabilityPolicy : BlobResource + { + /// + /// Initializes a new instance of the ImmutabilityPolicy class. + /// + public ImmutabilityPolicy() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ImmutabilityPolicy class. + /// + /// TODO + /// Resource Id + /// Resource name + /// Resource type + /// TODO. Possible values include: 'Locked', + /// 'Unlocked' + public ImmutabilityPolicy(int immutabilityPeriodSinceCreationInDays, string id = default(string), string name = default(string), string type = default(string), ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) + : base(id, name, type) + { + ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; + State = state; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets TODO + /// + [JsonProperty(PropertyName = "properties.ImmutabilityPeriodSinceCreationInDays")] + public int ImmutabilityPeriodSinceCreationInDays { get; set; } + + /// + /// Gets TODO. Possible values include: 'Locked', 'Unlocked' + /// + [JsonProperty(PropertyName = "properties.State")] + public ImmutabilityPolicyState? State { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs new file mode 100644 index 000000000000..f098eebdd981 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs @@ -0,0 +1,74 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Linq; + + /// + /// TODO + /// + [Rest.Serialization.JsonTransformation] + public partial class ImmutabilityPolicyProperties + { + /// + /// Initializes a new instance of the ImmutabilityPolicyProperties + /// class. + /// + public ImmutabilityPolicyProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ImmutabilityPolicyProperties + /// class. + /// + /// TODO + /// TODO. Possible values include: 'Locked', + /// 'Unlocked' + public ImmutabilityPolicyProperties(int immutabilityPeriodSinceCreationInDays, ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) + { + ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; + State = state; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets TODO + /// + [JsonProperty(PropertyName = "properties.ImmutabilityPeriodSinceCreationInDays")] + public int ImmutabilityPeriodSinceCreationInDays { get; set; } + + /// + /// Gets TODO. Possible values include: 'Locked', 'Unlocked' + /// + [JsonProperty(PropertyName = "properties.State")] + public ImmutabilityPolicyState? State { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs new file mode 100644 index 000000000000..b95554952a08 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for ImmutabilityPolicyState. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum ImmutabilityPolicyState + { + [EnumMember(Value = "Locked")] + Locked, + [EnumMember(Value = "Unlocked")] + Unlocked + } + internal static class ImmutabilityPolicyStateEnumExtension + { + internal static string ToSerializedValue(this ImmutabilityPolicyState? value) + { + return value == null ? null : ((ImmutabilityPolicyState)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this ImmutabilityPolicyState value) + { + switch( value ) + { + case ImmutabilityPolicyState.Locked: + return "Locked"; + case ImmutabilityPolicyState.Unlocked: + return "Unlocked"; + } + return null; + } + + internal static ImmutabilityPolicyState? ParseImmutabilityPolicyState(this string value) + { + switch( value ) + { + case "Locked": + return ImmutabilityPolicyState.Locked; + case "Unlocked": + return ImmutabilityPolicyState.Unlocked; + } + return null; + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs index c2c1edd5b0aa..5fc47359a008 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs @@ -23,8 +23,6 @@ public enum Kind { [EnumMember(Value = "Storage")] Storage, - [EnumMember(Value = "StorageV2")] - StorageV2, [EnumMember(Value = "BlobStorage")] BlobStorage } @@ -41,8 +39,6 @@ internal static string ToSerializedValue(this Kind value) { case Kind.Storage: return "Storage"; - case Kind.StorageV2: - return "StorageV2"; case Kind.BlobStorage: return "BlobStorage"; } @@ -55,8 +51,6 @@ internal static string ToSerializedValue(this Kind value) { case "Storage": return Kind.Storage; - case "StorageV2": - return Kind.StorageV2; case "BlobStorage": return Kind.BlobStorage; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs new file mode 100644 index 000000000000..03c8998b8a44 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for LeaseDuration. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum LeaseDuration + { + [EnumMember(Value = "infinite")] + Infinite, + [EnumMember(Value = "fixed")] + Fixed + } + internal static class LeaseDurationEnumExtension + { + internal static string ToSerializedValue(this LeaseDuration? value) + { + return value == null ? null : ((LeaseDuration)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this LeaseDuration value) + { + switch( value ) + { + case LeaseDuration.Infinite: + return "infinite"; + case LeaseDuration.Fixed: + return "fixed"; + } + return null; + } + + internal static LeaseDuration? ParseLeaseDuration(this string value) + { + switch( value ) + { + case "infinite": + return LeaseDuration.Infinite; + case "fixed": + return LeaseDuration.Fixed; + } + return null; + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs new file mode 100644 index 000000000000..13c9c26ed82a --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs @@ -0,0 +1,78 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for LeaseState. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum LeaseState + { + [EnumMember(Value = "available")] + Available, + [EnumMember(Value = "leased")] + Leased, + [EnumMember(Value = "expired")] + Expired, + [EnumMember(Value = "breaking")] + Breaking, + [EnumMember(Value = "broken")] + Broken + } + internal static class LeaseStateEnumExtension + { + internal static string ToSerializedValue(this LeaseState? value) + { + return value == null ? null : ((LeaseState)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this LeaseState value) + { + switch( value ) + { + case LeaseState.Available: + return "available"; + case LeaseState.Leased: + return "leased"; + case LeaseState.Expired: + return "expired"; + case LeaseState.Breaking: + return "breaking"; + case LeaseState.Broken: + return "broken"; + } + return null; + } + + internal static LeaseState? ParseLeaseState(this string value) + { + switch( value ) + { + case "available": + return LeaseState.Available; + case "leased": + return LeaseState.Leased; + case "expired": + return LeaseState.Expired; + case "breaking": + return LeaseState.Breaking; + case "broken": + return LeaseState.Broken; + } + return null; + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs new file mode 100644 index 000000000000..710ef3c4c447 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for LeaseStatus. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum LeaseStatus + { + [EnumMember(Value = "locked")] + Locked, + [EnumMember(Value = "unlocked")] + Unlocked + } + internal static class LeaseStatusEnumExtension + { + internal static string ToSerializedValue(this LeaseStatus? value) + { + return value == null ? null : ((LeaseStatus)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this LeaseStatus value) + { + switch( value ) + { + case LeaseStatus.Locked: + return "locked"; + case LeaseStatus.Unlocked: + return "unlocked"; + } + return null; + } + + internal static LeaseStatus? ParseLeaseStatus(this string value) + { + switch( value ) + { + case "locked": + return LeaseStatus.Locked; + case "unlocked": + return LeaseStatus.Unlocked; + } + return null; + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs new file mode 100644 index 000000000000..72e54c9053a5 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs @@ -0,0 +1,61 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// TODO + /// + public partial class LegalHold + { + /// + /// Initializes a new instance of the LegalHold class. + /// + public LegalHold() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the LegalHold class. + /// + /// TODO + /// TODO + public LegalHold(bool? hasLegalHold = default(bool?), IList tags = default(IList)) + { + HasLegalHold = hasLegalHold; + Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets TODO + /// + [JsonProperty(PropertyName = "HasLegalHold")] + public bool? HasLegalHold { get; private set; } + + /// + /// Gets or sets TODO + /// + [JsonProperty(PropertyName = "Tags")] + public IList Tags { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs new file mode 100644 index 000000000000..5fd316e7baf3 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs @@ -0,0 +1,138 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Serialization; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// TODO + /// + [Rest.Serialization.JsonTransformation] + public partial class ListContainerItem : BlobResource + { + /// + /// Initializes a new instance of the ListContainerItem class. + /// + public ListContainerItem() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ListContainerItem class. + /// + /// Resource Id + /// Resource name + /// Resource type + /// TODO. Possible values include: + /// 'container', 'blob' + /// TODO. Possible values include: 'locked', + /// 'unlocked' + /// TODO. Possible values include: + /// 'available', 'leased', 'expired', 'breaking', 'broken' + /// TODO. Possible values include: + /// 'infinite', 'fixed' + /// TODO + /// TODO + /// TODO + public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), PublicAccess? publicAccess = default(PublicAccess?), string etag = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) + : base(id, name, type) + { + PublicAccess = publicAccess; + Etag = etag; + LastModifiedTime = lastModifiedTime; + LeaseStatus = leaseStatus; + LeaseState = leaseState; + LeaseDuration = leaseDuration; + Metadata = metadata; + ImmutabilityPolicy = immutabilityPolicy; + LegalHold = legalHold; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets TODO. Possible values include: 'container', 'blob' + /// + [JsonProperty(PropertyName = "properties.publicAccess")] + public PublicAccess? PublicAccess { get; set; } + + /// + /// + [JsonProperty(PropertyName = "properties.etag")] + public string Etag { get; private set; } + + /// + /// + [JsonProperty(PropertyName = "properties.lastModifiedTime")] + public System.DateTime? LastModifiedTime { get; private set; } + + /// + /// Gets TODO. Possible values include: 'locked', 'unlocked' + /// + [JsonProperty(PropertyName = "properties.leaseStatus")] + public LeaseStatus? LeaseStatus { get; private set; } + + /// + /// Gets TODO. Possible values include: 'available', 'leased', + /// 'expired', 'breaking', 'broken' + /// + [JsonProperty(PropertyName = "properties.leaseState")] + public LeaseState? LeaseState { get; private set; } + + /// + /// Gets TODO. Possible values include: 'infinite', 'fixed' + /// + [JsonProperty(PropertyName = "properties.leaseDuration")] + public LeaseDuration? LeaseDuration { get; private set; } + + /// + /// Gets or sets TODO + /// + [JsonProperty(PropertyName = "properties.metadata")] + public IDictionary Metadata { get; set; } + + /// + /// Gets TODO + /// + [JsonProperty(PropertyName = "properties.immutabilityPolicy")] + public ImmutabilityPolicyProperties ImmutabilityPolicy { get; private set; } + + /// + /// Gets TODO + /// + [JsonProperty(PropertyName = "properties.LegalHold")] + public LegalHold LegalHold { get; private set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ImmutabilityPolicy != null) + { + ImmutabilityPolicy.Validate(); + } + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs new file mode 100644 index 000000000000..23240f220e7e --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs @@ -0,0 +1,53 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// TODO + /// + public partial class ListContainerItems + { + /// + /// Initializes a new instance of the ListContainerItems class. + /// + public ListContainerItems() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ListContainerItems class. + /// + /// TODO + public ListContainerItems(IList blobContainers = default(IList)) + { + BlobContainers = blobContainers; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets TODO + /// + [JsonProperty(PropertyName = "blobContainers")] + public IList BlobContainers { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs new file mode 100644 index 000000000000..05aed7217f4d --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs @@ -0,0 +1,60 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using Newtonsoft.Json.Converters; + using System.Runtime; + using System.Runtime.Serialization; + + /// + /// Defines values for PublicAccess. + /// + [JsonConverter(typeof(StringEnumConverter))] + public enum PublicAccess + { + [EnumMember(Value = "container")] + Container, + [EnumMember(Value = "blob")] + Blob + } + internal static class PublicAccessEnumExtension + { + internal static string ToSerializedValue(this PublicAccess? value) + { + return value == null ? null : ((PublicAccess)value).ToSerializedValue(); + } + + internal static string ToSerializedValue(this PublicAccess value) + { + switch( value ) + { + case PublicAccess.Container: + return "container"; + case PublicAccess.Blob: + return "blob"; + } + return null; + } + + internal static PublicAccess? ParsePublicAccess(this string value) + { + switch( value ) + { + case "container": + return PublicAccess.Container; + case "blob": + return PublicAccess.Blob; + } + return null; + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs index 415d9fcac64f..ce0d5ac943ec 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs @@ -41,7 +41,7 @@ public Sku() /// The type of the resource, usually it is /// 'storageAccounts'. /// Indicates the type of storage account. Possible - /// values include: 'Storage', 'StorageV2', 'BlobStorage' + /// values include: 'Storage', 'BlobStorage' /// The set of locations that the SKU is /// available. This will be supported and registered Azure Geo Regions /// (e.g. West US, East US, Southeast Asia, etc.). @@ -91,7 +91,7 @@ public Sku() /// /// Gets indicates the type of storage account. Possible values - /// include: 'Storage', 'StorageV2', 'BlobStorage' + /// include: 'Storage', 'BlobStorage' /// [JsonProperty(PropertyName = "kind")] public Kind? Kind { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs index 93029be2c370..19e31be20ded 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs @@ -42,7 +42,7 @@ public StorageAccount() /// viewing and grouping a resource (across resource groups). /// Gets the SKU. /// Gets the Kind. Possible values include: - /// 'Storage', 'StorageV2', 'BlobStorage' + /// 'Storage', 'BlobStorage' /// The identity of the resource. /// Gets the status of the storage /// account at the time the operation was called. Possible values @@ -121,8 +121,7 @@ public StorageAccount() public Sku Sku { get; private set; } /// - /// Gets the Kind. Possible values include: 'Storage', 'StorageV2', - /// 'BlobStorage' + /// Gets the Kind. Possible values include: 'Storage', 'BlobStorage' /// [JsonProperty(PropertyName = "kind")] public Kind? Kind { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs index dd29e0257272..f7805254348e 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs @@ -38,8 +38,7 @@ public StorageAccountCreateParameters() /// /// Required. Gets or sets the sku name. /// Required. Indicates the type of storage account. - /// Possible values include: 'Storage', 'StorageV2', - /// 'BlobStorage' + /// Possible values include: 'Storage', 'BlobStorage' /// Required. Gets or sets the location of the /// resource. This will be one of the supported and registered Azure /// Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo @@ -95,7 +94,7 @@ public StorageAccountCreateParameters() /// /// Gets or sets required. Indicates the type of storage account. - /// Possible values include: 'Storage', 'StorageV2', 'BlobStorage' + /// Possible values include: 'Storage', 'BlobStorage' /// [JsonProperty(PropertyName = "kind")] public Kind Kind { get; set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs index 8b7ecef2572e..f0f87d98cf6c 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs @@ -95,6 +95,16 @@ public partial class StorageManagementClient : ServiceClient public virtual IUsageOperations Usage { get; private set; } + /// + /// Gets the IBlobServiceOperations. + /// + public virtual IBlobServiceOperations BlobService { get; private set; } + + /// + /// Gets the IBlobContainersOperations. + /// + public virtual IBlobContainersOperations BlobContainers { get; private set; } + /// /// Initializes a new instance of the StorageManagementClient class. /// @@ -300,6 +310,8 @@ private void Initialize() Skus = new SkusOperations(this); StorageAccounts = new StorageAccountsOperations(this); Usage = new UsageOperations(this); + BlobService = new BlobServiceOperations(this); + BlobContainers = new BlobContainersOperations(this); BaseUri = new System.Uri("https://management.azure.com"); ApiVersion = "2017-10-01"; AcceptLanguage = "en-US"; diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index c6855fbc4be5..f164a7343dfc 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -23,7 +23,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.1.0-preview + 7.2.0.3-preview Microsoft Azure Storage management;Storage;Storage management See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index a3e442f4a007..101c95bf686c 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.1.0.0")] +[assembly: AssemblyFileVersion("7.2.0.3")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs b/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs index e5eef0a35221..683bee296043 100644 --- a/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs +++ b/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs @@ -38,7 +38,7 @@ public static class StorageManagementTestUtilities private static Uri testUri = null; // These are used to create default accounts - public static string DefaultLocation = IsTestTenant ? null : "eastus2euap"; + public static string DefaultLocation = IsTestTenant ? null : "eastus2(stage)"; public static string DefaultRGLocation = IsTestTenant ? null : "eastus2"; public static SkuName DefaultSkuName = SkuName.StandardGRS; public static Kind DefaultKind = Kind.Storage; diff --git a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs new file mode 100644 index 000000000000..2cebaaa60a1c --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs @@ -0,0 +1,596 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Net; +using Microsoft.Azure.Management.Resources; +using Microsoft.Azure.Management.Storage; +using Microsoft.Azure.Management.Storage.Models; +using ResourceGroups.Tests; +using Storage.Tests.Helpers; +using Xunit; +using Microsoft.Rest.ClientRuntime.Azure.TestFramework; +using Microsoft.Rest.Azure; +using Microsoft.Azure.KeyVault; +using Microsoft.Azure.Management.KeyVault; +using Microsoft.Rest.Azure.Authentication; +using Microsoft.IdentityModel.Clients.ActiveDirectory; +using System.Threading.Tasks; +using Microsoft.Azure.Test.HttpRecorder; +using System.Net.Http; +using Microsoft.Azure.KeyVault.WebKey; + +namespace Storage.Tests +{ + public class BlobServiceTests + { + + // Test cases for blob service + // template + + //[Fact] + //public void BlobServiceGetPropertiesTest() + //{ + // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + // using (MockContext context = MockContext.Start(this.GetType().FullName)) + // { + // var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + // var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // // Create resource group + // var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // // Create storage account + // string accountName = TestUtilities.GenerateName("sto"); + // var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + // var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + // StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // // implement case + // try + // { + // string containerName = TestUtilities.GenerateName("container"); + // BlobServicePropertiesResponse blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + // Assert.NotNull(blobServiceProperties); + // Assert.NotNull(blobServiceProperties.Id); + // Assert.NotNull(blobServiceProperties.Name); + // Assert.NotNull(blobServiceProperties.Type); + // } + // finally + // { + // // clean up + // storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + // resourcesClient.ResourceGroups.Delete(rgName); + // } + // } + //} + + // get blob service properties + [Fact] + public void BlobServiceGetPropertiesTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + Assert.NotNull(blobServiceProperties); + Assert.NotNull(blobServiceProperties.Id); + Assert.NotNull(blobServiceProperties.Name); + Assert.NotNull(blobServiceProperties.Type); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // set blob service properties + [Fact] + public void BlobServiceSetPropertiesTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + Assert.NotNull(blobServiceProperties); + Assert.NotNull(blobServiceProperties.Id); + Assert.NotNull(blobServiceProperties.Name); + Assert.NotNull(blobServiceProperties.Type); + + // set properties. + blobServiceProperties.DefaultServiceVersion = "2017-04-17"; + //blobServiceProperties.Cors = new List{new CorsRule{ + // AllowedOrigins = new List() { "www.ab.com", "www.bc.com" }, + // AllowedMethods = HTTPMethod.GET, + // MaxAgeInSeconds = 500, + // ExposedHeaders = new List(){ + // "x-ms-meta-data*", + // "x-ms-meta-source*", + // "x-ms-meta-abc", + // "x-ms-meta-bcd" + // }, + // AllowedHeaders = new List() { + // "x-ms-meta-data*", + // "x-ms-meta-target*", + // "x-ms-meta-xyz", + // "x-ms-meta-foo" + // } + //}}; + storageMgmtClient.BlobService.SetServiceProperties(rgName, accountName, blobServiceProperties.Cors, blobServiceProperties.DefaultServiceVersion); + + // veryfy properties. + BlobServiceProperties blobServicePropertiesSet = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + Assert.Equal(blobServiceProperties.Id, blobServicePropertiesSet.Id); + Assert.Equal(blobServiceProperties.Name, blobServicePropertiesSet.Name); + Assert.Equal(blobServiceProperties.Type, blobServicePropertiesSet.Type); + + Assert.Equal("2017-04-17", blobServicePropertiesSet.DefaultServiceVersion); + Assert.Equal(1, blobServicePropertiesSet.Cors.Count); + Assert.Equal(2, blobServicePropertiesSet.Cors[0].AllowedOrigins.Count); + Assert.Equal(HTTPMethod.GET, blobServicePropertiesSet.Cors[0].AllowedMethods); + Assert.Equal(4, blobServicePropertiesSet.Cors[0].ExposedHeaders.Count); + Assert.Equal(4, blobServicePropertiesSet.Cors[0].AllowedHeaders.Count); + Assert.Equal(500, blobServicePropertiesSet.Cors[0].MaxAgeInSeconds); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // create container + // delete container + [Fact] + public void BlobContainersCreateDeleteTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + blobContainer = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // update container + // get container properties + [Fact] + public void BlobContainersUpdateTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + blobContainer.Metadata = new Dictionary(); + blobContainer.Metadata.Add("metadata", "true"); + blobContainer.PublicAccess = PublicAccess.Container; + var blobContainerSet = storageMgmtClient.BlobContainers.Update(rgName, accountName, containerName, metadata:blobContainer.Metadata, publicAccess:blobContainer.PublicAccess); + Assert.NotNull(blobContainer.Metadata); + Assert.NotNull(blobContainer.PublicAccess); + Assert.Equal(blobContainer.Metadata, blobContainerSet.Metadata); + Assert.Equal(blobContainer.PublicAccess, blobContainerSet.PublicAccess); + + var blobContainerGet = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); + Assert.Equal(blobContainerSet.PublicAccess, blobContainerGet.PublicAccess); + Assert.Equal(blobContainerSet.Metadata, blobContainerGet.Metadata); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // list containers + [Fact] + public void BlobContainersListTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName1 = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName1); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + blobContainer.Metadata = new Dictionary(); + blobContainer.Metadata.Add("metadata", "true"); + blobContainer.PublicAccess = PublicAccess.Container; + var blobContainerSet = storageMgmtClient.BlobContainers.Update(rgName, accountName, containerName1, metadata:blobContainer.Metadata, publicAccess:blobContainer.PublicAccess); + Assert.NotNull(blobContainer.Metadata); + Assert.NotNull(blobContainer.PublicAccess); + Assert.Equal(blobContainer.Metadata, blobContainerSet.Metadata); + Assert.Equal(blobContainer.PublicAccess, blobContainerSet.PublicAccess); + + string containerName2 = TestUtilities.GenerateName("container"); + BlobContainer blobContainer2 = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName1); + Assert.Null(blobContainer2.Metadata); + Assert.Null(blobContainer2.PublicAccess); + + var containerList = storageMgmtClient.BlobContainers.List(rgName, accountName); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // set/clear legal hold. + [Fact] + public void BlobContainersSetLegalHoldTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + LegalHold legalHold = storageMgmtClient.BlobContainers.SetLegalHold(rgName, accountName, containerName, new List { "tag1", "tag2", "tag3" }); + Assert.True(legalHold.HasLegalHold); + Assert.Equal(new List { "tag1", "tag2", "tag3" }, legalHold.Tags); + + legalHold = storageMgmtClient.BlobContainers.ClearLegalHold(rgName, accountName, containerName, new List { "tag1", "tag2", "tag3" }); + Assert.False(legalHold.HasLegalHold); + Assert.Equal(0, legalHold.Tags.Count); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // create and delete immutability policies. + [Fact] + public void BlobContainersCreateDeleteImmutabilityPolicyTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + ImmutabilityPolicy immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays:3); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.DeleteImmutabilityPolicy(rgName, accountName, containerName, ifMatch:""); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(0, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // update and get immutability policies. + [Fact] + public void BlobContainersUpdateImmutabilityPolicyTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + ImmutabilityPolicy immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays: 3); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays: 5); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(5, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.GetImmutabilityPolicy(rgName, accountName, containerName, ifMatch:""); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(5, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + + // lock immutability policies. + [Fact] + public void BlobContainersLockImmutabilityPolicyTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + ImmutabilityPolicy immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch: "", immutabilityPeriodSinceCreationInDays: 3); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch: ""); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + // extend immutability policies. + [Fact] + public void BlobContainersExtendImmutabilityPolicyTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + ImmutabilityPolicy immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays: 3); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch:""); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.ExtendImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays: 100); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(100, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + + } +} From 012d011a249bfd330ea5d745a57167fdf735a782 Mon Sep 17 00:00:00 2001 From: Jason Yang Date: Thu, 7 Dec 2017 16:03:32 +0800 Subject: [PATCH 03/11] Added test cases for blob container/service apis --- .../Generated/BlobContainersOperations.cs | 89 ++++++++++++++++--- .../BlobContainersOperationsExtensions.cs | 4 +- .../Generated/BlobServiceOperations.cs | 2 +- .../BlobServiceOperationsExtensions.cs | 6 +- .../Generated/IBlobContainersOperations.cs | 10 +-- .../Generated/IBlobServiceOperations.cs | 2 +- .../Generated/Models/BlobContainer.cs | 12 +-- ...CreateOrUpdateImmutabilityPolicyHeaders.cs | 59 ++++++++++++ ...ntainersDeleteImmutabilityPolicyHeaders.cs | 59 ++++++++++++ ...ntainersExtendImmutabilityPolicyHeaders.cs | 59 ++++++++++++ ...bContainersGetImmutabilityPolicyHeaders.cs | 59 ++++++++++++ ...ContainersLockImmutabilityPolicyHeaders.cs | 59 ++++++++++++ .../Generated/Models/BlobResourceWithEtag.cs | 75 ++++++++++++++++ .../Generated/Models/BlobServiceProperties.cs | 10 +-- .../BlobServicePropertiesSetParameters.cs | 83 ----------------- .../Generated/Models/ImmutabilityPolicy.cs | 6 +- .../Generated/Models/ListContainerItem.cs | 8 +- .../Microsoft.Azure.Management.Storage.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Storage.Tests/Storage.Tests.csproj | 1 + .../Storage.Tests/Tests/BlobServiceTests.cs | 76 +++++++++------- 21 files changed, 516 insertions(+), 167 deletions(-) create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersCreateOrUpdateImmutabilityPolicyHeaders.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersDeleteImmutabilityPolicyHeaders.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersExtendImmutabilityPolicyHeaders.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersGetImmutabilityPolicyHeaders.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersLockImmutabilityPolicyHeaders.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs index cfaeab5aa192..1d5369ae4a60 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs @@ -2084,7 +2084,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -2284,7 +2284,7 @@ internal BlobContainersOperations(StorageManagementClient 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")) @@ -2309,6 +2309,19 @@ internal BlobContainersOperations(StorageManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2360,7 +2373,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -2419,10 +2432,6 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - if (ifMatch == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); - } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2550,7 +2559,7 @@ internal BlobContainersOperations(StorageManagementClient 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")) @@ -2575,6 +2584,19 @@ internal BlobContainersOperations(StorageManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2626,7 +2648,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -2816,7 +2838,7 @@ internal BlobContainersOperations(StorageManagementClient 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")) @@ -2841,6 +2863,19 @@ internal BlobContainersOperations(StorageManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -2892,7 +2927,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -3082,7 +3117,7 @@ internal BlobContainersOperations(StorageManagementClient 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")) @@ -3107,6 +3142,19 @@ internal BlobContainersOperations(StorageManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); @@ -3161,7 +3209,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ExtendImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ExtendImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -3361,7 +3409,7 @@ internal BlobContainersOperations(StorageManagementClient 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")) @@ -3386,6 +3434,19 @@ internal BlobContainersOperations(StorageManagementClient client) throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); } } + try + { + _result.Headers = _httpResponse.GetHeadersAsJson().ToObject(JsonSerializer.Create(Client.DeserializationSettings)); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the headers.", _httpResponse.GetHeadersAsJson().ToString(), ex); + } if (_shouldTrace) { ServiceClientTracing.Exit(_invocationId, _result); diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs index f839fb46ef2f..af59496f9e7c 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs @@ -605,7 +605,7 @@ public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobCont /// value of "*" can be used to apply the operation only if the immutability /// policy already exists. If omitted, this operation will always be applied. /// - public static ImmutabilityPolicy GetImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch) + public static ImmutabilityPolicy GetImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch = default(string)) { return operations.GetImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch).GetAwaiter().GetResult(); } @@ -639,7 +639,7 @@ public static ImmutabilityPolicy GetImmutabilityPolicy(this IBlobContainersOpera /// /// The cancellation token. /// - public static async Task GetImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.GetImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs index 5e4d933fb210..feadd3831b0b 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs @@ -93,7 +93,7 @@ internal BlobServiceOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs index 1f8c9ad484cf..adbd4c14b7f7 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs @@ -13,8 +13,6 @@ namespace Microsoft.Azure.Management.Storage using Microsoft.Rest; using Microsoft.Rest.Azure; using Models; - using System.Collections; - using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; @@ -51,7 +49,7 @@ public static partial class BlobServiceOperationsExtensions /// the Blob service if an incoming request’s version is not specified. /// Possible values include version 2008-10-27 and all more recent versions. /// - public static void SetServiceProperties(this IBlobServiceOperations operations, string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string)) + public static void SetServiceProperties(this IBlobServiceOperations operations, string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string)) { operations.SetServicePropertiesAsync(resourceGroupName, accountName, cors, defaultServiceVersion).GetAwaiter().GetResult(); } @@ -87,7 +85,7 @@ public static partial class BlobServiceOperationsExtensions /// /// The cancellation token. /// - public static async Task SetServicePropertiesAsync(this IBlobServiceOperations operations, string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SetServicePropertiesAsync(this IBlobServiceOperations operations, string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string), CancellationToken cancellationToken = default(CancellationToken)) { (await operations.SetServicePropertiesWithHttpMessagesAsync(resourceGroupName, accountName, cors, defaultServiceVersion, null, cancellationToken).ConfigureAwait(false)).Dispose(); } diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs index d9b92b7fb896..cd92c1b7e1b4 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs @@ -351,7 +351,7 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// TODO /// @@ -392,7 +392,7 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// TODO /// @@ -433,7 +433,7 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// TODO /// @@ -474,7 +474,7 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// TODO /// @@ -518,6 +518,6 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> ExtendImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ExtendImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs index 192816971d8a..d359c97791d7 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs @@ -61,7 +61,7 @@ public partial interface IBlobServiceOperations /// /// Thrown when a required parameter is null /// - Task SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, IList cors = default(IList), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Gets the properties of a storage account’s Blob service, including /// properties for Storage Analytics and CORS (Cross-Origin Resource diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs index a347d595b982..03c9cbb99029 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Management.Storage.Models /// TODO /// [Rest.Serialization.JsonTransformation] - public partial class BlobContainer : BlobResource + public partial class BlobContainer : BlobResourceWithEtag { /// /// Initializes a new instance of the BlobContainer class. @@ -48,11 +48,10 @@ public BlobContainer() /// TODO /// TODO /// TODO - public BlobContainer(string id = default(string), string name = default(string), string type = default(string), PublicAccess? publicAccess = default(PublicAccess?), string etag = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) - : base(id, name, type) + public BlobContainer(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) + : base(id, name, type, etag) { PublicAccess = publicAccess; - Etag = etag; LastModifiedTime = lastModifiedTime; LeaseStatus = leaseStatus; LeaseState = leaseState; @@ -74,11 +73,6 @@ public BlobContainer() [JsonProperty(PropertyName = "properties.publicAccess")] public PublicAccess? PublicAccess { get; set; } - /// - /// - [JsonProperty(PropertyName = "properties.etag")] - public string Etag { get; private set; } - /// /// [JsonProperty(PropertyName = "properties.lastModifiedTime")] diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersCreateOrUpdateImmutabilityPolicyHeaders.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersCreateOrUpdateImmutabilityPolicyHeaders.cs new file mode 100644 index 000000000000..7cf0e525b95a --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersCreateOrUpdateImmutabilityPolicyHeaders.cs @@ -0,0 +1,59 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for CreateOrUpdateImmutabilityPolicy operation. + /// + public partial class BlobContainersCreateOrUpdateImmutabilityPolicyHeaders + { + /// + /// Initializes a new instance of the + /// BlobContainersCreateOrUpdateImmutabilityPolicyHeaders class. + /// + public BlobContainersCreateOrUpdateImmutabilityPolicyHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// BlobContainersCreateOrUpdateImmutabilityPolicyHeaders class. + /// + /// The ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + public BlobContainersCreateOrUpdateImmutabilityPolicyHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersDeleteImmutabilityPolicyHeaders.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersDeleteImmutabilityPolicyHeaders.cs new file mode 100644 index 000000000000..1502daea381d --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersDeleteImmutabilityPolicyHeaders.cs @@ -0,0 +1,59 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for DeleteImmutabilityPolicy operation. + /// + public partial class BlobContainersDeleteImmutabilityPolicyHeaders + { + /// + /// Initializes a new instance of the + /// BlobContainersDeleteImmutabilityPolicyHeaders class. + /// + public BlobContainersDeleteImmutabilityPolicyHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// BlobContainersDeleteImmutabilityPolicyHeaders class. + /// + /// The ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + public BlobContainersDeleteImmutabilityPolicyHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersExtendImmutabilityPolicyHeaders.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersExtendImmutabilityPolicyHeaders.cs new file mode 100644 index 000000000000..4b175b8c1223 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersExtendImmutabilityPolicyHeaders.cs @@ -0,0 +1,59 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for ExtendImmutabilityPolicy operation. + /// + public partial class BlobContainersExtendImmutabilityPolicyHeaders + { + /// + /// Initializes a new instance of the + /// BlobContainersExtendImmutabilityPolicyHeaders class. + /// + public BlobContainersExtendImmutabilityPolicyHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// BlobContainersExtendImmutabilityPolicyHeaders class. + /// + /// The ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + public BlobContainersExtendImmutabilityPolicyHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersGetImmutabilityPolicyHeaders.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersGetImmutabilityPolicyHeaders.cs new file mode 100644 index 000000000000..62c24f4793b8 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersGetImmutabilityPolicyHeaders.cs @@ -0,0 +1,59 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for GetImmutabilityPolicy operation. + /// + public partial class BlobContainersGetImmutabilityPolicyHeaders + { + /// + /// Initializes a new instance of the + /// BlobContainersGetImmutabilityPolicyHeaders class. + /// + public BlobContainersGetImmutabilityPolicyHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// BlobContainersGetImmutabilityPolicyHeaders class. + /// + /// The ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + public BlobContainersGetImmutabilityPolicyHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersLockImmutabilityPolicyHeaders.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersLockImmutabilityPolicyHeaders.cs new file mode 100644 index 000000000000..143d2ebaadb6 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainersLockImmutabilityPolicyHeaders.cs @@ -0,0 +1,59 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Defines headers for LockImmutabilityPolicy operation. + /// + public partial class BlobContainersLockImmutabilityPolicyHeaders + { + /// + /// Initializes a new instance of the + /// BlobContainersLockImmutabilityPolicyHeaders class. + /// + public BlobContainersLockImmutabilityPolicyHeaders() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// BlobContainersLockImmutabilityPolicyHeaders class. + /// + /// The ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + public BlobContainersLockImmutabilityPolicyHeaders(string eTag = default(string)) + { + ETag = eTag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the ETag HTTP response header. This is an opaque + /// string. You can use it to detect whether the resource has changed + /// between requests. In particular, you can pass the ETag to one of + /// the If-Match or If-None-Match headers. + /// + [JsonProperty(PropertyName = "ETag")] + public string ETag { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs new file mode 100644 index 000000000000..bc0f90afa709 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs @@ -0,0 +1,75 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Microsoft.Rest; + using Microsoft.Rest.Azure; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Describes a storage resource. + /// + public partial class BlobResourceWithEtag : IResource + { + /// + /// Initializes a new instance of the BlobResourceWithEtag class. + /// + public BlobResourceWithEtag() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the BlobResourceWithEtag class. + /// + /// Resource Id + /// Resource name + /// Resource type + public BlobResourceWithEtag(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + { + Id = id; + Name = name; + Type = type; + Etag = etag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets resource Id + /// + [JsonProperty(PropertyName = "id")] + public string Id { get; private set; } + + /// + /// Gets resource name + /// + [JsonProperty(PropertyName = "name")] + public string Name { get; private set; } + + /// + /// Gets resource type + /// + [JsonProperty(PropertyName = "type")] + public string Type { get; private set; } + + /// + /// + [JsonProperty(PropertyName = "etag")] + public string Etag { get; private set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs index 41bd83888e12..6f595c1c8a8e 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs @@ -13,8 +13,6 @@ namespace Microsoft.Azure.Management.Storage.Models using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; /// @@ -46,7 +44,7 @@ public BlobServiceProperties() /// the default version to use for requests to the Blob service if an /// incoming request’s version is not specified. Possible values /// include version 2008-10-27 and all more recent versions. - public BlobServiceProperties(string id = default(string), string name = default(string), string type = default(string), IList cors = default(IList), string defaultServiceVersion = default(string)) + public BlobServiceProperties(string id = default(string), string name = default(string), string type = default(string), CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string)) : base(id, name, type) { Cors = cors; @@ -65,8 +63,8 @@ public BlobServiceProperties() /// elements are included in the request body, all CORS rules will be /// deleted, and CORS will be disabled for the Blob service. /// - [JsonProperty(PropertyName = "properties.cors")] - public IList Cors { get; set; } + [JsonProperty(PropertyName = "properties.Cors")] + public CorsRule Cors { get; set; } /// /// Gets or sets defaultServiceVersion indicates the default version to @@ -74,7 +72,7 @@ public BlobServiceProperties() /// version is not specified. Possible values include version /// 2008-10-27 and all more recent versions. /// - [JsonProperty(PropertyName = "properties.defaultServiceVersion")] + [JsonProperty(PropertyName = "properties.DefaultServiceVersion")] public string DefaultServiceVersion { get; set; } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs deleted file mode 100644 index 5be6369a7e5e..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServicePropertiesSetParameters.cs +++ /dev/null @@ -1,83 +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.Storage.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The properties of a storage account’s Blob service. - /// - [Rest.Serialization.JsonTransformation] - public partial class BlobServicePropertiesSetParameters : BlobResource - { - /// - /// Initializes a new instance of the - /// BlobServicePropertiesSetParameters class. - /// - public BlobServicePropertiesSetParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// BlobServicePropertiesSetParameters class. - /// - /// Resource Id - /// Resource name - /// Resource type - /// Specifies a CORS rule for the Blob service. You - /// can include up to five CorsRule elements in the request. If no - /// CorsRule elements are included in the request body, all CORS rules - /// will be deleted, and CORS will be disabled for the Blob - /// service. - /// DefaultServiceVersion indicates - /// the default version to use for requests to the Blob service if an - /// incoming request’s version is not specified. Possible values - /// include version 2008-10-27 and all more recent versions. - public BlobServicePropertiesSetParameters(string id = default(string), string name = default(string), string type = default(string), IList cors = default(IList), string defaultServiceVersion = default(string)) - : base(id, name, type) - { - Cors = cors; - DefaultServiceVersion = defaultServiceVersion; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies a CORS rule for the Blob service. You can - /// include up to five CorsRule elements in the request. If no CorsRule - /// elements are included in the request body, all CORS rules will be - /// deleted, and CORS will be disabled for the Blob service. - /// - [JsonProperty(PropertyName = "storageServiceProperties.cors")] - public IList Cors { get; set; } - - /// - /// Gets or sets defaultServiceVersion indicates the default version to - /// use for requests to the Blob service if an incoming request’s - /// version is not specified. Possible values include version - /// 2008-10-27 and all more recent versions. - /// - [JsonProperty(PropertyName = "storageServiceProperties.defaultServiceVersion")] - public string DefaultServiceVersion { get; set; } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs index 2feb04c93417..6d451e623507 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs @@ -19,7 +19,7 @@ namespace Microsoft.Azure.Management.Storage.Models /// TODO /// [Rest.Serialization.JsonTransformation] - public partial class ImmutabilityPolicy : BlobResource + public partial class ImmutabilityPolicy : BlobResourceWithEtag { /// /// Initializes a new instance of the ImmutabilityPolicy class. @@ -38,8 +38,8 @@ public ImmutabilityPolicy() /// Resource type /// TODO. Possible values include: 'Locked', /// 'Unlocked' - public ImmutabilityPolicy(int immutabilityPeriodSinceCreationInDays, string id = default(string), string name = default(string), string type = default(string), ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) - : base(id, name, type) + public ImmutabilityPolicy(int immutabilityPeriodSinceCreationInDays, string id = default(string), string name = default(string), string type = default(string), string etag = default(string), ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) + : base(id, name, type, etag) { ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; State = state; diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs index 5fd316e7baf3..cedd3cb27ac9 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs @@ -48,11 +48,10 @@ public ListContainerItem() /// TODO /// TODO /// TODO - public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), PublicAccess? publicAccess = default(PublicAccess?), string etag = default(string), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) + public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) : base(id, name, type) { PublicAccess = publicAccess; - Etag = etag; LastModifiedTime = lastModifiedTime; LeaseStatus = leaseStatus; LeaseState = leaseState; @@ -74,11 +73,6 @@ public ListContainerItem() [JsonProperty(PropertyName = "properties.publicAccess")] public PublicAccess? PublicAccess { get; set; } - /// - /// - [JsonProperty(PropertyName = "properties.etag")] - public string Etag { get; private set; } - /// /// [JsonProperty(PropertyName = "properties.lastModifiedTime")] diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index f164a7343dfc..763c904d1668 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -23,7 +23,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0.3-preview + 7.2.0.4-preview Microsoft Azure Storage management;Storage;Storage management See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index 101c95bf686c..29f4377134cf 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.2.0.3")] +[assembly: AssemblyFileVersion("7.2.0.4")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/Storage/Storage.Tests/Storage.Tests.csproj b/src/SDKs/Storage/Storage.Tests/Storage.Tests.csproj index 287312401822..1189665f1203 100644 --- a/src/SDKs/Storage/Storage.Tests/Storage.Tests.csproj +++ b/src/SDKs/Storage/Storage.Tests/Storage.Tests.csproj @@ -14,6 +14,7 @@ + diff --git a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs index 2cebaaa60a1c..5aff55dbf373 100644 --- a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs +++ b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs @@ -22,6 +22,10 @@ using System.Net.Http; using Microsoft.Azure.KeyVault.WebKey; +using Microsoft.WindowsAzure.Storage; +using Microsoft.WindowsAzure.Storage.Auth; +using Microsoft.WindowsAzure.Storage.Blob; + namespace Storage.Tests { public class BlobServiceTests @@ -139,23 +143,23 @@ public void BlobServiceSetPropertiesTest() // set properties. blobServiceProperties.DefaultServiceVersion = "2017-04-17"; - //blobServiceProperties.Cors = new List{new CorsRule{ - // AllowedOrigins = new List() { "www.ab.com", "www.bc.com" }, - // AllowedMethods = HTTPMethod.GET, - // MaxAgeInSeconds = 500, - // ExposedHeaders = new List(){ - // "x-ms-meta-data*", - // "x-ms-meta-source*", - // "x-ms-meta-abc", - // "x-ms-meta-bcd" - // }, - // AllowedHeaders = new List() { - // "x-ms-meta-data*", - // "x-ms-meta-target*", - // "x-ms-meta-xyz", - // "x-ms-meta-foo" - // } - //}}; + blobServiceProperties.Cors = new CorsRule{ + AllowedOrigins = new List() { "www.ab.com", "www.bc.com" }, + AllowedMethods = HTTPMethod.GET, + MaxAgeInSeconds = 500, + ExposedHeaders = new List(){ + "x-ms-meta-data*", + "x-ms-meta-source*", + "x-ms-meta-abc", + "x-ms-meta-bcd" + }, + AllowedHeaders = new List() { + "x-ms-meta-data*", + "x-ms-meta-target*", + "x-ms-meta-xyz", + "x-ms-meta-foo" + } + }; storageMgmtClient.BlobService.SetServiceProperties(rgName, accountName, blobServiceProperties.Cors, blobServiceProperties.DefaultServiceVersion); // veryfy properties. @@ -165,12 +169,11 @@ public void BlobServiceSetPropertiesTest() Assert.Equal(blobServiceProperties.Type, blobServicePropertiesSet.Type); Assert.Equal("2017-04-17", blobServicePropertiesSet.DefaultServiceVersion); - Assert.Equal(1, blobServicePropertiesSet.Cors.Count); - Assert.Equal(2, blobServicePropertiesSet.Cors[0].AllowedOrigins.Count); - Assert.Equal(HTTPMethod.GET, blobServicePropertiesSet.Cors[0].AllowedMethods); - Assert.Equal(4, blobServicePropertiesSet.Cors[0].ExposedHeaders.Count); - Assert.Equal(4, blobServicePropertiesSet.Cors[0].AllowedHeaders.Count); - Assert.Equal(500, blobServicePropertiesSet.Cors[0].MaxAgeInSeconds); + Assert.Equal(2, blobServicePropertiesSet.Cors.AllowedOrigins.Count); + Assert.Equal(HTTPMethod.GET, blobServicePropertiesSet.Cors.AllowedMethods); + Assert.Equal(4, blobServicePropertiesSet.Cors.ExposedHeaders.Count); + Assert.Equal(4, blobServicePropertiesSet.Cors.AllowedHeaders.Count); + Assert.Equal(500, blobServicePropertiesSet.Cors.MaxAgeInSeconds); } finally { @@ -262,7 +265,12 @@ public void BlobContainersUpdateTest() Assert.Equal(blobContainer.Metadata, blobContainerSet.Metadata); Assert.Equal(blobContainer.PublicAccess, blobContainerSet.PublicAccess); + var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); + var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName); + container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); + var blobContainerGet = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); + Assert.Equal(Microsoft.Azure.Management.Storage.Models.LeaseDuration.Fixed, blobContainerGet.LeaseDuration); Assert.Equal(blobContainerSet.PublicAccess, blobContainerGet.PublicAccess); Assert.Equal(blobContainerSet.Metadata, blobContainerGet.Metadata); } @@ -313,10 +321,14 @@ public void BlobContainersListTest() Assert.Equal(blobContainer.PublicAccess, blobContainerSet.PublicAccess); string containerName2 = TestUtilities.GenerateName("container"); - BlobContainer blobContainer2 = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName1); + BlobContainer blobContainer2 = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName2); Assert.Null(blobContainer2.Metadata); Assert.Null(blobContainer2.PublicAccess); + var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); + var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName2); + container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); + var containerList = storageMgmtClient.BlobContainers.List(rgName, accountName); } finally @@ -408,7 +420,7 @@ public void BlobContainersCreateDeleteImmutabilityPolicyTest() Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); - immutabilityPolicy = storageMgmtClient.BlobContainers.DeleteImmutabilityPolicy(rgName, accountName, containerName, ifMatch:""); + immutabilityPolicy = storageMgmtClient.BlobContainers.DeleteImmutabilityPolicy(rgName, accountName, containerName, ifMatch:immutabilityPolicy.Etag); Assert.NotNull(immutabilityPolicy.Id); Assert.NotNull(immutabilityPolicy.Type); Assert.NotNull(immutabilityPolicy.Name); @@ -459,14 +471,14 @@ public void BlobContainersUpdateImmutabilityPolicyTest() Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); - immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays: 5); + immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Etag, immutabilityPeriodSinceCreationInDays: 5); Assert.NotNull(immutabilityPolicy.Id); Assert.NotNull(immutabilityPolicy.Type); Assert.NotNull(immutabilityPolicy.Name); Assert.Equal(5, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); - immutabilityPolicy = storageMgmtClient.BlobContainers.GetImmutabilityPolicy(rgName, accountName, containerName, ifMatch:""); + immutabilityPolicy = storageMgmtClient.BlobContainers.GetImmutabilityPolicy(rgName, accountName, containerName); Assert.NotNull(immutabilityPolicy.Id); Assert.NotNull(immutabilityPolicy.Type); Assert.NotNull(immutabilityPolicy.Name); @@ -518,12 +530,14 @@ public void BlobContainersLockImmutabilityPolicyTest() Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); - immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch: ""); + immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Etag); Assert.NotNull(immutabilityPolicy.Id); Assert.NotNull(immutabilityPolicy.Type); Assert.NotNull(immutabilityPolicy.Name); Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); } finally { @@ -569,19 +583,21 @@ public void BlobContainersExtendImmutabilityPolicyTest() Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); - immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch:""); + immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Etag); Assert.NotNull(immutabilityPolicy.Id); Assert.NotNull(immutabilityPolicy.Type); Assert.NotNull(immutabilityPolicy.Name); Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); - immutabilityPolicy = storageMgmtClient.BlobContainers.ExtendImmutabilityPolicy(rgName, accountName, containerName, ifMatch:"", immutabilityPeriodSinceCreationInDays: 100); + immutabilityPolicy = storageMgmtClient.BlobContainers.ExtendImmutabilityPolicy(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Etag, immutabilityPeriodSinceCreationInDays: 100); Assert.NotNull(immutabilityPolicy.Id); Assert.NotNull(immutabilityPolicy.Type); Assert.NotNull(immutabilityPolicy.Name); Assert.Equal(100, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); } finally { From 3b7f8a200e189e7de7fdbb38995133cfc856ecf6 Mon Sep 17 00:00:00 2001 From: "Wei Wei (AZURE)" Date: Thu, 28 Dec 2017 17:46:11 +0800 Subject: [PATCH 04/11] Fix some issues in swagger --- .../Generated/BlobContainersOperations.cs | 474 ++++---- .../BlobContainersOperationsExtensions.cs | 203 ++-- .../Generated/BlobServiceOperations.cs | 511 -------- .../BlobServiceOperationsExtensions.cs | 144 --- .../Generated/IBlobContainersOperations.cs | 106 +- .../Generated/IBlobServiceOperations.cs | 96 -- .../Generated/IStorageManagementClient.cs | 9 +- .../Generated/Models/AzureEntityResource.cs | 58 + ...obResourceWithEtag.cs => AzureResource.cs} | 36 +- .../Generated/Models/BlobContainer.cs | 103 +- .../Generated/Models/BlobResource.cs | 69 -- .../Generated/Models/BlobServiceProperties.cs | 79 -- .../Generated/Models/CorsRule.cs | 104 -- .../Generated/Models/HTTPMethod.cs | 90 -- .../Generated/Models/ImmutabilityPolicy.cs | 35 +- .../Models/ImmutabilityPolicyProperties.cs | 32 +- .../Generated/Models/Kind.cs | 6 + .../Generated/Models/LeaseDuration.cs | 12 +- .../Generated/Models/LeaseState.cs | 30 +- .../Generated/Models/LeaseStatus.cs | 12 +- .../Generated/Models/LegalHold.cs | 24 +- .../Generated/Models/ListContainerItem.cs | 104 +- .../Generated/Models/ListContainerItems.cs | 14 +- .../Generated/Models/PublicAccess.cs | 20 +- .../Generated/Models/Sku.cs | 4 +- .../Generated/Models/StorageAccount.cs | 5 +- .../Models/StorageAccountCreateParameters.cs | 5 +- .../Generated/Operations.cs | 7 + .../Generated/SKUsOperations.cs | 14 + ....cs => SdkInfo_StorageManagementClient.cs} | 3 +- .../Generated/StorageAccountsOperations.cs | 154 +++ .../Generated/StorageManagementClient.cs | 10 +- .../Generated/UsageOperations.cs | 14 + .../Microsoft.Azure.Management.Storage.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Helpers/StorageManagementTestUtilities.cs | 8 +- ...ersCreateDeleteImmutabilityPolicyTest.json | 708 +++++++++++ .../BlobContainersCreateDeleteTest.json | 693 +++++++++++ ...ontainersExtendImmutabilityPolicyTest.json | 845 +++++++++++++ .../BlobContainersListTest.json | 901 ++++++++++++++ ...bContainersLockImmutabilityPolicyTest.json | 830 +++++++++++++ .../BlobContainersSetLegalHoldTest.json | 705 +++++++++++ ...ontainersUpdateImmutabilityPolicyTest.json | 1062 +++++++++++++++++ .../BlobContainersUpdateTest.json | 769 ++++++++++++ .../BlobServiceGetPropertiesTest.json | 529 ++++++++ .../BlobServiceSetPropertiesTest.json | 715 +++++++++++ .../StorageAccountCreateTest.json | 307 ++--- ...torageAccountCreateWithEncryptionTest.json | 133 ++- .../StorageAccountGetStandardTest.json | 654 ++++------ ...StorageAccountListByResourceGroupTest.json | 305 ++--- .../StorageAccountListBySubscriptionTest.json | 331 ++--- .../StorageAccountListWithEncryptionTest.json | 176 +-- .../Storage.Tests/Tests/BlobServiceTests.cs | 232 ++-- .../_metadata/storage_resource-manager.txt | 9 +- 54 files changed, 9521 insertions(+), 2982 deletions(-) delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs rename src/SDKs/Storage/Management.Storage/Generated/Models/{BlobResourceWithEtag.cs => AzureResource.cs} (53%) delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs rename src/SDKs/Storage/Management.Storage/Generated/{SdkInfo_StorageManagement.cs => SdkInfo_StorageManagementClient.cs} (84%) create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceGetPropertiesTest.json create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceSetPropertiesTest.json diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs index 1d5369ae4a60..949f42122ddc 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs @@ -51,7 +51,8 @@ internal BlobContainersOperations(StorageManagementClient client) public StorageManagementClient Client { get; private set; } /// - /// TODO + /// Lists all containers and does not support a prefix like data plane. Also + /// SRP today does not return continuation token. /// /// /// The name of the resource group within the user's subscription. The name is @@ -123,10 +124,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -276,7 +291,10 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Creates a new container under the specified account as described by request + /// body. The container resource includes metadata and properties for that + /// container. It does not include a list of the blobs contained by the + /// container. /// /// /// The name of the resource group within the user's subscription. The name is @@ -294,10 +312,11 @@ internal BlobContainersOperations(StorageManagementClient client) /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly and the + /// level of access. Possible values include: 'Container', 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// /// /// Headers that will be added to request. @@ -375,10 +394,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } BlobContainer blobContainer = new BlobContainer(); if (publicAccess != null || metadata != null) { @@ -543,7 +576,9 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Updates container properties as specified in request body. Properties not + /// mentioned in the request will be unchanged. Update fails if the specified + /// container doesn't already exist. /// /// /// The name of the resource group within the user's subscription. The name is @@ -561,10 +596,11 @@ internal BlobContainersOperations(StorageManagementClient client) /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly and the + /// level of access. Possible values include: 'Container', 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// /// /// Headers that will be added to request. @@ -642,10 +678,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } BlobContainer blobContainer = new BlobContainer(); if (publicAccess != null || metadata != null) { @@ -810,7 +860,7 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Gets properties of a specified container. /// /// /// The name of the resource group within the user's subscription. The name is @@ -903,10 +953,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1058,7 +1122,7 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Deletes specified container under its account. /// /// /// The name of the resource group within the user's subscription. The name is @@ -1148,237 +1212,24 @@ internal BlobContainersOperations(StorageManagementClient client) { 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("accountName", accountName); - tracingParameters.Add("containerName", containerName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); - _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); - _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) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try + if (Client.ApiVersion.Length < 1) { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - 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; - } - - /// - /// TODO - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// The name of the blob container within the specified storage account. Blob - /// container names must be between 3 and 63 characters in length and use - /// numbers, lower-case letters and dash (-) only. Every dash (-) character - /// must be immediately preceded and followed by a letter or number. - /// - /// - /// 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 LeaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (resourceGroupName != null) + if (Client.SubscriptionId == null) { - if (resourceGroupName.Length > 90) - { - throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); - } - if (resourceGroupName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) - { - throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); - } + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - if (accountName == null) + if (Client.SubscriptionId != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); - } - if (accountName != null) - { - if (accountName.Length > 24) - { - throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); - } - if (accountName.Length < 3) + if (Client.SubscriptionId.Length < 1) { - throw new ValidationException(ValidationRules.MinLength, "accountName", 3); + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); } } - if (containerName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "containerName"); - } - if (containerName != null) - { - if (containerName.Length > 63) - { - throw new ValidationException(ValidationRules.MaxLength, "containerName", 63); - } - if (containerName.Length < 3) - { - throw new ValidationException(ValidationRules.MinLength, "containerName", 3); - } - } - 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; @@ -1390,11 +1241,11 @@ internal BlobContainersOperations(StorageManagementClient client) tracingParameters.Add("accountName", accountName); tracingParameters.Add("containerName", containerName); tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Lease", tracingParameters); + ServiceClientTracing.Enter(_invocationId, this, "Delete", tracingParameters); } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/lease").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); @@ -1411,7 +1262,7 @@ internal BlobContainersOperations(StorageManagementClient client) // Create HTTP transport objects var _httpRequest = new HttpRequestMessage(); HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); + _httpRequest.Method = new HttpMethod("DELETE"); _httpRequest.RequestUri = new System.Uri(_url); // Set Headers if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) @@ -1512,7 +1363,9 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Sets legal hold tags. Setting the same tag results in an idempotent + /// operation. SetLegalHold follows an append pattern and does not clear out + /// the existing tags that are not specified in the request. /// /// /// The name of the resource group within the user's subscription. The name is @@ -1530,7 +1383,8 @@ internal BlobContainersOperations(StorageManagementClient client) /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is normalized to + /// lower case at SRP. /// /// /// Headers that will be added to request. @@ -1608,10 +1462,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } LegalHold legalHold = new LegalHold(); if (tags != null) { @@ -1775,7 +1643,9 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Clears legal hold tags. Clearing the same or non-existent tag results in an + /// idempotent operation. ClearLegalHold clears out only the specified tags in + /// the request. /// /// /// The name of the resource group within the user's subscription. The name is @@ -1793,7 +1663,8 @@ internal BlobContainersOperations(StorageManagementClient client) /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is normalized to + /// lower case at SRP. /// /// /// Headers that will be added to request. @@ -1871,10 +1742,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } LegalHold legalHold = new LegalHold(); if (tags != null) { @@ -2038,7 +1923,8 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Creates or updates an unlocked immutability policy. ETag in If-Match is + /// honored if given but not required for this operation. /// /// /// The name of the resource group within the user's subscription. The name is @@ -2055,14 +1941,15 @@ internal BlobContainersOperations(StorageManagementClient client) /// numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. /// + /// + /// The immutability period for the blobs in the container since the policy + /// creation, in days. + /// /// /// The entity state (ETag) version of the immutability policy to update. A /// value of "*" can be used to apply the operation only if the immutability /// policy already exists. If omitted, this operation will always be applied. /// - /// - /// TODO - /// /// /// Headers that will be added to request. /// @@ -2084,7 +1971,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, int immutabilityPeriodSinceCreationInDays, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -2139,14 +2026,25 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } - if (ifMatch == null) + if (Client.SubscriptionId != null) { - throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } } + string immutabilityPolicyName = "default"; ImmutabilityPolicy parameters = default(ImmutabilityPolicy); parameters = new ImmutabilityPolicy(); parameters.ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; @@ -2160,6 +2058,7 @@ internal BlobContainersOperations(StorageManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("containerName", containerName); + tracingParameters.Add("immutabilityPolicyName", immutabilityPolicyName); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("parameters", parameters); tracingParameters.Add("cancellationToken", cancellationToken); @@ -2167,10 +2066,11 @@ internal BlobContainersOperations(StorageManagementClient client) } // Construct URL var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{immutabilityPolicyName}", System.Uri.EscapeDataString(immutabilityPolicyName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); if (Client.ApiVersion != null) @@ -2330,7 +2230,8 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Gets the existing immutability policy along with the corresponding ETag in + /// response headers and body. /// /// /// The name of the resource group within the user's subscription. The name is @@ -2428,10 +2329,25 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + string immutabilityPolicyName = "default"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2442,16 +2358,18 @@ internal BlobContainersOperations(StorageManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("containerName", containerName); + tracingParameters.Add("immutabilityPolicyName", immutabilityPolicyName); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "GetImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{immutabilityPolicyName}", System.Uri.EscapeDataString(immutabilityPolicyName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); if (Client.ApiVersion != null) @@ -2605,7 +2523,11 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Aborts an unlocked immutability policy. The response of delete has + /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is + /// required for this operation. Deleting a locked immutability policy is not + /// allowed, only way is to delete the container after deleting all blobs + /// inside the container. /// /// /// The name of the resource group within the user's subscription. The name is @@ -2703,14 +2625,29 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (ifMatch == null) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); } + string immutabilityPolicyName = "default"; // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2721,16 +2658,18 @@ internal BlobContainersOperations(StorageManagementClient client) tracingParameters.Add("resourceGroupName", resourceGroupName); tracingParameters.Add("accountName", accountName); tracingParameters.Add("containerName", containerName); + tracingParameters.Add("immutabilityPolicyName", immutabilityPolicyName); tracingParameters.Add("ifMatch", ifMatch); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "DeleteImmutabilityPolicy", 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.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/default").ToString(); + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/immutabilityPolicies/{immutabilityPolicyName}").ToString(); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); _url = _url.Replace("{containerName}", System.Uri.EscapeDataString(containerName)); + _url = _url.Replace("{immutabilityPolicyName}", System.Uri.EscapeDataString(immutabilityPolicyName)); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); List _queryParameters = new List(); if (Client.ApiVersion != null) @@ -2884,7 +2823,9 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a + /// Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is + /// required for this operation. /// /// /// The name of the resource group within the user's subscription. The name is @@ -2982,10 +2923,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (ifMatch == null) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); @@ -3163,7 +3118,9 @@ internal BlobContainersOperations(StorageManagementClient client) } /// - /// TODO + /// Extends the immutabilityPeriodSinceCreationInDays of a locked + /// immutabilityPolicy. The only action allowed on a Locked policy will be this + /// action. ETag in If-Match is required for this operation. /// /// /// The name of the resource group within the user's subscription. The name is @@ -3186,7 +3143,8 @@ internal BlobContainersOperations(StorageManagementClient client) /// policy already exists. If omitted, this operation will always be applied. /// /// - /// TODO + /// The immutability period for the blobs in the container since the policy + /// creation, in days. /// /// /// Headers that will be added to request. @@ -3264,10 +3222,24 @@ internal BlobContainersOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (ifMatch == null) { throw new ValidationException(ValidationRules.CannotBeNull, "ifMatch"); diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs index af59496f9e7c..e64ae83eb84e 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs @@ -24,7 +24,8 @@ namespace Microsoft.Azure.Management.Storage public static partial class BlobContainersOperationsExtensions { /// - /// TODO + /// Lists all containers and does not support a prefix like data plane. Also + /// SRP today does not return continuation token. /// /// /// The operations group for this extension method. @@ -44,7 +45,8 @@ public static ListContainerItems List(this IBlobContainersOperations operations, } /// - /// TODO + /// Lists all containers and does not support a prefix like data plane. Also + /// SRP today does not return continuation token. /// /// /// The operations group for this extension method. @@ -70,7 +72,10 @@ public static ListContainerItems List(this IBlobContainersOperations operations, } /// - /// TODO + /// Creates a new container under the specified account as described by request + /// body. The container resource includes metadata and properties for that + /// container. It does not include a list of the blobs contained by the + /// container. /// /// /// The operations group for this extension method. @@ -91,10 +96,11 @@ public static ListContainerItems List(this IBlobContainersOperations operations, /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly and the + /// level of access. Possible values include: 'Container', 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// public static BlobContainer Create(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary)) { @@ -102,7 +108,10 @@ public static ListContainerItems List(this IBlobContainersOperations operations, } /// - /// TODO + /// Creates a new container under the specified account as described by request + /// body. The container resource includes metadata and properties for that + /// container. It does not include a list of the blobs contained by the + /// container. /// /// /// The operations group for this extension method. @@ -123,10 +132,11 @@ public static ListContainerItems List(this IBlobContainersOperations operations, /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly and the + /// level of access. Possible values include: 'Container', 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// /// /// The cancellation token. @@ -140,7 +150,9 @@ public static ListContainerItems List(this IBlobContainersOperations operations, } /// - /// TODO + /// Updates container properties as specified in request body. Properties not + /// mentioned in the request will be unchanged. Update fails if the specified + /// container doesn't already exist. /// /// /// The operations group for this extension method. @@ -161,10 +173,11 @@ public static ListContainerItems List(this IBlobContainersOperations operations, /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly and the + /// level of access. Possible values include: 'Container', 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// public static BlobContainer Update(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary)) { @@ -172,7 +185,9 @@ public static ListContainerItems List(this IBlobContainersOperations operations, } /// - /// TODO + /// Updates container properties as specified in request body. Properties not + /// mentioned in the request will be unchanged. Update fails if the specified + /// container doesn't already exist. /// /// /// The operations group for this extension method. @@ -193,10 +208,11 @@ public static ListContainerItems List(this IBlobContainersOperations operations, /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly and the + /// level of access. Possible values include: 'Container', 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// /// /// The cancellation token. @@ -210,7 +226,7 @@ public static ListContainerItems List(this IBlobContainersOperations operations, } /// - /// TODO + /// Gets properties of a specified container. /// /// /// The operations group for this extension method. @@ -236,7 +252,7 @@ public static BlobContainer Get(this IBlobContainersOperations operations, strin } /// - /// TODO + /// Gets properties of a specified container. /// /// /// The operations group for this extension method. @@ -268,7 +284,7 @@ public static BlobContainer Get(this IBlobContainersOperations operations, strin } /// - /// TODO + /// Deletes specified container under its account. /// /// /// The operations group for this extension method. @@ -294,7 +310,7 @@ public static void Delete(this IBlobContainersOperations operations, string reso } /// - /// TODO + /// Deletes specified container under its account. /// /// /// The operations group for this extension method. @@ -323,62 +339,9 @@ public static void Delete(this IBlobContainersOperations operations, string reso } /// - /// TODO - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// The name of the blob container within the specified storage account. Blob - /// container names must be between 3 and 63 characters in length and use - /// numbers, lower-case letters and dash (-) only. Every dash (-) character - /// must be immediately preceded and followed by a letter or number. - /// - public static void Lease(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName) - { - operations.LeaseAsync(resourceGroupName, accountName, containerName).GetAwaiter().GetResult(); - } - - /// - /// TODO - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// The name of the blob container within the specified storage account. Blob - /// container names must be between 3 and 63 characters in length and use - /// numbers, lower-case letters and dash (-) only. Every dash (-) character - /// must be immediately preceded and followed by a letter or number. - /// - /// - /// The cancellation token. - /// - public static async Task LeaseAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.LeaseWithHttpMessagesAsync(resourceGroupName, accountName, containerName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// TODO + /// Sets legal hold tags. Setting the same tag results in an idempotent + /// operation. SetLegalHold follows an append pattern and does not clear out + /// the existing tags that are not specified in the request. /// /// /// The operations group for this extension method. @@ -399,7 +362,8 @@ public static void Lease(this IBlobContainersOperations operations, string resou /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is normalized to + /// lower case at SRP. /// public static LegalHold SetLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList)) { @@ -407,7 +371,9 @@ public static void Lease(this IBlobContainersOperations operations, string resou } /// - /// TODO + /// Sets legal hold tags. Setting the same tag results in an idempotent + /// operation. SetLegalHold follows an append pattern and does not clear out + /// the existing tags that are not specified in the request. /// /// /// The operations group for this extension method. @@ -428,7 +394,8 @@ public static void Lease(this IBlobContainersOperations operations, string resou /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is normalized to + /// lower case at SRP. /// /// /// The cancellation token. @@ -442,7 +409,9 @@ public static void Lease(this IBlobContainersOperations operations, string resou } /// - /// TODO + /// Clears legal hold tags. Clearing the same or non-existent tag results in an + /// idempotent operation. ClearLegalHold clears out only the specified tags in + /// the request. /// /// /// The operations group for this extension method. @@ -463,7 +432,8 @@ public static void Lease(this IBlobContainersOperations operations, string resou /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is normalized to + /// lower case at SRP. /// public static LegalHold ClearLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList)) { @@ -471,7 +441,9 @@ public static void Lease(this IBlobContainersOperations operations, string resou } /// - /// TODO + /// Clears legal hold tags. Clearing the same or non-existent tag results in an + /// idempotent operation. ClearLegalHold clears out only the specified tags in + /// the request. /// /// /// The operations group for this extension method. @@ -492,7 +464,8 @@ public static void Lease(this IBlobContainersOperations operations, string resou /// must be immediately preceded and followed by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is normalized to + /// lower case at SRP. /// /// /// The cancellation token. @@ -506,7 +479,8 @@ public static void Lease(this IBlobContainersOperations operations, string resou } /// - /// TODO + /// Creates or updates an unlocked immutability policy. ETag in If-Match is + /// honored if given but not required for this operation. /// /// /// The operations group for this extension method. @@ -526,21 +500,23 @@ public static void Lease(this IBlobContainersOperations operations, string resou /// numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. /// + /// + /// The immutability period for the blobs in the container since the policy + /// creation, in days. + /// /// /// The entity state (ETag) version of the immutability policy to update. A /// value of "*" can be used to apply the operation only if the immutability /// policy already exists. If omitted, this operation will always be applied. /// - /// - /// TODO - /// - public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays) + public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, int immutabilityPeriodSinceCreationInDays, string ifMatch = default(string)) { - return operations.CreateOrUpdateImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, immutabilityPeriodSinceCreationInDays).GetAwaiter().GetResult(); + return operations.CreateOrUpdateImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, immutabilityPeriodSinceCreationInDays, ifMatch).GetAwaiter().GetResult(); } /// - /// TODO + /// Creates or updates an unlocked immutability policy. ETag in If-Match is + /// honored if given but not required for this operation. /// /// /// The operations group for this extension method. @@ -560,27 +536,29 @@ public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobCont /// numbers, lower-case letters and dash (-) only. Every dash (-) character /// must be immediately preceded and followed by a letter or number. /// + /// + /// The immutability period for the blobs in the container since the policy + /// creation, in days. + /// /// /// The entity state (ETag) version of the immutability policy to update. A /// value of "*" can be used to apply the operation only if the immutability /// policy already exists. If omitted, this operation will always be applied. /// - /// - /// TODO - /// /// /// The cancellation token. /// - public static async Task CreateOrUpdateImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateImmutabilityPolicyAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, int immutabilityPeriodSinceCreationInDays, string ifMatch = default(string), CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, ifMatch, immutabilityPeriodSinceCreationInDays, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(resourceGroupName, accountName, containerName, immutabilityPeriodSinceCreationInDays, ifMatch, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } } /// - /// TODO + /// Gets the existing immutability policy along with the corresponding ETag in + /// response headers and body. /// /// /// The operations group for this extension method. @@ -611,7 +589,8 @@ public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobCont } /// - /// TODO + /// Gets the existing immutability policy along with the corresponding ETag in + /// response headers and body. /// /// /// The operations group for this extension method. @@ -648,7 +627,11 @@ public static ImmutabilityPolicy CreateOrUpdateImmutabilityPolicy(this IBlobCont } /// - /// TODO + /// Aborts an unlocked immutability policy. The response of delete has + /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is + /// required for this operation. Deleting a locked immutability policy is not + /// allowed, only way is to delete the container after deleting all blobs + /// inside the container. /// /// /// The operations group for this extension method. @@ -679,7 +662,11 @@ public static ImmutabilityPolicy DeleteImmutabilityPolicy(this IBlobContainersOp } /// - /// TODO + /// Aborts an unlocked immutability policy. The response of delete has + /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is + /// required for this operation. Deleting a locked immutability policy is not + /// allowed, only way is to delete the container after deleting all blobs + /// inside the container. /// /// /// The operations group for this extension method. @@ -716,7 +703,9 @@ public static ImmutabilityPolicy DeleteImmutabilityPolicy(this IBlobContainersOp } /// - /// TODO + /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a + /// Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is + /// required for this operation. /// /// /// The operations group for this extension method. @@ -747,7 +736,9 @@ public static ImmutabilityPolicy LockImmutabilityPolicy(this IBlobContainersOper } /// - /// TODO + /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a + /// Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is + /// required for this operation. /// /// /// The operations group for this extension method. @@ -784,7 +775,9 @@ public static ImmutabilityPolicy LockImmutabilityPolicy(this IBlobContainersOper } /// - /// TODO + /// Extends the immutabilityPeriodSinceCreationInDays of a locked + /// immutabilityPolicy. The only action allowed on a Locked policy will be this + /// action. ETag in If-Match is required for this operation. /// /// /// The operations group for this extension method. @@ -810,7 +803,8 @@ public static ImmutabilityPolicy LockImmutabilityPolicy(this IBlobContainersOper /// policy already exists. If omitted, this operation will always be applied. /// /// - /// TODO + /// The immutability period for the blobs in the container since the policy + /// creation, in days. /// public static ImmutabilityPolicy ExtendImmutabilityPolicy(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays) { @@ -818,7 +812,9 @@ public static ImmutabilityPolicy ExtendImmutabilityPolicy(this IBlobContainersOp } /// - /// TODO + /// Extends the immutabilityPeriodSinceCreationInDays of a locked + /// immutabilityPolicy. The only action allowed on a Locked policy will be this + /// action. ETag in If-Match is required for this operation. /// /// /// The operations group for this extension method. @@ -844,7 +840,8 @@ public static ImmutabilityPolicy ExtendImmutabilityPolicy(this IBlobContainersOp /// policy already exists. If omitted, this operation will always be applied. /// /// - /// TODO + /// The immutability period for the blobs in the container since the policy + /// creation, in days. /// /// /// The cancellation token. diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs deleted file mode 100644 index feadd3831b0b..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperations.cs +++ /dev/null @@ -1,511 +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.Storage -{ - 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; - - /// - /// BlobServiceOperations operations. - /// - internal partial class BlobServiceOperations : IServiceOperations, IBlobServiceOperations - { - /// - /// Initializes a new instance of the BlobServiceOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal BlobServiceOperations(StorageManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the StorageManagementClient - /// - public StorageManagementClient Client { get; private set; } - - /// - /// Sets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) - /// rules. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// Specifies a CORS rule for the Blob service. You can include up to five - /// CorsRule elements in the request. If no CorsRule elements are included in - /// the request body, all CORS rules will be deleted, and CORS will be disabled - /// for the Blob service. - /// - /// - /// DefaultServiceVersion indicates the default version to use for requests to - /// the Blob service if an incoming request’s version is not specified. - /// Possible values include version 2008-10-27 and all more recent versions. - /// - /// - /// 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 SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (resourceGroupName != null) - { - if (resourceGroupName.Length > 90) - { - throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); - } - if (resourceGroupName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) - { - throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); - } - } - if (accountName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); - } - if (accountName != null) - { - if (accountName.Length > 24) - { - throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); - } - if (accountName.Length < 3) - { - throw new ValidationException(ValidationRules.MinLength, "accountName", 3); - } - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - BlobServiceProperties parameters = new BlobServiceProperties(); - if (cors != null || defaultServiceVersion != null) - { - parameters.Cors = cors; - parameters.DefaultServiceVersion = defaultServiceVersion; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("accountName", accountName); - tracingParameters.Add("parameters", parameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "SetServiceProperties", 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.Storage/storageAccounts/{accountName}/blobServices/default").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PUT"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(parameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(parameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Gets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) - /// rules. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// 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> GetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (resourceGroupName != null) - { - if (resourceGroupName.Length > 90) - { - throw new ValidationException(ValidationRules.MaxLength, "resourceGroupName", 90); - } - if (resourceGroupName.Length < 1) - { - throw new ValidationException(ValidationRules.MinLength, "resourceGroupName", 1); - } - if (!System.Text.RegularExpressions.Regex.IsMatch(resourceGroupName, "^[-\\w\\._\\(\\)]+$")) - { - throw new ValidationException(ValidationRules.Pattern, "resourceGroupName", "^[-\\w\\._\\(\\)]+$"); - } - } - if (accountName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "accountName"); - } - if (accountName != null) - { - if (accountName.Length > 24) - { - throw new ValidationException(ValidationRules.MaxLength, "accountName", 24); - } - if (accountName.Length < 3) - { - throw new ValidationException(ValidationRules.MinLength, "accountName", 3); - } - } - 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("accountName", accountName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetServiceProperties", 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.Storage/storageAccounts/{accountName}/blobServices/default").ToString(); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{accountName}", System.Uri.EscapeDataString(accountName)); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs deleted file mode 100644 index adbd4c14b7f7..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobServiceOperationsExtensions.cs +++ /dev/null @@ -1,144 +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.Storage -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for BlobServiceOperations. - /// - public static partial class BlobServiceOperationsExtensions - { - /// - /// Sets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) - /// rules. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// Specifies a CORS rule for the Blob service. You can include up to five - /// CorsRule elements in the request. If no CorsRule elements are included in - /// the request body, all CORS rules will be deleted, and CORS will be disabled - /// for the Blob service. - /// - /// - /// DefaultServiceVersion indicates the default version to use for requests to - /// the Blob service if an incoming request’s version is not specified. - /// Possible values include version 2008-10-27 and all more recent versions. - /// - public static void SetServiceProperties(this IBlobServiceOperations operations, string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string)) - { - operations.SetServicePropertiesAsync(resourceGroupName, accountName, cors, defaultServiceVersion).GetAwaiter().GetResult(); - } - - /// - /// Sets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) - /// rules. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// Specifies a CORS rule for the Blob service. You can include up to five - /// CorsRule elements in the request. If no CorsRule elements are included in - /// the request body, all CORS rules will be deleted, and CORS will be disabled - /// for the Blob service. - /// - /// - /// DefaultServiceVersion indicates the default version to use for requests to - /// the Blob service if an incoming request’s version is not specified. - /// Possible values include version 2008-10-27 and all more recent versions. - /// - /// - /// The cancellation token. - /// - public static async Task SetServicePropertiesAsync(this IBlobServiceOperations operations, string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string), CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.SetServicePropertiesWithHttpMessagesAsync(resourceGroupName, accountName, cors, defaultServiceVersion, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Gets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) - /// rules. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - public static BlobServiceProperties GetServiceProperties(this IBlobServiceOperations operations, string resourceGroupName, string accountName) - { - return operations.GetServicePropertiesAsync(resourceGroupName, accountName).GetAwaiter().GetResult(); - } - - /// - /// Gets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) - /// rules. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. The name is - /// case insensitive. - /// - /// - /// The name of the storage account within the specified resource group. - /// Storage account names must be between 3 and 24 characters in length and use - /// numbers and lower-case letters only. - /// - /// - /// The cancellation token. - /// - public static async Task GetServicePropertiesAsync(this IBlobServiceOperations operations, string resourceGroupName, string accountName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetServicePropertiesWithHttpMessagesAsync(resourceGroupName, accountName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs index cd92c1b7e1b4..16a5a721b92f 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs @@ -24,7 +24,8 @@ namespace Microsoft.Azure.Management.Storage public partial interface IBlobContainersOperations { /// - /// TODO + /// Lists all containers and does not support a prefix like data plane. + /// Also SRP today does not return continuation token. /// /// /// The name of the resource group within the user's subscription. The @@ -52,7 +53,10 @@ public partial interface IBlobContainersOperations /// Task> ListWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Creates a new container under the specified account as described by + /// request body. The container resource includes metadata and + /// properties for that container. It does not include a list of the + /// blobs contained by the container. /// /// /// The name of the resource group within the user's subscription. The @@ -71,10 +75,12 @@ public partial interface IBlobContainersOperations /// by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly + /// and the level of access. Possible values include: 'Container', + /// 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// /// /// The headers that will be added to request. @@ -93,7 +99,9 @@ public partial interface IBlobContainersOperations /// Task> CreateWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Updates container properties as specified in request body. + /// Properties not mentioned in the request will be unchanged. Update + /// fails if the specified container doesn't already exist. /// /// /// The name of the resource group within the user's subscription. The @@ -112,10 +120,12 @@ public partial interface IBlobContainersOperations /// by a letter or number. /// /// - /// TODO. Possible values include: 'container', 'blob' + /// Specifies whether data in the container may be accessed publicly + /// and the level of access. Possible values include: 'Container', + /// 'Blob', 'None' /// /// - /// TODO + /// A name-value pair to associate with the container as metadata. /// /// /// The headers that will be added to request. @@ -134,7 +144,7 @@ public partial interface IBlobContainersOperations /// Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, PublicAccess? publicAccess = default(PublicAccess?), IDictionary metadata = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Gets properties of a specified container. /// /// /// The name of the resource group within the user's subscription. The @@ -169,7 +179,7 @@ public partial interface IBlobContainersOperations /// Task> GetWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Deletes specified container under its account. /// /// /// The name of the resource group within the user's subscription. The @@ -201,39 +211,9 @@ public partial interface IBlobContainersOperations /// Task DeleteWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO - /// - /// - /// The name of the resource group within the user's subscription. The - /// name is case insensitive. - /// - /// - /// The name of the storage account within the specified resource - /// group. Storage account names must be between 3 and 24 characters in - /// length and use numbers and lower-case letters only. - /// - /// - /// The name of the blob container within the specified storage - /// account. Blob container names must be between 3 and 63 characters - /// in length and use numbers, lower-case letters and dash (-) only. - /// Every dash (-) character must be immediately preceded and followed - /// by a letter or number. - /// - /// - /// 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 LeaseWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// TODO + /// Sets legal hold tags. Setting the same tag results in an idempotent + /// operation. SetLegalHold follows an append pattern and does not + /// clear out the existing tags that are not specified in the request. /// /// /// The name of the resource group within the user's subscription. The @@ -252,7 +232,8 @@ public partial interface IBlobContainersOperations /// by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is + /// normalized to lower case at SRP. /// /// /// The headers that will be added to request. @@ -271,7 +252,9 @@ public partial interface IBlobContainersOperations /// Task> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Clears legal hold tags. Clearing the same or non-existent tag + /// results in an idempotent operation. ClearLegalHold clears out only + /// the specified tags in the request. /// /// /// The name of the resource group within the user's subscription. The @@ -290,7 +273,8 @@ public partial interface IBlobContainersOperations /// by a letter or number. /// /// - /// TODO + /// Each tag should be 3 to 23 alphanumeric characters and is + /// normalized to lower case at SRP. /// /// /// The headers that will be added to request. @@ -309,7 +293,8 @@ public partial interface IBlobContainersOperations /// Task> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Creates or updates an unlocked immutability policy. ETag in + /// If-Match is honored if given but not required for this operation. /// /// /// The name of the resource group within the user's subscription. The @@ -327,15 +312,16 @@ public partial interface IBlobContainersOperations /// Every dash (-) character must be immediately preceded and followed /// by a letter or number. /// + /// + /// The immutability period for the blobs in the container since the + /// policy creation, in days. + /// /// /// The entity state (ETag) version of the immutability policy to /// update. A value of "*" can be used to apply the operation only if /// the immutability policy already exists. If omitted, this operation /// will always be applied. /// - /// - /// TODO - /// /// /// The headers that will be added to request. /// @@ -351,9 +337,10 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, int immutabilityPeriodSinceCreationInDays, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateOrUpdateImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, int immutabilityPeriodSinceCreationInDays, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Gets the existing immutability policy along with the corresponding + /// ETag in response headers and body. /// /// /// The name of the resource group within the user's subscription. The @@ -394,7 +381,11 @@ public partial interface IBlobContainersOperations /// Task> GetImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Aborts an unlocked immutability policy. The response of delete has + /// immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is + /// required for this operation. Deleting a locked immutability policy + /// is not allowed, only way is to delete the container after deleting + /// all blobs inside the container. /// /// /// The name of the resource group within the user's subscription. The @@ -435,7 +426,9 @@ public partial interface IBlobContainersOperations /// Task> DeleteImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Sets the ImmutabilityPolicy to Locked state. The only action + /// allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag + /// in If-Match is required for this operation. /// /// /// The name of the resource group within the user's subscription. The @@ -476,7 +469,9 @@ public partial interface IBlobContainersOperations /// Task> LockImmutabilityPolicyWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// - /// TODO + /// Extends the immutabilityPeriodSinceCreationInDays of a locked + /// immutabilityPolicy. The only action allowed on a Locked policy will + /// be this action. ETag in If-Match is required for this operation. /// /// /// The name of the resource group within the user's subscription. The @@ -501,7 +496,8 @@ public partial interface IBlobContainersOperations /// will always be applied. /// /// - /// TODO + /// The immutability period for the blobs in the container since the + /// policy creation, in days. /// /// /// The headers that will be added to request. diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs deleted file mode 100644 index d359c97791d7..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/IBlobServiceOperations.cs +++ /dev/null @@ -1,96 +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.Storage -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// BlobServiceOperations operations. - /// - public partial interface IBlobServiceOperations - { - /// - /// Sets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource - /// Sharing) rules. - /// - /// - /// The name of the resource group within the user's subscription. The - /// name is case insensitive. - /// - /// - /// The name of the storage account within the specified resource - /// group. Storage account names must be between 3 and 24 characters in - /// length and use numbers and lower-case letters only. - /// - /// - /// Specifies a CORS rule for the Blob service. You can include up to - /// five CorsRule elements in the request. If no CorsRule elements are - /// included in the request body, all CORS rules will be deleted, and - /// CORS will be disabled for the Blob service. - /// - /// - /// DefaultServiceVersion indicates the default version to use for - /// requests to the Blob service if an incoming request’s version is - /// not specified. Possible values include version 2008-10-27 and all - /// more recent versions. - /// - /// - /// 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 SetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Gets the properties of a storage account’s Blob service, including - /// properties for Storage Analytics and CORS (Cross-Origin Resource - /// Sharing) rules. - /// - /// - /// The name of the resource group within the user's subscription. The - /// name is case insensitive. - /// - /// - /// The name of the storage account within the specified resource - /// group. Storage account names must be between 3 and 24 characters in - /// length and use numbers and lower-case letters only. - /// - /// - /// 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> GetServicePropertiesWithHttpMessagesAsync(string resourceGroupName, string accountName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs index b4318bbcff39..0bfcdd2f9623 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs @@ -41,14 +41,14 @@ public partial interface IStorageManagementClient : System.IDisposable ServiceClientCredentials Credentials { get; } /// - /// Gets subscription credentials which uniquely identify the Microsoft + /// Subscription credentials which uniquely identify the Microsoft /// Azure subscription. The subscription ID forms part of the URI for /// every service call. /// string SubscriptionId { get; set; } /// - /// Client Api Version. + /// The Service API version. /// string ApiVersion { get; } @@ -90,11 +90,6 @@ public partial interface IStorageManagementClient : System.IDisposable /// IUsageOperations Usage { get; } - /// - /// Gets the IBlobServiceOperations. - /// - IBlobServiceOperations BlobService { get; } - /// /// Gets the IBlobContainersOperations. /// diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs new file mode 100644 index 000000000000..ed99ead8f812 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs @@ -0,0 +1,58 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// The resource model definition for a ARM resource with an etag + /// + public partial class AzureEntityResource : AzureResource + { + /// + /// Initializes a new instance of the AzureEntityResource class. + /// + public AzureEntityResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AzureEntityResource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource Etag. + public AzureEntityResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + : base(id, name, type) + { + Etag = etag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets resource Etag. + /// + [JsonProperty(PropertyName = "etag")] + public string Etag { get; private set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs similarity index 53% rename from src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs rename to src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs index bc0f90afa709..4cde3aae3ee8 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResourceWithEtag.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs @@ -16,30 +16,32 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// Describes a storage resource. + /// An Azure Resource Manager resource. /// - public partial class BlobResourceWithEtag : IResource + public partial class AzureResource : IResource { /// - /// Initializes a new instance of the BlobResourceWithEtag class. + /// Initializes a new instance of the AzureResource class. /// - public BlobResourceWithEtag() + public AzureResource() { CustomInit(); } /// - /// Initializes a new instance of the BlobResourceWithEtag class. + /// Initializes a new instance of the AzureResource class. /// - /// Resource Id - /// Resource name - /// Resource type - public BlobResourceWithEtag(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + public AzureResource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; Name = name; Type = type; - Etag = etag; CustomInit(); } @@ -49,27 +51,25 @@ public BlobResourceWithEtag() partial void CustomInit(); /// - /// Gets resource Id + /// Gets fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets resource name + /// Gets the name of the resource /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets resource type + /// Gets the type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } - /// - /// - [JsonProperty(PropertyName = "etag")] - public string Etag { get; private set; } - } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs index 03c9cbb99029..72933793572b 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs @@ -18,10 +18,11 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// TODO + /// Properties of the blob container, including Id, resource name, resource + /// type, Etag. /// [Rest.Serialization.JsonTransformation] - public partial class BlobContainer : BlobResourceWithEtag + public partial class BlobContainer : AzureEntityResource { /// /// Initializes a new instance of the BlobContainer class. @@ -34,21 +35,43 @@ public BlobContainer() /// /// Initializes a new instance of the BlobContainer class. /// - /// Resource Id - /// Resource name - /// Resource type - /// TODO. Possible values include: - /// 'container', 'blob' - /// TODO. Possible values include: 'locked', - /// 'unlocked' - /// TODO. Possible values include: - /// 'available', 'leased', 'expired', 'breaking', 'broken' - /// TODO. Possible values include: - /// 'infinite', 'fixed' - /// TODO - /// TODO - /// TODO - public BlobContainer(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource Etag. + /// Specifies whether data in the container + /// may be accessed publicly and the level of access. Possible values + /// include: 'Container', 'Blob', 'None' + /// Returns the date and time the + /// container was last modified. + /// The lease status of the container. + /// Possible values include: 'Locked', 'Unlocked' + /// Lease state of the container. Possible + /// values include: 'Available', 'Leased', 'Expired', 'Breaking', + /// 'Broken' + /// Specifies whether the lease on a + /// container is of infinite or fixed duration, only when the container + /// is leased. Possible values include: 'Infinite', 'Fixed' + /// A name-value pair to associate with the + /// container as metadata. + /// The ImmutabilityPolicy property of + /// the container. + /// The LegalHold property of the + /// container. + /// The hasLegalHold public property is set + /// to true by SRP if there are at least one existing tag. The + /// hasLegalHold public property is set to false by SRP if all existing + /// legal hold tags are cleared out. There can be a maximum of 1000 + /// blob containers with hasLegalHold=true for a given account. + /// The hasImmutabilityPolicy + /// public property is set to true by SRP if ImmutabilityPolicy has + /// been created for this container. The hasImmutabilityPolicy public + /// property is set to false by SRP if ImmutabilityPolicy has not been + /// created for this container. + public BlobContainer(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold), bool? hasLegalHold = default(bool?), bool? hasImmutabilityPolicy = default(bool?)) : base(id, name, type, etag) { PublicAccess = publicAccess; @@ -59,6 +82,8 @@ public BlobContainer() Metadata = metadata; ImmutabilityPolicy = immutabilityPolicy; LegalHold = legalHold; + HasLegalHold = hasLegalHold; + HasImmutabilityPolicy = hasImmutabilityPolicy; CustomInit(); } @@ -68,53 +93,79 @@ public BlobContainer() partial void CustomInit(); /// - /// Gets or sets TODO. Possible values include: 'container', 'blob' + /// Gets or sets specifies whether data in the container may be + /// accessed publicly and the level of access. Possible values include: + /// 'Container', 'Blob', 'None' /// [JsonProperty(PropertyName = "properties.publicAccess")] public PublicAccess? PublicAccess { get; set; } /// + /// Gets returns the date and time the container was last modified. /// [JsonProperty(PropertyName = "properties.lastModifiedTime")] public System.DateTime? LastModifiedTime { get; private set; } /// - /// Gets TODO. Possible values include: 'locked', 'unlocked' + /// Gets the lease status of the container. Possible values include: + /// 'Locked', 'Unlocked' /// [JsonProperty(PropertyName = "properties.leaseStatus")] public LeaseStatus? LeaseStatus { get; private set; } /// - /// Gets TODO. Possible values include: 'available', 'leased', - /// 'expired', 'breaking', 'broken' + /// Gets lease state of the container. Possible values include: + /// 'Available', 'Leased', 'Expired', 'Breaking', 'Broken' /// [JsonProperty(PropertyName = "properties.leaseState")] public LeaseState? LeaseState { get; private set; } /// - /// Gets TODO. Possible values include: 'infinite', 'fixed' + /// Gets specifies whether the lease on a container is of infinite or + /// fixed duration, only when the container is leased. Possible values + /// include: 'Infinite', 'Fixed' /// [JsonProperty(PropertyName = "properties.leaseDuration")] public LeaseDuration? LeaseDuration { get; private set; } /// - /// Gets or sets TODO + /// Gets or sets a name-value pair to associate with the container as + /// metadata. /// [JsonProperty(PropertyName = "properties.metadata")] public IDictionary Metadata { get; set; } /// - /// Gets TODO + /// Gets the ImmutabilityPolicy property of the container. /// [JsonProperty(PropertyName = "properties.immutabilityPolicy")] public ImmutabilityPolicyProperties ImmutabilityPolicy { get; private set; } /// - /// Gets TODO + /// Gets the LegalHold property of the container. /// - [JsonProperty(PropertyName = "properties.LegalHold")] + [JsonProperty(PropertyName = "properties.legalHold")] public LegalHold LegalHold { get; private set; } + /// + /// Gets the hasLegalHold public property is set to true by SRP if + /// there are at least one existing tag. The hasLegalHold public + /// property is set to false by SRP if all existing legal hold tags are + /// cleared out. There can be a maximum of 1000 blob containers with + /// hasLegalHold=true for a given account. + /// + [JsonProperty(PropertyName = "properties.hasLegalHold")] + public bool? HasLegalHold { get; private set; } + + /// + /// Gets the hasImmutabilityPolicy public property is set to true by + /// SRP if ImmutabilityPolicy has been created for this container. The + /// hasImmutabilityPolicy public property is set to false by SRP if + /// ImmutabilityPolicy has not been created for this container. + /// + [JsonProperty(PropertyName = "properties.hasImmutabilityPolicy")] + public bool? HasImmutabilityPolicy { get; private set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs deleted file mode 100644 index 7a4719308b3e..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobResource.cs +++ /dev/null @@ -1,69 +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.Storage.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Describes a storage resource. - /// - public partial class BlobResource : IResource - { - /// - /// Initializes a new instance of the BlobResource class. - /// - public BlobResource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BlobResource class. - /// - /// Resource Id - /// Resource name - /// Resource type - public BlobResource(string id = default(string), string name = default(string), string type = default(string)) - { - Id = id; - Name = name; - Type = type; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets resource Id - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; private set; } - - /// - /// Gets resource name - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; private set; } - - /// - /// Gets resource type - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; private set; } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs deleted file mode 100644 index 6f595c1c8a8e..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobServiceProperties.cs +++ /dev/null @@ -1,79 +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.Storage.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// The properties of a storage account’s Blob service. - /// - [Rest.Serialization.JsonTransformation] - public partial class BlobServiceProperties : BlobResource - { - /// - /// Initializes a new instance of the BlobServiceProperties class. - /// - public BlobServiceProperties() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the BlobServiceProperties class. - /// - /// Resource Id - /// Resource name - /// Resource type - /// Specifies a CORS rule for the Blob service. You - /// can include up to five CorsRule elements in the request. If no - /// CorsRule elements are included in the request body, all CORS rules - /// will be deleted, and CORS will be disabled for the Blob - /// service. - /// DefaultServiceVersion indicates - /// the default version to use for requests to the Blob service if an - /// incoming request’s version is not specified. Possible values - /// include version 2008-10-27 and all more recent versions. - public BlobServiceProperties(string id = default(string), string name = default(string), string type = default(string), CorsRule cors = default(CorsRule), string defaultServiceVersion = default(string)) - : base(id, name, type) - { - Cors = cors; - DefaultServiceVersion = defaultServiceVersion; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets specifies a CORS rule for the Blob service. You can - /// include up to five CorsRule elements in the request. If no CorsRule - /// elements are included in the request body, all CORS rules will be - /// deleted, and CORS will be disabled for the Blob service. - /// - [JsonProperty(PropertyName = "properties.Cors")] - public CorsRule Cors { get; set; } - - /// - /// Gets or sets defaultServiceVersion indicates the default version to - /// use for requests to the Blob service if an incoming request’s - /// version is not specified. Possible values include version - /// 2008-10-27 and all more recent versions. - /// - [JsonProperty(PropertyName = "properties.DefaultServiceVersion")] - public string DefaultServiceVersion { get; set; } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs deleted file mode 100644 index cd570d35a653..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/CorsRule.cs +++ /dev/null @@ -1,104 +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.Storage.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Specifies a CORS rule for the Blob service. - /// - public partial class CorsRule - { - /// - /// Initializes a new instance of the CorsRule class. - /// - public CorsRule() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the CorsRule class. - /// - /// Required if CorsRule element is - /// present. A list of origin domains that will be allowed via CORS, or - /// "*" to allow all domains - /// Required if CorsRule element is - /// present. A list of HTTP methods that are allowed to be executed by - /// the origin. Possible values include: 'DELETE', 'GET', 'HEAD', - /// 'MERGE', 'POST', 'OPTIONS', 'PUT' - /// Required if CorsRule element is - /// present. The number of seconds that the client/browser should cache - /// a preflight response. - /// Required if CorsRule element is - /// present. A list of response headers to expose to CORS - /// clients. - /// Required if CorsRule element is - /// present. A list of headers allowed to be part of the cross-origin - /// request. - public CorsRule(IList allowedOrigins = default(IList), HTTPMethod? allowedMethods = default(HTTPMethod?), int? maxAgeInSeconds = default(int?), IList exposedHeaders = default(IList), IList allowedHeaders = default(IList)) - { - AllowedOrigins = allowedOrigins; - AllowedMethods = allowedMethods; - MaxAgeInSeconds = maxAgeInSeconds; - ExposedHeaders = exposedHeaders; - AllowedHeaders = allowedHeaders; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets required if CorsRule element is present. A list of - /// origin domains that will be allowed via CORS, or "*" to allow all - /// domains - /// - [JsonProperty(PropertyName = "allowedOrigins")] - public IList AllowedOrigins { get; set; } - - /// - /// Gets or sets required if CorsRule element is present. A list of - /// HTTP methods that are allowed to be executed by the origin. - /// Possible values include: 'DELETE', 'GET', 'HEAD', 'MERGE', 'POST', - /// 'OPTIONS', 'PUT' - /// - [JsonProperty(PropertyName = "allowedMethods")] - public HTTPMethod? AllowedMethods { get; set; } - - /// - /// Gets or sets required if CorsRule element is present. The number of - /// seconds that the client/browser should cache a preflight response. - /// - [JsonProperty(PropertyName = "maxAgeInSeconds")] - public int? MaxAgeInSeconds { get; set; } - - /// - /// Gets or sets required if CorsRule element is present. A list of - /// response headers to expose to CORS clients. - /// - [JsonProperty(PropertyName = "exposedHeaders")] - public IList ExposedHeaders { get; set; } - - /// - /// Gets or sets required if CorsRule element is present. A list of - /// headers allowed to be part of the cross-origin request. - /// - [JsonProperty(PropertyName = "allowedHeaders")] - public IList AllowedHeaders { get; set; } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs deleted file mode 100644 index e9d65feef7f6..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/HTTPMethod.cs +++ /dev/null @@ -1,90 +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.Storage.Models -{ - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; - - /// - /// Defines values for HTTPMethod. - /// - [JsonConverter(typeof(StringEnumConverter))] - public enum HTTPMethod - { - [EnumMember(Value = "DELETE")] - DELETE, - [EnumMember(Value = "GET")] - GET, - [EnumMember(Value = "HEAD")] - HEAD, - [EnumMember(Value = "MERGE")] - MERGE, - [EnumMember(Value = "POST")] - POST, - [EnumMember(Value = "OPTIONS")] - OPTIONS, - [EnumMember(Value = "PUT")] - PUT - } - internal static class HTTPMethodEnumExtension - { - internal static string ToSerializedValue(this HTTPMethod? value) - { - return value == null ? null : ((HTTPMethod)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this HTTPMethod value) - { - switch( value ) - { - case HTTPMethod.DELETE: - return "DELETE"; - case HTTPMethod.GET: - return "GET"; - case HTTPMethod.HEAD: - return "HEAD"; - case HTTPMethod.MERGE: - return "MERGE"; - case HTTPMethod.POST: - return "POST"; - case HTTPMethod.OPTIONS: - return "OPTIONS"; - case HTTPMethod.PUT: - return "PUT"; - } - return null; - } - - internal static HTTPMethod? ParseHTTPMethod(this string value) - { - switch( value ) - { - case "DELETE": - return HTTPMethod.DELETE; - case "GET": - return HTTPMethod.GET; - case "HEAD": - return HTTPMethod.HEAD; - case "MERGE": - return HTTPMethod.MERGE; - case "POST": - return HTTPMethod.POST; - case "OPTIONS": - return HTTPMethod.OPTIONS; - case "PUT": - return HTTPMethod.PUT; - } - return null; - } - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs index 6d451e623507..fb38ae834635 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs @@ -16,10 +16,11 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// TODO + /// The ImmutabilityPolicy property of a blob container, including Id, + /// resource name, resource type, Etag. /// [Rest.Serialization.JsonTransformation] - public partial class ImmutabilityPolicy : BlobResourceWithEtag + public partial class ImmutabilityPolicy : AzureEntityResource { /// /// Initializes a new instance of the ImmutabilityPolicy class. @@ -32,12 +33,19 @@ public ImmutabilityPolicy() /// /// Initializes a new instance of the ImmutabilityPolicy class. /// - /// TODO - /// Resource Id - /// Resource name - /// Resource type - /// TODO. Possible values include: 'Locked', - /// 'Unlocked' + /// The + /// immutability period for the blobs in the container since the policy + /// creation, in days. + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource Etag. + /// The ImmutabilityPolicy state of a blob + /// container, possible values include: Locked and Unlocked. Possible + /// values include: 'Locked', 'Unlocked' public ImmutabilityPolicy(int immutabilityPeriodSinceCreationInDays, string id = default(string), string name = default(string), string type = default(string), string etag = default(string), ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) : base(id, name, type, etag) { @@ -52,15 +60,18 @@ public ImmutabilityPolicy() partial void CustomInit(); /// - /// Gets or sets TODO + /// Gets or sets the immutability period for the blobs in the container + /// since the policy creation, in days. /// - [JsonProperty(PropertyName = "properties.ImmutabilityPeriodSinceCreationInDays")] + [JsonProperty(PropertyName = "properties.immutabilityPeriodSinceCreationInDays")] public int ImmutabilityPeriodSinceCreationInDays { get; set; } /// - /// Gets TODO. Possible values include: 'Locked', 'Unlocked' + /// Gets the ImmutabilityPolicy state of a blob container, possible + /// values include: Locked and Unlocked. Possible values include: + /// 'Locked', 'Unlocked' /// - [JsonProperty(PropertyName = "properties.State")] + [JsonProperty(PropertyName = "properties.state")] public ImmutabilityPolicyState? State { get; private set; } /// diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs index f098eebdd981..8eb6baa75675 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// TODO + /// The properties of an ImmutabilityPolicy of a blob container. /// [Rest.Serialization.JsonTransformation] public partial class ImmutabilityPolicyProperties @@ -34,13 +34,18 @@ public ImmutabilityPolicyProperties() /// Initializes a new instance of the ImmutabilityPolicyProperties /// class. /// - /// TODO - /// TODO. Possible values include: 'Locked', - /// 'Unlocked' - public ImmutabilityPolicyProperties(int immutabilityPeriodSinceCreationInDays, ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) + /// The + /// immutability period for the blobs in the container since the policy + /// creation, in days. + /// The ImmutabilityPolicy state of a blob + /// container, possible values include: Locked and Unlocked. Possible + /// values include: 'Locked', 'Unlocked' + /// ImmutabilityPolicy Etag. + public ImmutabilityPolicyProperties(int immutabilityPeriodSinceCreationInDays, ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?), string etag = default(string)) { ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; State = state; + Etag = etag; CustomInit(); } @@ -50,17 +55,26 @@ public ImmutabilityPolicyProperties() partial void CustomInit(); /// - /// Gets or sets TODO + /// Gets or sets the immutability period for the blobs in the container + /// since the policy creation, in days. /// - [JsonProperty(PropertyName = "properties.ImmutabilityPeriodSinceCreationInDays")] + [JsonProperty(PropertyName = "properties.immutabilityPeriodSinceCreationInDays")] public int ImmutabilityPeriodSinceCreationInDays { get; set; } /// - /// Gets TODO. Possible values include: 'Locked', 'Unlocked' + /// Gets the ImmutabilityPolicy state of a blob container, possible + /// values include: Locked and Unlocked. Possible values include: + /// 'Locked', 'Unlocked' /// - [JsonProperty(PropertyName = "properties.State")] + [JsonProperty(PropertyName = "properties.state")] public ImmutabilityPolicyState? State { get; private set; } + /// + /// Gets immutabilityPolicy Etag. + /// + [JsonProperty(PropertyName = "etag")] + public string Etag { get; private set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs index 5fc47359a008..c2c1edd5b0aa 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/Kind.cs @@ -23,6 +23,8 @@ public enum Kind { [EnumMember(Value = "Storage")] Storage, + [EnumMember(Value = "StorageV2")] + StorageV2, [EnumMember(Value = "BlobStorage")] BlobStorage } @@ -39,6 +41,8 @@ internal static string ToSerializedValue(this Kind value) { case Kind.Storage: return "Storage"; + case Kind.StorageV2: + return "StorageV2"; case Kind.BlobStorage: return "BlobStorage"; } @@ -51,6 +55,8 @@ internal static string ToSerializedValue(this Kind value) { case "Storage": return Kind.Storage; + case "StorageV2": + return Kind.StorageV2; case "BlobStorage": return Kind.BlobStorage; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs index 03c8998b8a44..4600ae2bb3af 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs @@ -21,9 +21,9 @@ namespace Microsoft.Azure.Management.Storage.Models [JsonConverter(typeof(StringEnumConverter))] public enum LeaseDuration { - [EnumMember(Value = "infinite")] + [EnumMember(Value = "Infinite")] Infinite, - [EnumMember(Value = "fixed")] + [EnumMember(Value = "Fixed")] Fixed } internal static class LeaseDurationEnumExtension @@ -38,9 +38,9 @@ internal static string ToSerializedValue(this LeaseDuration value) switch( value ) { case LeaseDuration.Infinite: - return "infinite"; + return "Infinite"; case LeaseDuration.Fixed: - return "fixed"; + return "Fixed"; } return null; } @@ -49,9 +49,9 @@ internal static string ToSerializedValue(this LeaseDuration value) { switch( value ) { - case "infinite": + case "Infinite": return LeaseDuration.Infinite; - case "fixed": + case "Fixed": return LeaseDuration.Fixed; } return null; diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs index 13c9c26ed82a..fa20e7c23f39 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs @@ -21,15 +21,15 @@ namespace Microsoft.Azure.Management.Storage.Models [JsonConverter(typeof(StringEnumConverter))] public enum LeaseState { - [EnumMember(Value = "available")] + [EnumMember(Value = "Available")] Available, - [EnumMember(Value = "leased")] + [EnumMember(Value = "Leased")] Leased, - [EnumMember(Value = "expired")] + [EnumMember(Value = "Expired")] Expired, - [EnumMember(Value = "breaking")] + [EnumMember(Value = "Breaking")] Breaking, - [EnumMember(Value = "broken")] + [EnumMember(Value = "Broken")] Broken } internal static class LeaseStateEnumExtension @@ -44,15 +44,15 @@ internal static string ToSerializedValue(this LeaseState value) switch( value ) { case LeaseState.Available: - return "available"; + return "Available"; case LeaseState.Leased: - return "leased"; + return "Leased"; case LeaseState.Expired: - return "expired"; + return "Expired"; case LeaseState.Breaking: - return "breaking"; + return "Breaking"; case LeaseState.Broken: - return "broken"; + return "Broken"; } return null; } @@ -61,15 +61,15 @@ internal static string ToSerializedValue(this LeaseState value) { switch( value ) { - case "available": + case "Available": return LeaseState.Available; - case "leased": + case "Leased": return LeaseState.Leased; - case "expired": + case "Expired": return LeaseState.Expired; - case "breaking": + case "Breaking": return LeaseState.Breaking; - case "broken": + case "Broken": return LeaseState.Broken; } return null; diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs index 710ef3c4c447..bf902001c9d1 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs @@ -21,9 +21,9 @@ namespace Microsoft.Azure.Management.Storage.Models [JsonConverter(typeof(StringEnumConverter))] public enum LeaseStatus { - [EnumMember(Value = "locked")] + [EnumMember(Value = "Locked")] Locked, - [EnumMember(Value = "unlocked")] + [EnumMember(Value = "Unlocked")] Unlocked } internal static class LeaseStatusEnumExtension @@ -38,9 +38,9 @@ internal static string ToSerializedValue(this LeaseStatus value) switch( value ) { case LeaseStatus.Locked: - return "locked"; + return "Locked"; case LeaseStatus.Unlocked: - return "unlocked"; + return "Unlocked"; } return null; } @@ -49,9 +49,9 @@ internal static string ToSerializedValue(this LeaseStatus value) { switch( value ) { - case "locked": + case "Locked": return LeaseStatus.Locked; - case "unlocked": + case "Unlocked": return LeaseStatus.Unlocked; } return null; diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs index 72e54c9053a5..75b30b44b00c 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// TODO + /// The LegalHold property of a blob container. /// public partial class LegalHold { @@ -31,8 +31,13 @@ public LegalHold() /// /// Initializes a new instance of the LegalHold class. /// - /// TODO - /// TODO + /// The hasLegalHold public property is set + /// to true by SRP if there are at least one existing tag. The + /// hasLegalHold public property is set to false by SRP if all existing + /// legal hold tags are cleared out. There can be a maximum of 1000 + /// blob containers with hasLegalHold=true for a given account. + /// Each tag should be 3 to 23 alphanumeric + /// characters and is normalized to lower case at SRP. public LegalHold(bool? hasLegalHold = default(bool?), IList tags = default(IList)) { HasLegalHold = hasLegalHold; @@ -46,15 +51,20 @@ public LegalHold() partial void CustomInit(); /// - /// Gets TODO + /// Gets the hasLegalHold public property is set to true by SRP if + /// there are at least one existing tag. The hasLegalHold public + /// property is set to false by SRP if all existing legal hold tags are + /// cleared out. There can be a maximum of 1000 blob containers with + /// hasLegalHold=true for a given account. /// - [JsonProperty(PropertyName = "HasLegalHold")] + [JsonProperty(PropertyName = "hasLegalHold")] public bool? HasLegalHold { get; private set; } /// - /// Gets or sets TODO + /// Gets or sets each tag should be 3 to 23 alphanumeric characters and + /// is normalized to lower case at SRP. /// - [JsonProperty(PropertyName = "Tags")] + [JsonProperty(PropertyName = "tags")] public IList Tags { get; set; } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs index cedd3cb27ac9..afde49a5a14d 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs @@ -18,10 +18,10 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// TODO + /// The blob container properties be listed out. /// [Rest.Serialization.JsonTransformation] - public partial class ListContainerItem : BlobResource + public partial class ListContainerItem : AzureEntityResource { /// /// Initializes a new instance of the ListContainerItem class. @@ -34,22 +34,44 @@ public ListContainerItem() /// /// Initializes a new instance of the ListContainerItem class. /// - /// Resource Id - /// Resource name - /// Resource type - /// TODO. Possible values include: - /// 'container', 'blob' - /// TODO. Possible values include: 'locked', - /// 'unlocked' - /// TODO. Possible values include: - /// 'available', 'leased', 'expired', 'breaking', 'broken' - /// TODO. Possible values include: - /// 'infinite', 'fixed' - /// TODO - /// TODO - /// TODO - public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold)) - : base(id, name, type) + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource Etag. + /// Specifies whether data in the container + /// may be accessed publicly and the level of access. Possible values + /// include: 'Container', 'Blob', 'None' + /// Returns the date and time the + /// container was last modified. + /// The lease status of the container. + /// Possible values include: 'Locked', 'Unlocked' + /// Lease state of the container. Possible + /// values include: 'Available', 'Leased', 'Expired', 'Breaking', + /// 'Broken' + /// Specifies whether the lease on a + /// container is of infinite or fixed duration, only when the container + /// is leased. Possible values include: 'Infinite', 'Fixed' + /// A name-value pair to associate with the + /// container as metadata. + /// The ImmutabilityPolicy property of + /// the container. + /// The LegalHold property of the + /// container. + /// The hasLegalHold public property is set + /// to true by SRP if there are at least one existing tag. The + /// hasLegalHold public property is set to false by SRP if all existing + /// legal hold tags are cleared out. There can be a maximum of 1000 + /// blob containers with hasLegalHold=true for a given account. + /// The hasImmutabilityPolicy + /// public property is set to true by SRP if ImmutabilityPolicy has + /// been created for this container. The hasImmutabilityPolicy public + /// property is set to false by SRP if ImmutabilityPolicy has not been + /// created for this container. + public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold), bool? hasLegalHold = default(bool?), bool? hasImmutabilityPolicy = default(bool?)) + : base(id, name, type, etag) { PublicAccess = publicAccess; LastModifiedTime = lastModifiedTime; @@ -59,6 +81,8 @@ public ListContainerItem() Metadata = metadata; ImmutabilityPolicy = immutabilityPolicy; LegalHold = legalHold; + HasLegalHold = hasLegalHold; + HasImmutabilityPolicy = hasImmutabilityPolicy; CustomInit(); } @@ -68,53 +92,79 @@ public ListContainerItem() partial void CustomInit(); /// - /// Gets or sets TODO. Possible values include: 'container', 'blob' + /// Gets or sets specifies whether data in the container may be + /// accessed publicly and the level of access. Possible values include: + /// 'Container', 'Blob', 'None' /// [JsonProperty(PropertyName = "properties.publicAccess")] public PublicAccess? PublicAccess { get; set; } /// + /// Gets returns the date and time the container was last modified. /// [JsonProperty(PropertyName = "properties.lastModifiedTime")] public System.DateTime? LastModifiedTime { get; private set; } /// - /// Gets TODO. Possible values include: 'locked', 'unlocked' + /// Gets the lease status of the container. Possible values include: + /// 'Locked', 'Unlocked' /// [JsonProperty(PropertyName = "properties.leaseStatus")] public LeaseStatus? LeaseStatus { get; private set; } /// - /// Gets TODO. Possible values include: 'available', 'leased', - /// 'expired', 'breaking', 'broken' + /// Gets lease state of the container. Possible values include: + /// 'Available', 'Leased', 'Expired', 'Breaking', 'Broken' /// [JsonProperty(PropertyName = "properties.leaseState")] public LeaseState? LeaseState { get; private set; } /// - /// Gets TODO. Possible values include: 'infinite', 'fixed' + /// Gets specifies whether the lease on a container is of infinite or + /// fixed duration, only when the container is leased. Possible values + /// include: 'Infinite', 'Fixed' /// [JsonProperty(PropertyName = "properties.leaseDuration")] public LeaseDuration? LeaseDuration { get; private set; } /// - /// Gets or sets TODO + /// Gets or sets a name-value pair to associate with the container as + /// metadata. /// [JsonProperty(PropertyName = "properties.metadata")] public IDictionary Metadata { get; set; } /// - /// Gets TODO + /// Gets the ImmutabilityPolicy property of the container. /// [JsonProperty(PropertyName = "properties.immutabilityPolicy")] public ImmutabilityPolicyProperties ImmutabilityPolicy { get; private set; } /// - /// Gets TODO + /// Gets the LegalHold property of the container. /// - [JsonProperty(PropertyName = "properties.LegalHold")] + [JsonProperty(PropertyName = "properties.legalHold")] public LegalHold LegalHold { get; private set; } + /// + /// Gets the hasLegalHold public property is set to true by SRP if + /// there are at least one existing tag. The hasLegalHold public + /// property is set to false by SRP if all existing legal hold tags are + /// cleared out. There can be a maximum of 1000 blob containers with + /// hasLegalHold=true for a given account. + /// + [JsonProperty(PropertyName = "properties.hasLegalHold")] + public bool? HasLegalHold { get; private set; } + + /// + /// Gets the hasImmutabilityPolicy public property is set to true by + /// SRP if ImmutabilityPolicy has been created for this container. The + /// hasImmutabilityPolicy public property is set to false by SRP if + /// ImmutabilityPolicy has not been created for this container. + /// + [JsonProperty(PropertyName = "properties.hasImmutabilityPolicy")] + public bool? HasImmutabilityPolicy { get; private set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs index 23240f220e7e..b279c8f47baa 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItems.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// TODO + /// The list of blob containers. /// public partial class ListContainerItems { @@ -31,10 +31,10 @@ public ListContainerItems() /// /// Initializes a new instance of the ListContainerItems class. /// - /// TODO - public ListContainerItems(IList blobContainers = default(IList)) + /// The list of blob containers. + public ListContainerItems(IList value = default(IList)) { - BlobContainers = blobContainers; + Value = value; CustomInit(); } @@ -44,10 +44,10 @@ public ListContainerItems() partial void CustomInit(); /// - /// Gets or sets TODO + /// Gets or sets the list of blob containers. /// - [JsonProperty(PropertyName = "blobContainers")] - public IList BlobContainers { get; set; } + [JsonProperty(PropertyName = "value")] + public IList Value { get; set; } } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs index 05aed7217f4d..d3efd2f01312 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/PublicAccess.cs @@ -21,10 +21,12 @@ namespace Microsoft.Azure.Management.Storage.Models [JsonConverter(typeof(StringEnumConverter))] public enum PublicAccess { - [EnumMember(Value = "container")] + [EnumMember(Value = "Container")] Container, - [EnumMember(Value = "blob")] - Blob + [EnumMember(Value = "Blob")] + Blob, + [EnumMember(Value = "None")] + None } internal static class PublicAccessEnumExtension { @@ -38,9 +40,11 @@ internal static string ToSerializedValue(this PublicAccess value) switch( value ) { case PublicAccess.Container: - return "container"; + return "Container"; case PublicAccess.Blob: - return "blob"; + return "Blob"; + case PublicAccess.None: + return "None"; } return null; } @@ -49,10 +53,12 @@ internal static string ToSerializedValue(this PublicAccess value) { switch( value ) { - case "container": + case "Container": return PublicAccess.Container; - case "blob": + case "Blob": return PublicAccess.Blob; + case "None": + return PublicAccess.None; } return null; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs index ce0d5ac943ec..415d9fcac64f 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/Sku.cs @@ -41,7 +41,7 @@ public Sku() /// The type of the resource, usually it is /// 'storageAccounts'. /// Indicates the type of storage account. Possible - /// values include: 'Storage', 'BlobStorage' + /// values include: 'Storage', 'StorageV2', 'BlobStorage' /// The set of locations that the SKU is /// available. This will be supported and registered Azure Geo Regions /// (e.g. West US, East US, Southeast Asia, etc.). @@ -91,7 +91,7 @@ public Sku() /// /// Gets indicates the type of storage account. Possible values - /// include: 'Storage', 'BlobStorage' + /// include: 'Storage', 'StorageV2', 'BlobStorage' /// [JsonProperty(PropertyName = "kind")] public Kind? Kind { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs index 19e31be20ded..93029be2c370 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs @@ -42,7 +42,7 @@ public StorageAccount() /// viewing and grouping a resource (across resource groups). /// Gets the SKU. /// Gets the Kind. Possible values include: - /// 'Storage', 'BlobStorage' + /// 'Storage', 'StorageV2', 'BlobStorage' /// The identity of the resource. /// Gets the status of the storage /// account at the time the operation was called. Possible values @@ -121,7 +121,8 @@ public StorageAccount() public Sku Sku { get; private set; } /// - /// Gets the Kind. Possible values include: 'Storage', 'BlobStorage' + /// Gets the Kind. Possible values include: 'Storage', 'StorageV2', + /// 'BlobStorage' /// [JsonProperty(PropertyName = "kind")] public Kind? Kind { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs index f7805254348e..dd29e0257272 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccountCreateParameters.cs @@ -38,7 +38,8 @@ public StorageAccountCreateParameters() /// /// Required. Gets or sets the sku name. /// Required. Indicates the type of storage account. - /// Possible values include: 'Storage', 'BlobStorage' + /// Possible values include: 'Storage', 'StorageV2', + /// 'BlobStorage' /// Required. Gets or sets the location of the /// resource. This will be one of the supported and registered Azure /// Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo @@ -94,7 +95,7 @@ public StorageAccountCreateParameters() /// /// Gets or sets required. Indicates the type of storage account. - /// Possible values include: 'Storage', 'BlobStorage' + /// Possible values include: 'Storage', 'StorageV2', 'BlobStorage' /// [JsonProperty(PropertyName = "kind")] public Kind Kind { get; set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Operations.cs b/src/SDKs/Storage/Management.Storage/Generated/Operations.cs index 59ddaadcec64..ff2f30d25dcf 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Operations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Operations.cs @@ -80,6 +80,13 @@ internal Operations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/SDKs/Storage/Management.Storage/Generated/SKUsOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/SKUsOperations.cs index 1858adc94e59..03f6e1559754 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/SKUsOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/SKUsOperations.cs @@ -81,10 +81,24 @@ internal SkusOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagement.cs b/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs similarity index 84% rename from src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagement.cs rename to src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs index 901a5f724cc7..7a04b2365fb5 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagement.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs @@ -5,12 +5,13 @@ internal static partial class SdkInfo { - public static IEnumerable> ApiInfo_StorageManagement + public static IEnumerable> ApiInfo_StorageManagementClient { get { return new Tuple[] { + new Tuple("Storage", "BlobContainers", "2017-10-01"), new Tuple("Storage", "Operations", "2017-10-01"), new Tuple("Storage", "Skus", "2017-10-01"), new Tuple("Storage", "StorageAccounts", "2017-10-01"), diff --git a/src/SDKs/Storage/Management.Storage/Generated/StorageAccountsOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/StorageAccountsOperations.cs index 144a9aefc5a5..c177aa56a5aa 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/StorageAccountsOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/StorageAccountsOperations.cs @@ -83,10 +83,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (name == null) { throw new ValidationException(ValidationRules.CannotBeNull, "name"); @@ -349,10 +363,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -558,10 +586,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -799,10 +841,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -989,10 +1045,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1192,10 +1262,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1415,10 +1499,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -1644,10 +1742,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } if (keyName == null) { throw new ValidationException(ValidationRules.CannotBeNull, "keyName"); @@ -1896,10 +2008,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2139,10 +2265,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; @@ -2386,10 +2526,24 @@ internal StorageAccountsOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs index f0f87d98cf6c..59fbc360978a 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs @@ -47,14 +47,14 @@ public partial class StorageManagementClient : ServiceClient - /// Gets subscription credentials which uniquely identify the Microsoft Azure + /// Subscription credentials which uniquely identify the Microsoft Azure /// subscription. The subscription ID forms part of the URI for every service /// call. /// public string SubscriptionId { get; set; } /// - /// Client Api Version. + /// The Service API version. /// public string ApiVersion { get; private set; } @@ -95,11 +95,6 @@ public partial class StorageManagementClient : ServiceClient public virtual IUsageOperations Usage { get; private set; } - /// - /// Gets the IBlobServiceOperations. - /// - public virtual IBlobServiceOperations BlobService { get; private set; } - /// /// Gets the IBlobContainersOperations. /// @@ -310,7 +305,6 @@ private void Initialize() Skus = new SkusOperations(this); StorageAccounts = new StorageAccountsOperations(this); Usage = new UsageOperations(this); - BlobService = new BlobServiceOperations(this); BlobContainers = new BlobContainersOperations(this); BaseUri = new System.Uri("https://management.azure.com"); ApiVersion = "2017-10-01"; diff --git a/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs index 794da3a286c8..1acc0ef4d93d 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs @@ -81,10 +81,24 @@ internal UsageOperations(StorageManagementClient client) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } if (Client.SubscriptionId == null) { throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; string _invocationId = null; diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index 763c904d1668..7b6ed7334cbf 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -23,7 +23,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0.4-preview + 7.2.0.8-preview Microsoft Azure Storage management;Storage;Storage management See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index 29f4377134cf..16d025f7a2f5 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.2.0.4")] +[assembly: AssemblyFileVersion("7.2.0.8")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs b/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs index 683bee296043..e0beaf7085b9 100644 --- a/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs +++ b/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs @@ -305,12 +305,12 @@ public static void VerifyAccountProperties(StorageAccount account, bool useDefau Assert.Null(account.SecondaryEndpoints); break; case SkuName.StandardGRS: - Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); - Assert.NotNull(account.SecondaryLocation); - Assert.Null(account.SecondaryEndpoints); + //Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); + //Assert.NotNull(account.SecondaryLocation); + //Assert.Null(account.SecondaryEndpoints); break; case SkuName.StandardRAGRS: - Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); + //Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); Assert.NotNull(account.SecondaryLocation); Assert.NotNull(account.SecondaryEndpoints); Assert.NotNull(account.SecondaryEndpoints.Blob); diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json new file mode 100644 index 000000000000..e39fde37ea2f --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json @@ -0,0 +1,708 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5031?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczUwMzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "524b12ad-4733-4408-9f0f-c5393ef41c1f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031\",\r\n \"name\": \"res5031\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "6a6a9035-86b2-4213-bc44-44ca0e2acb38" + ], + "x-ms-correlation-request-id": [ + "6a6a9035-86b2-4213-bc44-44ca0e2acb38" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064722Z:6a6a9035-86b2-4213-bc44-44ca0e2acb38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "3cc62a83-d2e8-45e2-b4e3-b1b1930a61ab" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bd17bcc2-152c-4e98-ad39-a3ec1915761b?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "bd17bcc2-152c-4e98-ad39-a3ec1915761b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "12f9d90d-0344-4d79-ae07-5e4bc38dd3e3" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064727Z:12f9d90d-0344-4d79-ae07-5e4bc38dd3e3" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bd17bcc2-152c-4e98-ad39-a3ec1915761b?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2JkMTdiY2MyLTE1MmMtNGU5OC1hZDM5LWEzZWMxOTE1NzYxYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950\",\r\n \"name\": \"sto5950\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:47:26.5183341Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:47:26.5183341Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:47:26.4558208Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5950.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5950.queue.core.windows.net/\",\r\n \"table\": \"https://sto5950.table.core.windows.net/\",\r\n \"file\": \"https://sto5950.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0a5de941-973a-4378-b41c-5ec36ece3ba2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "7e59fd92-8f72-45f0-922c-dbb61e2e5ada" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064744Z:7e59fd92-8f72-45f0-922c-dbb61e2e5ada" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMzQxNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "dc3caba2-e872-43cf-90d2-8bf2f033ec05" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416\",\r\n \"name\": \"container3416\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A89587C60BD\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a1777d5e-4328-4651-9d01-a29da9bac218" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "12ff65cc-29e8-447a-b73b-505a0da79eeb" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064745Z:12ff65cc-29e8-447a-b73b-505a0da79eeb" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMzQxNi9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ], + "x-ms-client-request-id": [ + "d54d29b0-0593-4e12-9b22-ea067a3325d8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8958dcb733\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8958dcb733\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "1f39d9f5-df83-4045-858a-d3e9c5cbd4df" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "035f5167-e309-4d0d-b393-1e53f867620a" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064746Z:035f5167-e309-4d0d-b393-1e53f867620a" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMzQxNi9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "af0d97ad-0795-482f-a72f-b160184c7e86" + ], + "If-Match": [ + "\"8d57a8958dcb733\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a89594a6453\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a89594a6453\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "eb6a43af-4a5e-45d9-8e04-04780887ec3b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "1f77391d-d473-4b94-89ce-a19941128029" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064747Z:1f77391d-d473-4b94-89ce-a19941128029" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "acb8a067-679f-4b05-99a7-401f266b9ca8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5cae861a-7b28-495b-9e3b-deee5b1bab87" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "84e917a4-051f-41c8-aa78-90fe8907d1ec" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064754Z:84e917a4-051f-41c8-aa78-90fe8907d1ec" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5031?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczUwMzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b75b7d33-a5d5-40f2-99cd-92c7c1cdbb85" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:47:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-request-id": [ + "0c66b69b-98fe-471a-b7e5-7d23af9fd805" + ], + "x-ms-correlation-request-id": [ + "0c66b69b-98fe-471a-b7e5-7d23af9fd805" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064757Z:0c66b69b-98fe-471a-b7e5-7d23af9fd805" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU1ETXhMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:48:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-request-id": [ + "a3c87c6d-0fec-4e0f-ba39-aaf545d42682" + ], + "x-ms-correlation-request-id": [ + "a3c87c6d-0fec-4e0f-ba39-aaf545d42682" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064813Z:a3c87c6d-0fec-4e0f-ba39-aaf545d42682" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU1ETXhMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:48:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-request-id": [ + "e0a87ede-045f-49dc-a304-36c2118e58c6" + ], + "x-ms-correlation-request-id": [ + "e0a87ede-045f-49dc-a304-36c2118e58c6" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064828Z:e0a87ede-045f-49dc-a304-36c2118e58c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU1ETXhMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:48:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "aa64a64c-3a48-48d6-ae28-54e28956fdc6" + ], + "x-ms-correlation-request-id": [ + "aa64a64c-3a48-48d6-ae28-54e28956fdc6" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180223T064844Z:aa64a64c-3a48-48d6-ae28-54e28956fdc6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res5031" + ], + "BlobContainersCreateDeleteImmutabilityPolicyTest": [ + "sto5950", + "container3416" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json new file mode 100644 index 000000000000..89f92c4d63d7 --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json @@ -0,0 +1,693 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4079?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQwNzk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "cb7ad4b7-4ca2-42ad-a3f2-46b6570f863a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079\",\r\n \"name\": \"res4079\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1184" + ], + "x-ms-request-id": [ + "354e322f-363d-49a4-b6c6-e9a3895b3d18" + ], + "x-ms-correlation-request-id": [ + "354e322f-363d-49a4-b6c6-e9a3895b3d18" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071102Z:354e322f-363d-49a4-b6c6-e9a3895b3d18" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "d20ed351-107f-4d18-b61c-8a975266d622" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b6b37cb2-3aa1-4735-91d4-c80e1639026a?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b6b37cb2-3aa1-4735-91d4-c80e1639026a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1183" + ], + "x-ms-correlation-request-id": [ + "4dd8eaf8-7775-42ce-a8a5-d8ac500457a1" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071105Z:4dd8eaf8-7775-42ce-a8a5-d8ac500457a1" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b6b37cb2-3aa1-4735-91d4-c80e1639026a?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I2YjM3Y2IyLTNhYTEtNDczNS05MWQ0LWM4MGUxNjM5MDI2YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506\",\r\n \"name\": \"sto4506\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:11:04.9317538Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:11:04.9317538Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T07:11:04.9161014Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4506.blob.core.windows.net/\",\r\n \"queue\": \"https://sto4506.queue.core.windows.net/\",\r\n \"table\": \"https://sto4506.table.core.windows.net/\",\r\n \"file\": \"https://sto4506.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a58b8d3e-d0e7-465d-abdf-522033888529" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14984" + ], + "x-ms-correlation-request-id": [ + "3692a24b-a698-4658-a347-ed7a81d982f1" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071122Z:3692a24b-a698-4658-a347-ed7a81d982f1" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyOTY4OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "bf2df892-3400-4e9f-a2bb-4ec81c49ee81" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689\",\r\n \"name\": \"container9689\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8CA5B3C592\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cdc86bdc-afa0-4640-9826-cf11d2613513" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1182" + ], + "x-ms-correlation-request-id": [ + "c6a81e1f-97bb-4063-8478-f046de57a1dc" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071123Z:c6a81e1f-97bb-4063-8478-f046de57a1dc" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyOTY4OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5e0f39c1-d3c5-43f1-a5f0-9b2d4fd1872b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689\",\r\n \"name\": \"container9689\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D57A8CA5B3C592\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-02-23T07:11:23Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n },\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8CA5B3C592\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fdb51307-11e7-4871-9c60-ee0436ac0f7e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-correlation-request-id": [ + "9f234222-8510-499b-af55-9997275a4168" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071124Z:9f234222-8510-499b-af55-9997275a4168" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyOTY4OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "53661e27-57ff-4314-a7d5-5f18be9fc002" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "4a326095-c8ef-45da-a49d-dfa8a98d5f82" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1181" + ], + "x-ms-correlation-request-id": [ + "550f68bb-117a-48d5-a7ba-71bb756d9f9e" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071125Z:550f68bb-117a-48d5-a7ba-71bb756d9f9e" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78677325-bab2-4160-96a3-61cc52e8d1ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:29 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "66ead969-befe-4766-837f-57909c79d73e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1180" + ], + "x-ms-correlation-request-id": [ + "5dd5083e-58b5-4847-8a6d-6b0d94eb9692" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071129Z:5dd5083e-58b5-4847-8a6d-6b0d94eb9692" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4079?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQwNzk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "01b85632-df68-49b5-945b-d25d2920494d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1179" + ], + "x-ms-request-id": [ + "dbbecdc8-821d-40cf-85a3-acf3a79ce853" + ], + "x-ms-correlation-request-id": [ + "dbbecdc8-821d-40cf-85a3-acf3a79ce853" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071132Z:dbbecdc8-821d-40cf-85a3-acf3a79ce853" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EYzVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:11:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14982" + ], + "x-ms-request-id": [ + "12009a75-9858-47af-8d9d-b0c9621c5fa5" + ], + "x-ms-correlation-request-id": [ + "12009a75-9858-47af-8d9d-b0c9621c5fa5" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071147Z:12009a75-9858-47af-8d9d-b0c9621c5fa5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EYzVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:12:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14981" + ], + "x-ms-request-id": [ + "0b9f5908-6e4e-44d4-a5f2-0e4d68a21288" + ], + "x-ms-correlation-request-id": [ + "0b9f5908-6e4e-44d4-a5f2-0e4d68a21288" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071203Z:0b9f5908-6e4e-44d4-a5f2-0e4d68a21288" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EYzVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:12:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14980" + ], + "x-ms-request-id": [ + "e23bb32f-7a39-45e2-b13b-ab5fa7134680" + ], + "x-ms-correlation-request-id": [ + "e23bb32f-7a39-45e2-b13b-ab5fa7134680" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T071218Z:e23bb32f-7a39-45e2-b13b-ab5fa7134680" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res4079" + ], + "BlobContainersCreateDeleteTest": [ + "sto4506", + "container9689" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json new file mode 100644 index 000000000000..9c5937cf2660 --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json @@ -0,0 +1,845 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6238?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYyMzg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "d57f31d6-5dec-4a7e-b5b0-325d0531486d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238\",\r\n \"name\": \"res6238\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "b147df3b-e99d-423a-bd6d-2a6fb0e29d37" + ], + "x-ms-correlation-request-id": [ + "b147df3b-e99d-423a-bd6d-2a6fb0e29d37" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070034Z:b147df3b-e99d-423a-bd6d-2a6fb0e29d37" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzI/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "8b2d8631-8d70-4471-b1fb-843c10b82f75" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:35 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/767f0e69-e257-469a-9125-a72efbae9d23?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "767f0e69-e257-469a-9125-a72efbae9d23" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "7d461931-9ee8-47aa-a4ac-866264857290" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070036Z:7d461931-9ee8-47aa-a4ac-866264857290" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/767f0e69-e257-469a-9125-a72efbae9d23?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc2N2YwZTY5LWUyNTctNDY5YS05MTI1LWE3MmVmYmFlOWQyMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232\",\r\n \"name\": \"sto232\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:00:36.3288666Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:00:36.3288666Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T07:00:36.3132663Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto232.blob.core.windows.net/\",\r\n \"queue\": \"https://sto232.queue.core.windows.net/\",\r\n \"table\": \"https://sto232.table.core.windows.net/\",\r\n \"file\": \"https://sto232.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "52e6e66b-8ba8-4a11-81c7-f531cbddc60e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "48e13ba3-9e69-48ba-af18-95e8e5f7d971" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070054Z:48e13ba3-9e69-48ba-af18-95e8e5f7d971" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "19e0e8f5-ef07-4710-9670-d46dd8b08a6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023\",\r\n \"name\": \"container5023\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8B2EF83114\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7eefe156-9094-4447-842f-57976f2a1d57" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "b1d290ad-f9c4-42f7-985f-fa620fac3756" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070055Z:b1d290ad-f9c4-42f7-985f-fa620fac3756" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzL2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ], + "x-ms-client-request-id": [ + "50141704-286b-4d80-80df-e0fe9446d2cb" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8b2f492ad5\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8b2f492ad5\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "54ed6b2a-fef5-4fcb-9faf-f8dcae725957" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "8d67001f-6ff2-4c12-9afe-f0afdafab368" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070055Z:8d67001f-6ff2-4c12-9afe-f0afdafab368" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default/lock?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzL2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQvbG9jaz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a4ac2061-73ba-4470-b158-df687c55e1ba" + ], + "If-Match": [ + "\"8d57a8b2f492ad5\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8b2f9eff30\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8b2f9eff30\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fb32ca26-f229-482a-8cd8-7b7819617ab5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "13f427ed-68b5-4827-979e-4b196711377a" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070056Z:13f427ed-68b5-4827-979e-4b196711377a" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default/extend?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzL2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQvZXh0ZW5kP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "78" + ], + "x-ms-client-request-id": [ + "f751619b-1601-4d36-a41c-44cf0810c6da" + ], + "If-Match": [ + "\"8d57a8b2f9eff30\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8b2ff50332\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8b2ff50332\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "aab6a655-d2a1-41bc-b60a-31cf50f9a3ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "2ec92d0c-1201-4925-8b54-dfb266eb1393" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070056Z:2ec92d0c-1201-4925-8b54-dfb266eb1393" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "0ce62945-096f-4cc2-b409-ac5938c5ad40" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:00:57 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5c500501-16ee-4749-b975-3abd12a77118" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "eeb9998c-786a-4b7b-9eec-281494509c69" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070057Z:eeb9998c-786a-4b7b-9eec-281494509c69" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzI/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "b01b4a3d-2a9e-4ecf-9896-afda5ca55e52" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:01:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "89bd3c9b-9c12-4750-a698-8da6832cddd2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "e9265822-029d-4ccb-8bae-e0af4ef15e6e" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070102Z:e9265822-029d-4ccb-8bae-e0af4ef15e6e" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6238?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYyMzg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "192e59c6-9829-4b1f-afc9-896413b2a565" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:01:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-request-id": [ + "1486d87e-114c-47a6-8a73-fb7c26d2d314" + ], + "x-ms-correlation-request-id": [ + "1486d87e-114c-47a6-8a73-fb7c26d2d314" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070104Z:1486d87e-114c-47a6-8a73-fb7c26d2d314" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk1qTTRMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:01:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-request-id": [ + "9ff16a6b-5d9f-480b-93bd-18713443da3b" + ], + "x-ms-correlation-request-id": [ + "9ff16a6b-5d9f-480b-93bd-18713443da3b" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070119Z:9ff16a6b-5d9f-480b-93bd-18713443da3b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk1qTTRMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:01:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "3e02b924-8dd3-43f3-ba75-272577bf56bb" + ], + "x-ms-correlation-request-id": [ + "3e02b924-8dd3-43f3-ba75-272577bf56bb" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070135Z:3e02b924-8dd3-43f3-ba75-272577bf56bb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk1qTTRMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:01:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-request-id": [ + "5a98e105-9dff-4d43-bfbc-7f3a5c8ef21a" + ], + "x-ms-correlation-request-id": [ + "5a98e105-9dff-4d43-bfbc-7f3a5c8ef21a" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T070150Z:5a98e105-9dff-4d43-bfbc-7f3a5c8ef21a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res6238" + ], + "BlobContainersExtendImmutabilityPolicyTest": [ + "sto232", + "container5023" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json new file mode 100644 index 000000000000..6250fa4e0c2b --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json @@ -0,0 +1,901 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9290?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkyOTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "34451723-494d-42e7-a9c7-570dc19729de" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290\",\r\n \"name\": \"res9290\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "4a2f8d98-8715-446a-bd8e-e9e6b7f91c56" + ], + "x-ms-correlation-request-id": [ + "4a2f8d98-8715-446a-bd8e-e9e6b7f91c56" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082007Z:4a2f8d98-8715-446a-bd8e-e9e6b7f91c56" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "0bb4d8be-ceaa-4ccb-b3e4-5697f99e964b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "45e7b8f7-1f00-4c6c-b5e7-1691e586f23b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "5414b96e-8ffa-4b85-9ed9-169b03cf0572" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082010Z:5414b96e-8ffa-4b85-9ed9-169b03cf0572" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ1ZTdiOGY3LTFmMDAtNGM2Yy1iNWU3LTE2OTFlNTg2ZjIzYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "1faf15c8-16b6-4c2c-bd57-5c3380022bef" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "49a3a4cc-a193-4e00-8acf-e47cfe38a744" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082028Z:49a3a4cc-a193-4e00-8acf-e47cfe38a744" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ1ZTdiOGY3LTFmMDAtNGM2Yy1iNWU3LTE2OTFlNTg2ZjIzYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590\",\r\n \"name\": \"sto1590\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-14T08:20:10.4292446Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-14T08:20:10.4292446Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-14T08:20:10.3667424Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1590.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1590.queue.core.windows.net/\",\r\n \"table\": \"https://sto1590.table.core.windows.net/\",\r\n \"file\": \"https://sto1590.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f642810f-4823-4f91-827a-a13f5c8ae04a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-correlation-request-id": [ + "abbf2846-108c-4ee1-85d3-8459597ea003" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082045Z:abbf2846-108c-4ee1-85d3-8459597ea003" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTY0ND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "093882b5-5073-4675-8ce8-f7d3e7901f6d" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644\",\r\n \"name\": \"container1644\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D589847CF3EEBF\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "cda33114-77dd-44ef-b0c5-0bd5a5777503" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "19ea0192-c14c-4f13-86f1-d9e1f846ddb3" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082046Z:19ea0192-c14c-4f13-86f1-d9e1f846ddb3" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTY0ND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "114" + ], + "x-ms-client-request-id": [ + "489dfd08-a9b0-411c-ab63-6b0f8e2a38f3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644\",\r\n \"name\": \"container1644\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D589847D51C7DE\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fa988ff7-d753-4513-b6b0-8ee5106fe607" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "53917af1-6996-46b5-8f37-de9e86977936" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082047Z:53917af1-6996-46b5-8f37-de9e86977936" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA1Mj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "c9a1ad32-ea34-49b4-a943-2dfe83701051" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052\",\r\n \"name\": \"container4052\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D589847DAB5AF9\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2d143d4d-d150-4f4a-8d6f-27278067b813" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "6b6ec929-8375-49a8-a8ed-73626a05af9b" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082048Z:6b6ec929-8375-49a8-a8ed-73626a05af9b" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "532c996a-020f-47b5-912b-87c3fd9982b8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Ui63kaXFjgJKVmnHNa0jiRQB2QcqFHc/Zi0SpAW+9DjMaH4ibioTDkNAC1l6giDu/O2JtzBveKaSMYaFJBmP4A==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"GhJ+h0XLWu4nB9nQoG6oqNq+cueOaVHWIljYmAnaSVw2XDiA5cBqazdp2KfZquDaj2YMPZiNUHCqzdTdenYjtQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "9be6ec54-1cb4-499c-8a2e-eae83304ce4c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "3bcbaaff-92a6-4e14-b26e-b42848bb1f17" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082048Z:3bcbaaff-92a6-4e14-b26e-b42848bb1f17" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "6b58b736-5ba5-4a61-be85-ebc45e4c75c0" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644\",\r\n \"name\": \"container1644\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D589847D51C7DE\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-03-14T08:20:47Z\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052\",\r\n \"name\": \"container4052\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D589847DAB5AF9\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-03-14T08:20:47Z\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2d3ebba1-33f8-454b-b3f2-0f4b15843ee7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "53ad9363-b371-42fa-bedd-f8b2d21a3d28" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082048Z:53ad9363-b371-42fa-bedd-f8b2d21a3d28" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "54e284ac-8a31-4f65-acba-4d0f1f3b4843" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "150956b9-91f4-4e51-86f1-57c1053a4f7c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "336856ee-50f1-4b9c-ac72-28b8fa6dd176" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082053Z:336856ee-50f1-4b9c-ac72-28b8fa6dd176" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9290?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkyOTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "cd8d10cf-4dac-4429-96f6-3d50e83411ca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:20:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-request-id": [ + "204ee066-2e74-4de0-a73b-c3f19acd44e5" + ], + "x-ms-correlation-request-id": [ + "204ee066-2e74-4de0-a73b-c3f19acd44e5" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082056Z:204ee066-2e74-4de0-a73b-c3f19acd44e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1qa3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:21:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-request-id": [ + "4f6dde4d-2c6a-4fa3-89ce-a450cb03dde3" + ], + "x-ms-correlation-request-id": [ + "4f6dde4d-2c6a-4fa3-89ce-a450cb03dde3" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082112Z:4f6dde4d-2c6a-4fa3-89ce-a450cb03dde3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1qa3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:21:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-request-id": [ + "1e537dc3-0f3d-41d6-a328-76e7a5c40013" + ], + "x-ms-correlation-request-id": [ + "1e537dc3-0f3d-41d6-a328-76e7a5c40013" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082127Z:1e537dc3-0f3d-41d6-a328-76e7a5c40013" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1qa3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 14 Mar 2018 08:21:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-request-id": [ + "22faa778-b225-491a-896f-15e9016adb42" + ], + "x-ms-correlation-request-id": [ + "22faa778-b225-491a-896f-15e9016adb42" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180314T082143Z:22faa778-b225-491a-896f-15e9016adb42" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res9290" + ], + "BlobContainersListTest": [ + "sto1590", + "container1644", + "container4052" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json new file mode 100644 index 000000000000..01360b3fb55e --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json @@ -0,0 +1,830 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2702?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI3MDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "b10ffffa-0251-4bb2-8869-541d966b8095" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702\",\r\n \"name\": \"res2702\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:54:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-request-id": [ + "ba94f5ab-3f6d-41a6-bfb8-f339ee0a6f44" + ], + "x-ms-correlation-request-id": [ + "ba94f5ab-3f6d-41a6-bfb8-f339ee0a6f44" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065426Z:ba94f5ab-3f6d-41a6-bfb8-f339ee0a6f44" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "47e41160-c676-43b0-bc41-f8ebdc57a285" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:54:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7b6fb86b-9b3e-436b-9275-07e5dabfce98" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "785add90-658f-4c08-bc82-624e8505e17a" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065429Z:785add90-658f-4c08-bc82-624e8505e17a" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzdiNmZiODZiLTliM2UtNDM2Yi05Mjc1LTA3ZTVkYWJmY2U5OD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:54:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "04491d5e-ac60-4f5f-9379-901f82212b2c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "41c27772-a84f-4aa6-b36a-8923d56ae7a5" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065446Z:41c27772-a84f-4aa6-b36a-8923d56ae7a5" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzdiNmZiODZiLTliM2UtNDM2Yi05Mjc1LTA3ZTVkYWJmY2U5OD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009\",\r\n \"name\": \"sto5009\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:54:28.7815021Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:54:28.7815021Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:54:28.7658692Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5009.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5009.queue.core.windows.net/\",\r\n \"table\": \"https://sto5009.table.core.windows.net/\",\r\n \"file\": \"https://sto5009.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "bf60b034-31ba-4156-bbdf-26a934deb2c6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "eb37bf49-c936-4a12-b007-689e8429ae3f" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065503Z:eb37bf49-c936-4a12-b007-689e8429ae3f" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "5bc58f37-ef7c-4370-9055-f705f197e63b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631\",\r\n \"name\": \"container1631\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:03 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8A5E2BAC12\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "59dac11b-0983-4c7a-91c0-5fb92cda4a38" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "6e298584-eae2-4d65-b096-8fc3a6f313ff" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065504Z:6e298584-eae2-4d65-b096-8fc3a6f313ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMS9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ], + "x-ms-client-request-id": [ + "b793bfc3-cbdb-465f-a59b-95ab3dd68c1a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a5e7e0cad\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8a5e7e0cad\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0a50f2d1-04b8-4f75-9385-1c82d9756385" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "739b63c5-9bc0-4a8e-b99f-bf7a1ca26d81" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065505Z:739b63c5-9bc0-4a8e-b99f-bf7a1ca26d81" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default/lock?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMS9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2xvY2s/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f69eea19-d8c2-4650-9f67-2c68d65feafa" + ], + "If-Match": [ + "\"8d57a8a5e7e0cad\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a5edb084a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8a5edb084a\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "4cdccd87-26d9-4a0f-bf58-585e7854eb84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "16b61c1b-3fbc-4037-8338-bebd1c7e3689" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065506Z:16b61c1b-3fbc-4037-8338-bebd1c7e3689" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "46e8b3db-60c9-446f-9105-f8b6cc7d0561" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c1145044-7275-4ebf-a28d-ed62014f4461" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "caedab9e-9ed1-4b27-aaa7-fab76a3e75a0" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065507Z:caedab9e-9ed1-4b27-aaa7-fab76a3e75a0" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "904b5961-2200-453d-be4a-ad5747dd25ea" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "81a3132a-b34e-46eb-8dd7-35f412bcd012" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "9d203f50-5e18-42cb-8e88-742b8fa32a04" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065511Z:9d203f50-5e18-42cb-8e88-742b8fa32a04" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2702?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI3MDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "92a1f4cf-330d-4206-9b3e-e7cae40d06ef" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:12 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-request-id": [ + "5fe79ef9-8070-453f-bf41-7904d04a5285" + ], + "x-ms-correlation-request-id": [ + "5fe79ef9-8070-453f-bf41-7904d04a5285" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065513Z:5fe79ef9-8070-453f-bf41-7904d04a5285" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeU56QXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:28 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-request-id": [ + "cf35e289-0e42-431a-8db4-5e9a2109478d" + ], + "x-ms-correlation-request-id": [ + "cf35e289-0e42-431a-8db4-5e9a2109478d" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065528Z:cf35e289-0e42-431a-8db4-5e9a2109478d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeU56QXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "8fb0bf37-ebeb-442d-b586-f43f22947bd2" + ], + "x-ms-correlation-request-id": [ + "8fb0bf37-ebeb-442d-b586-f43f22947bd2" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065544Z:8fb0bf37-ebeb-442d-b586-f43f22947bd2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeU56QXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:55:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-request-id": [ + "ba0029ef-f6ba-462a-be5b-d18b931f9bb0" + ], + "x-ms-correlation-request-id": [ + "ba0029ef-f6ba-462a-be5b-d18b931f9bb0" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065559Z:ba0029ef-f6ba-462a-be5b-d18b931f9bb0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res2702" + ], + "BlobContainersLockImmutabilityPolicyTest": [ + "sto5009", + "container1631" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json new file mode 100644 index 000000000000..7dfd87c2b678 --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json @@ -0,0 +1,705 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4303?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQzMDM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "6eeb3322-ed07-4d62-a039-51409646f8f5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303\",\r\n \"name\": \"res4303\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "x-ms-request-id": [ + "53ec1779-49eb-4117-b22b-60b7006d9688" + ], + "x-ms-correlation-request-id": [ + "53ec1779-49eb-4117-b22b-60b7006d9688" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065012Z:53ec1779-49eb-4117-b22b-60b7006d9688" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "63fadeab-cde4-4eb6-807b-d14ddece0086" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/2faf4b98-3e0a-4eed-9726-cc319a65c544?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "2faf4b98-3e0a-4eed-9726-cc319a65c544" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" + ], + "x-ms-correlation-request-id": [ + "8c40459e-2277-47be-92b4-1ca68ba9cd2b" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065015Z:8c40459e-2277-47be-92b4-1ca68ba9cd2b" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/2faf4b98-3e0a-4eed-9726-cc319a65c544?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzJmYWY0Yjk4LTNlMGEtNGVlZC05NzI2LWNjMzE5YTY1YzU0ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280\",\r\n \"name\": \"sto7280\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:50:14.7518886Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:50:14.7518886Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:50:14.7362649Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7280.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7280.queue.core.windows.net/\",\r\n \"table\": \"https://sto7280.table.core.windows.net/\",\r\n \"file\": \"https://sto7280.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:32 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "de165509-b563-4db1-91db-877b65b9c3db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "abe43d2d-9578-4166-8abd-bb686747ac9d" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065032Z:abe43d2d-9578-4166-8abd-bb686747ac9d" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODcyMz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "131d35e0-3111-4c46-8f3c-fc17dd22a62a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723\",\r\n \"name\": \"container8723\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A89BCB7AD13\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e3a34cf5-3f59-4c85-9187-0b82b66b891e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-correlation-request-id": [ + "c7675be8-47db-4212-ad34-69162bfdba6a" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065033Z:c7675be8-47db-4212-ad34-69162bfdba6a" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723/setLegalHold?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODcyMy9zZXRMZWdhbEhvbGQ/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "60" + ], + "x-ms-client-request-id": [ + "596dff71-62c5-49c7-bb64-1e4cff652d7f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0a7920d8-bd82-43c4-8149-e06bcb001c5e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "7543f12d-77c7-4bc8-8c34-528786586cc6" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065034Z:7543f12d-77c7-4bc8-8c34-528786586cc6" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723/clearLegalHold?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODcyMy9jbGVhckxlZ2FsSG9sZD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "60" + ], + "x-ms-client-request-id": [ + "697319d8-66bf-4a89-837e-e849bdb3ab03" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "c25526cc-1736-49ce-a1f9-ee97b5a6c9e7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "f29e92a0-bf81-485f-b901-c5d55682c503" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065034Z:f29e92a0-bf81-485f-b901-c5d55682c503" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "537c68d8-2f30-413a-81d5-d35699f4b6f3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b2b8d855-5306-4413-b89e-e2b5af399d60" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "babb53a4-4223-4f0c-b067-1ad9202ad630" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065038Z:babb53a4-4223-4f0c-b067-1ad9202ad630" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4303?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQzMDM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d3434ba1-cb75-4ad7-9bcc-bffd84397a8a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-request-id": [ + "6f8f0c76-d4cb-46f7-8db2-e4a2427734d9" + ], + "x-ms-correlation-request-id": [ + "6f8f0c76-d4cb-46f7-8db2-e4a2427734d9" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065040Z:6f8f0c76-d4cb-46f7-8db2-e4a2427734d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16QXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:50:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-request-id": [ + "62e2da0f-390e-40c5-a3b3-60911fd2bec7" + ], + "x-ms-correlation-request-id": [ + "62e2da0f-390e-40c5-a3b3-60911fd2bec7" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065056Z:62e2da0f-390e-40c5-a3b3-60911fd2bec7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16QXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:51:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "ac12809a-cf2a-46fa-851e-1fa76eb2223e" + ], + "x-ms-correlation-request-id": [ + "ac12809a-cf2a-46fa-851e-1fa76eb2223e" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065111Z:ac12809a-cf2a-46fa-851e-1fa76eb2223e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16QXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:51:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-request-id": [ + "af3e4f0a-ee3e-4260-8ae1-5cb84b49f64f" + ], + "x-ms-correlation-request-id": [ + "af3e4f0a-ee3e-4260-8ae1-5cb84b49f64f" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065127Z:af3e4f0a-ee3e-4260-8ae1-5cb84b49f64f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res4303" + ], + "BlobContainersSetLegalHoldTest": [ + "sto7280", + "container8723" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json new file mode 100644 index 000000000000..f4ef7bb4c3dc --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json @@ -0,0 +1,1062 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1286?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEyODY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "4353e1c2-308d-4f7a-8ca8-f8590dc92843" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286\",\r\n \"name\": \"res1286\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-request-id": [ + "3bf2992c-caf0-46fa-acda-6ee0d0c2ef70" + ], + "x-ms-correlation-request-id": [ + "3bf2992c-caf0-46fa-acda-6ee0d0c2ef70" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065608Z:3bf2992c-caf0-46fa-acda-6ee0d0c2ef70" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "f9f2f8e2-2589-4df6-8725-094bb7fc8ebd" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "740b2919-028b-442d-a3d7-801f72422046" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "b4b8123d-7f67-40a5-971c-6f0f194a0f64" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065610Z:b4b8123d-7f67-40a5-971c-6f0f194a0f64" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc0MGIyOTE5LTAyOGItNDQyZC1hM2Q3LTgwMWY3MjQyMjA0Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "13a547e2-bbdb-4728-a3fd-c4e6f4c5589c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-correlation-request-id": [ + "7518f3d9-5ff1-4caa-8113-849d20e8f367" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065627Z:7518f3d9-5ff1-4caa-8113-849d20e8f367" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc0MGIyOTE5LTAyOGItNDQyZC1hM2Q3LTgwMWY3MjQyMjA0Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135\",\r\n \"name\": \"sto2135\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:56:10.0304099Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:56:10.0304099Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:56:09.9991528Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2135.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2135.queue.core.windows.net/\",\r\n \"table\": \"https://sto2135.table.core.windows.net/\",\r\n \"file\": \"https://sto2135.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:44 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0fbe9175-e714-4022-9eb2-6c6d2473bc6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" + ], + "x-ms-correlation-request-id": [ + "7483bbfa-fbf4-495b-b114-c7bd7a7cffa0" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065645Z:7483bbfa-fbf4-495b-b114-c7bd7a7cffa0" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5ND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "4680f8bb-9d7b-4a81-a6b4-4d7eba5184ff" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194\",\r\n \"name\": \"container2194\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8A9A77FCB4\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "0bf1bdad-716b-425f-b977-74ef8b6cc735" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-correlation-request-id": [ + "592048b6-da8b-415c-9ffd-76e66544cbfa" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065645Z:592048b6-da8b-415c-9ffd-76e66544cbfa" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5NC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ], + "x-ms-client-request-id": [ + "201be3ed-4595-4492-b280-ab9270540a2f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a9abe5831\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8a9abe5831\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "eada4140-8613-410b-9bef-4444b3b412f0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1190" + ], + "x-ms-correlation-request-id": [ + "2515ef02-361d-40ee-8c4a-5e3357e04e10" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065646Z:2515ef02-361d-40ee-8c4a-5e3357e04e10" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5NC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ], + "x-ms-client-request-id": [ + "23260249-a556-4a3b-a39a-610250f2feb7" + ], + "If-Match": [ + "\"8d57a8a9abe5831\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a9b0f6858\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:46 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8a9b0f6858\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "12b60ec0-90e9-4257-8e88-45eae25620e6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1189" + ], + "x-ms-correlation-request-id": [ + "4aa8dab1-2d15-4e29-8912-7a11ac0c9a57" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065647Z:4aa8dab1-2d15-4e29-8912-7a11ac0c9a57" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5NC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "db52d96a-50f4-4257-942b-939da06f2369" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a9b0f6858\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d57a8a9b0f6858\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "53a91c0c-5be8-4b7a-ab9f-2dfff455c4dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-correlation-request-id": [ + "89d22d53-ff65-4c31-962d-8017a7cf1a2f" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065647Z:89d22d53-ff65-4c31-962d-8017a7cf1a2f" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a5c8a12-c0f4-434b-a674-5e2559a01ca3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "83f414ef-9f21-4650-9b5f-542f6487da1f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1188" + ], + "x-ms-correlation-request-id": [ + "30e9f589-3279-4298-bef8-8a4a30da6474" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065650Z:30e9f589-3279-4298-bef8-8a4a30da6474" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1286?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEyODY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ebda2f38-49c3-429f-9f7c-1f7d873ac5e3" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:56:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1187" + ], + "x-ms-request-id": [ + "f6d72600-6beb-4f5d-a14d-1466ad091b06" + ], + "x-ms-correlation-request-id": [ + "f6d72600-6beb-4f5d-a14d-1466ad091b06" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065653Z:f6d72600-6beb-4f5d-a14d-1466ad091b06" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:57:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-request-id": [ + "91674d6c-3b7e-430d-a8f5-c20e474feb90" + ], + "x-ms-correlation-request-id": [ + "91674d6c-3b7e-430d-a8f5-c20e474feb90" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065708Z:91674d6c-3b7e-430d-a8f5-c20e474feb90" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:57:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" + ], + "x-ms-request-id": [ + "186d418b-50b1-4d5b-8ac8-0092a79019b6" + ], + "x-ms-correlation-request-id": [ + "186d418b-50b1-4d5b-8ac8-0092a79019b6" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065724Z:186d418b-50b1-4d5b-8ac8-0092a79019b6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:57:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-request-id": [ + "d0d62e53-7611-474e-b873-be68361adf74" + ], + "x-ms-correlation-request-id": [ + "d0d62e53-7611-474e-b873-be68361adf74" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065739Z:d0d62e53-7611-474e-b873-be68361adf74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:57:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-request-id": [ + "4b0fb5a1-f423-4ff7-99cf-857946cee2ee" + ], + "x-ms-correlation-request-id": [ + "4b0fb5a1-f423-4ff7-99cf-857946cee2ee" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065754Z:4b0fb5a1-f423-4ff7-99cf-857946cee2ee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:58:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-request-id": [ + "c0ba87d5-78ce-4616-895a-104b759a6787" + ], + "x-ms-correlation-request-id": [ + "c0ba87d5-78ce-4616-895a-104b759a6787" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065810Z:c0ba87d5-78ce-4616-895a-104b759a6787" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:58:25 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-request-id": [ + "f0e25809-702a-4f1a-a78c-121c490c7e4b" + ], + "x-ms-correlation-request-id": [ + "f0e25809-702a-4f1a-a78c-121c490c7e4b" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065825Z:f0e25809-702a-4f1a-a78c-121c490c7e4b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 06:58:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14985" + ], + "x-ms-request-id": [ + "20e96971-ecc3-4dcc-b2be-c73eeeb270e5" + ], + "x-ms-correlation-request-id": [ + "20e96971-ecc3-4dcc-b2be-c73eeeb270e5" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T065841Z:20e96971-ecc3-4dcc-b2be-c73eeeb270e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res1286" + ], + "BlobContainersUpdateImmutabilityPolicyTest": [ + "sto2135", + "container2194" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json new file mode 100644 index 000000000000..fdf2f0ba80bf --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json @@ -0,0 +1,769 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5822?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU4MjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "fa15a790-0dfe-4786-8d49-09510e9e4bc8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822\",\r\n \"name\": \"res5822\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:33:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-request-id": [ + "3b7a6b4e-00d4-44b2-870a-1fef8f9c6d3f" + ], + "x-ms-correlation-request-id": [ + "3b7a6b4e-00d4-44b2-870a-1fef8f9c6d3f" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073349Z:3b7a6b4e-00d4-44b2-870a-1fef8f9c6d3f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "c2a3cae8-db79-45f7-8b28-4b2ab2e88ac8" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:33:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c808f81d-1db4-425e-a5f5-3071bf074ffc?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "c808f81d-1db4-425e-a5f5-3071bf074ffc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "359b5d15-9ad7-4b6c-ae28-4e3236d643b0" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073351Z:359b5d15-9ad7-4b6c-ae28-4e3236d643b0" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c808f81d-1db4-425e-a5f5-3071bf074ffc?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M4MDhmODFkLTFkYjQtNDI1ZS1hNWY1LTMwNzFiZjA3NGZmYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782\",\r\n \"name\": \"sto3782\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:33:51.1928061Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:33:51.1928061Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T07:33:51.1772363Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3782.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3782.queue.core.windows.net/\",\r\n \"table\": \"https://sto3782.table.core.windows.net/\",\r\n \"file\": \"https://sto3782.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "e56b94b4-f712-4748-b096-26daca6fc20f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14999" + ], + "x-ms-correlation-request-id": [ + "3d15b08e-d458-4214-9cb7-ae9740d537f7" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073409Z:3d15b08e-d458-4214-9cb7-ae9740d537f7" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjMyNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "5deae2a6-b485-4218-981b-50040c3f3d1b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326\",\r\n \"name\": \"container2326\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8FD4442413\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "21e3394a-74a2-4227-9cfd-f767abd54f1e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "c3b5fe71-89a5-418c-9cb8-d7f275541a41" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073410Z:c3b5fe71-89a5-418c-9cb8-d7f275541a41" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjMyNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PATCH", + "RequestBody": "{\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n }\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "114" + ], + "x-ms-client-request-id": [ + "37578ed8-c42b-41ea-971c-37d850ac8f70" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326\",\r\n \"name\": \"container2326\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8FD4A3FADA\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "48139a0f-c96d-43d2-b2ee-69f4a02c0cb8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-correlation-request-id": [ + "81b4eea5-f5ba-4abb-952a-aa2f097b844a" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073411Z:81b4eea5-f5ba-4abb-952a-aa2f097b844a" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/listKeys?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1da69fc2-8179-4383-b8bc-0521b39fc88e" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"uaa/2UDyhu/mNYGd03XUPdh4jvP1Yj2m9toT2L+T6KeSkJDuDs2yK/bX67dxDGuEQPZyYmOHpa7UNqLJeLKZOg==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"fVMeGCaqeoHH57etaZotNfxgD49j1f8MSUSQNJBRUAkeNW0mxG4xYjN4c6SfflgtDHh7YFHAK4HxKHLHRzEsSg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "7486bae1-7500-40b1-b58c-04e6119071b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1190" + ], + "x-ms-correlation-request-id": [ + "ea11851e-b23a-4496-bc3c-f4fba1c270bd" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073411Z:ea11851e-b23a-4496-bc3c-f4fba1c270bd" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjMyNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a68774b5-6e91-4f91-ab32-c94a2fb1fc21" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326\",\r\n \"name\": \"container2326\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D57A8FD4A3FADA\\\"\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-02-23T07:34:10Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n },\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D57A8FD4A3FADA\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "fdfb4ef0-511c-468c-a7df-a4f468b9036b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "1a88bc13-2993-468e-a7d7-9982572f5c84" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073411Z:1a88bc13-2993-468e-a7d7-9982572f5c84" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "f921c79d-d8ba-45eb-aa19-8fac3d8333b2" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:15 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "0a042f19-f993-4030-9afe-15abf816924f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1189" + ], + "x-ms-correlation-request-id": [ + "81ce9b08-decb-4c99-951a-8a0a8eaa2373" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073415Z:81ce9b08-decb-4c99-951a-8a0a8eaa2373" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5822?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU4MjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "fecebb34-5cce-4222-95f8-34f95c7693b6" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:18 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1188" + ], + "x-ms-request-id": [ + "95305f1d-476c-4fc4-9890-700f07c6d93c" + ], + "x-ms-correlation-request-id": [ + "95305f1d-476c-4fc4-9890-700f07c6d93c" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073418Z:95305f1d-476c-4fc4-9890-700f07c6d93c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU9ESXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-request-id": [ + "00c4b558-8349-4e93-b1ce-ab3b5ae93639" + ], + "x-ms-correlation-request-id": [ + "00c4b558-8349-4e93-b1ce-ab3b5ae93639" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073433Z:00c4b558-8349-4e93-b1ce-ab3b5ae93639" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU9ESXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:34:49 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "1278dbff-8c52-47cb-b406-e0bcbde91f32" + ], + "x-ms-correlation-request-id": [ + "1278dbff-8c52-47cb-b406-e0bcbde91f32" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073449Z:1278dbff-8c52-47cb-b406-e0bcbde91f32" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU9ESXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 23 Feb 2018 07:35:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-request-id": [ + "4420a76c-fd25-493d-8e50-4aefeb97a8f7" + ], + "x-ms-correlation-request-id": [ + "4420a76c-fd25-493d-8e50-4aefeb97a8f7" + ], + "x-ms-routing-request-id": [ + "JAPANWEST:20180223T073504Z:4420a76c-fd25-493d-8e50-4aefeb97a8f7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res5822" + ], + "BlobContainersUpdateTest": [ + "sto3782", + "container2326" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceGetPropertiesTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceGetPropertiesTest.json new file mode 100644 index 000000000000..20076d3fb556 --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceGetPropertiesTest.json @@ -0,0 +1,529 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1975?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczE5NzU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "3128d4b7-c30b-402e-aefc-44d0361fe318" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1975\",\r\n \"name\": \"res1975\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:14:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1178" + ], + "x-ms-request-id": [ + "96607cf7-aa80-45f9-ab91-641a1b265db0" + ], + "x-ms-correlation-request-id": [ + "96607cf7-aa80-45f9-ab91-641a1b265db0" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071432Z:96607cf7-aa80-45f9-ab91-641a1b265db0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1975/providers/Microsoft.Storage/storageAccounts/sto7393?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE5NzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MzkzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "fdac3290-00d8-47ed-a122-8165e03f15ac" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:14:34 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d4270a06-3b6d-467c-99c3-a3f9d2d9dd88?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "d4270a06-3b6d-467c-99c3-a3f9d2d9dd88" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1177" + ], + "x-ms-correlation-request-id": [ + "dc9d2210-6a48-4b69-a75c-6e1af8dfcf11" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071435Z:dc9d2210-6a48-4b69-a75c-6e1af8dfcf11" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d4270a06-3b6d-467c-99c3-a3f9d2d9dd88?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2Q0MjcwYTA2LTNiNmQtNDY3Yy05OWMzLWEzZjlkMmQ5ZGQ4OD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1975/providers/Microsoft.Storage/storageAccounts/sto7393\",\r\n \"name\": \"sto7393\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:14:35.9622109Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:14:35.9622109Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:14:35.9622109Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7393.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7393.queue.core.windows.net/\",\r\n \"table\": \"https://sto7393.table.core.windows.net/\",\r\n \"file\": \"https://sto7393.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:14:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "82f45216-c5cd-4771-81c2-529bd3a922e5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14954" + ], + "x-ms-correlation-request-id": [ + "9a573443-9433-42e6-9329-ae9b6c990e18" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071452Z:9a573443-9433-42e6-9329-ae9b6c990e18" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1975/providers/Microsoft.Storage/storageAccounts/sto7393/blobServices/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE5NzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MzkzL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "a79c20ac-cfa9-4e3f-9c73-4fc0a97416b5" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1975/providers/Microsoft.Storage/storageAccounts/sto7393/blobServices/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices\",\r\n \"properties\": {\r\n \"Cors\": {}\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:14:53 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "237ea60c-3881-40b4-b82b-51c81d766aa5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14953" + ], + "x-ms-correlation-request-id": [ + "cc9d5fd1-717c-47fc-8df3-5c71f817c8bd" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071453Z:cc9d5fd1-717c-47fc-8df3-5c71f817c8bd" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1975/providers/Microsoft.Storage/storageAccounts/sto7393?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE5NzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MzkzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "48f364f6-4706-4add-95c5-11929c8d9972" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:14:56 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "55de568c-2ed5-4526-8257-40339b675489" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1176" + ], + "x-ms-correlation-request-id": [ + "9256075d-0d70-46a5-be6c-cf3222291436" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071456Z:9256075d-0d70-46a5-be6c-cf3222291436" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1975?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczE5NzU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "2f1f5f48-d455-4507-b388-34e6db541375" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:14:59 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxOTc1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1175" + ], + "x-ms-request-id": [ + "85279dca-93ff-41b3-8826-ee0d4781495d" + ], + "x-ms-correlation-request-id": [ + "85279dca-93ff-41b3-8826-ee0d4781495d" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071459Z:85279dca-93ff-41b3-8826-ee0d4781495d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxOTc1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE9UYzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:15:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxOTc1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14955" + ], + "x-ms-request-id": [ + "0270f4e7-f716-4b56-9a44-204cf5ca1b21" + ], + "x-ms-correlation-request-id": [ + "0270f4e7-f716-4b56-9a44-204cf5ca1b21" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071515Z:0270f4e7-f716-4b56-9a44-204cf5ca1b21" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxOTc1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE9UYzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:15:30 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxOTc1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14954" + ], + "x-ms-request-id": [ + "a2bb18bb-6755-49cb-9f15-7cafc3a23be5" + ], + "x-ms-correlation-request-id": [ + "a2bb18bb-6755-49cb-9f15-7cafc3a23be5" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071530Z:a2bb18bb-6755-49cb-9f15-7cafc3a23be5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxOTc1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE9UYzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:15:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14952" + ], + "x-ms-request-id": [ + "fed0e304-7493-4dff-bfe3-013eea400e27" + ], + "x-ms-correlation-request-id": [ + "fed0e304-7493-4dff-bfe3-013eea400e27" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T071546Z:fed0e304-7493-4dff-bfe3-013eea400e27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res1975" + ], + "BlobServiceGetPropertiesTest": [ + "sto7393", + "container9555" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceSetPropertiesTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceSetPropertiesTest.json new file mode 100644 index 000000000000..cc4eb6c9546b --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobServiceSetPropertiesTest.json @@ -0,0 +1,715 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4324?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQzMjQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "612d7a62-dfcc-4f0a-8170-bbcab62bc95a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324\",\r\n \"name\": \"res4324\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:01 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1176" + ], + "x-ms-request-id": [ + "b23c237a-cd61-46da-8e2f-be0de76c9e89" + ], + "x-ms-correlation-request-id": [ + "b23c237a-cd61-46da-8e2f-be0de76c9e89" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072102Z:b23c237a-cd61-46da-8e2f-be0de76c9e89" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODA1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "f9815f2f-fab7-467d-8045-d8aef8a8b30b" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:04 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7655af20-44da-4e06-8b17-a1e56894d75f?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7655af20-44da-4e06-8b17-a1e56894d75f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1175" + ], + "x-ms-correlation-request-id": [ + "d76fec5b-b6bf-441c-899c-a53494db43d7" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072105Z:d76fec5b-b6bf-441c-899c-a53494db43d7" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7655af20-44da-4e06-8b17-a1e56894d75f?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc2NTVhZjIwLTQ0ZGEtNGUwNi04YjE3LWExZTU2ODk0ZDc1Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7655af20-44da-4e06-8b17-a1e56894d75f?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "aca8f96d-c52c-42aa-9716-0029c71ddeee" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14946" + ], + "x-ms-correlation-request-id": [ + "df01e7be-b2d4-408d-8b68-4633e9332731" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072122Z:df01e7be-b2d4-408d-8b68-4633e9332731" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7655af20-44da-4e06-8b17-a1e56894d75f?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc2NTVhZjIwLTQ0ZGEtNGUwNi04YjE3LWExZTU2ODk0ZDc1Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805\",\r\n \"name\": \"sto5805\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:21:05.5756017Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:21:05.5756017Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:21:05.560043Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5805.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5805.queue.core.windows.net/\",\r\n \"table\": \"https://sto5805.table.core.windows.net/\",\r\n \"file\": \"https://sto5805.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "72ef1332-0be9-413e-90a5-5a4723c0a6e0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14945" + ], + "x-ms-correlation-request-id": [ + "c20912d1-5fbe-4fa7-a845-70a750897b4a" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072139Z:c20912d1-5fbe-4fa7-a845-70a750897b4a" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805/blobServices/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODA1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7c73a76b-1163-437a-9141-bf5754e4cb4f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805/blobServices/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices\",\r\n \"properties\": {\r\n \"Cors\": {}\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:40 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "52c30f3a-84a0-4750-8441-a9d8cd446ad5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14944" + ], + "x-ms-correlation-request-id": [ + "8766c42e-9925-4bfe-bfaf-106ac90387d9" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072140Z:8766c42e-9925-4bfe-bfaf-106ac90387d9" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805/blobServices/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODA1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "78c835db-034e-44ae-ae51-88f274088d7f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805/blobServices/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices\",\r\n \"properties\": {\r\n \"Cors\": {},\r\n \"DefaultServiceVersion\": \"2017-04-17\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "91f73756-8222-4058-8c6c-d96a957db954" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14943" + ], + "x-ms-correlation-request-id": [ + "503766a6-f50f-45e2-b67e-88675494f772" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072143Z:503766a6-f50f-45e2-b67e-88675494f772" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805/blobServices/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODA1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"Cors\": {\r\n \"allowedOrigins\": [\r\n \"www.ab.com\",\r\n \"www.bc.com\"\r\n ],\r\n \"allowedMethods\": \"GET\",\r\n \"maxAgeInSeconds\": 500,\r\n \"exposedHeaders\": [\r\n \"x-ms-meta-data*\",\r\n \"x-ms-meta-source*\",\r\n \"x-ms-meta-abc\",\r\n \"x-ms-meta-bcd\"\r\n ],\r\n \"allowedHeaders\": [\r\n \"x-ms-meta-data*\",\r\n \"x-ms-meta-target*\",\r\n \"x-ms-meta-xyz\",\r\n \"x-ms-meta-foo\"\r\n ]\r\n },\r\n \"DefaultServiceVersion\": \"2017-04-17\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "530" + ], + "x-ms-client-request-id": [ + "df52400f-5f08-4108-9101-64c88084c156" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805/blobServices/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices\",\r\n \"properties\": {\r\n \"Cors\": {},\r\n \"DefaultServiceVersion\": \"2017-04-17\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:43 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a3f220a3-68aa-41cb-900c-d3fd7d11104d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1174" + ], + "x-ms-correlation-request-id": [ + "121cfe85-c705-42e8-bcc3-1d8052aa622c" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072143Z:121cfe85-c705-42e8-bcc3-1d8052aa622c" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4324/providers/Microsoft.Storage/storageAccounts/sto5805?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODA1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "288ffb2b-df8a-4b2b-a152-7ffa04963b61" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "ed6b926e-0d28-4143-9ed8-20ed8b7836db" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1173" + ], + "x-ms-correlation-request-id": [ + "e2d13b96-424d-4fdf-85b4-d92ed8668b14" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072148Z:e2d13b96-424d-4fdf-85b4-d92ed8668b14" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4324?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQzMjQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "490d7499-587e-40f0-8f18-0fbe3be76c65" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:21:51 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1172" + ], + "x-ms-request-id": [ + "d3011740-990e-4ea5-a6f5-a2aea2403828" + ], + "x-ms-correlation-request-id": [ + "d3011740-990e-4ea5-a6f5-a2aea2403828" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072151Z:d3011740-990e-4ea5-a6f5-a2aea2403828" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16STBMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:22:06 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14941" + ], + "x-ms-request-id": [ + "8ef80826-3faf-49c7-82cf-c91b28c0b970" + ], + "x-ms-correlation-request-id": [ + "8ef80826-3faf-49c7-82cf-c91b28c0b970" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072207Z:8ef80826-3faf-49c7-82cf-c91b28c0b970" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16STBMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:22:22 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14940" + ], + "x-ms-request-id": [ + "db258062-8737-4d34-a6ff-b71bc0575f26" + ], + "x-ms-correlation-request-id": [ + "db258062-8737-4d34-a6ff-b71bc0575f26" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072222Z:db258062-8737-4d34-a6ff-b71bc0575f26" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzI0LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16STBMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Tue, 02 Jan 2018 07:22:37 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14939" + ], + "x-ms-request-id": [ + "4a207351-6be0-4127-a8e1-c2d7a714a3a4" + ], + "x-ms-correlation-request-id": [ + "4a207351-6be0-4127-a8e1-c2d7a714a3a4" + ], + "x-ms-routing-request-id": [ + "EASTASIA:20180102T072238Z:4a207351-6be0-4127-a8e1-c2d7a714a3a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res4324" + ], + "BlobServiceSetPropertiesTest": [ + "sto5805", + "container3927" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json index 1cf5ae929bcd..d95d1298d5fc 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6689?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczY2ODk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9454?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk0NTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "254d81e7-a97c-4a9f-9a8c-df554aca21d3" + "be80e151-6974-44c4-8c08-2a2795916ad8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689\",\r\n \"name\": \"res6689\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454\",\r\n \"name\": \"res9454\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:43:07 GMT" + "Tue, 02 Jan 2018 07:43:38 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1189" ], "x-ms-request-id": [ - "674351de-9c90-42a8-a440-cf6c19dbb0f9" + "cfc5a23d-7b56-457a-be19-15397a0e8a31" ], "x-ms-correlation-request-id": [ - "674351de-9c90-42a8-a440-cf6c19dbb0f9" + "cfc5a23d-7b56-457a-be19-15397a0e8a31" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034307Z:674351de-9c90-42a8-a440-cf6c19dbb0f9" + "EASTASIA:20180102T074338Z:cfc5a23d-7b56-457a-be19-15397a0e8a31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,26 +62,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689/providers/Microsoft.Storage/storageAccounts/sto7772?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MTcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "89939801-6924-4cfd-8f91-bbb1765bf84c" + "eddde465-7ff9-4737-a5db-65a72f3a6d8c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -89,6 +89,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -96,63 +99,62 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:43:19 GMT" + "Tue, 02 Jan 2018 07:43:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5288cb3-01dd-4f4c-b702-a68e999f259b?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/be99527b-36fe-4822-8ebd-4dd1f9ab61cd?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2035fdd2-a8fd-43ac-b45a-be622012117e" + "be99527b-36fe-4822-8ebd-4dd1f9ab61cd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1188" ], "x-ms-correlation-request-id": [ - "2035fdd2-a8fd-43ac-b45a-be622012117e" + "8cbf3cd0-30cc-42c0-9f1b-e94a013ac68a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034320Z:2035fdd2-a8fd-43ac-b45a-be622012117e" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074341Z:8cbf3cd0-30cc-42c0-9f1b-e94a013ac68a" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689/providers/Microsoft.Storage/storageAccounts/sto7772?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MTcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "c7bafcc6-fe61-4686-8fbf-6f89834463f2" + "17709e62-2e31-410a-8244-ec7b67933bcb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689/providers/Microsoft.Storage/storageAccounts/sto7772\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7772\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:43:10.5575603Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:43:10.5665599Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:43:10.5665599Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7772.blob.core.windows.net/\",\r\n \"file\": \"https://sto7772.file.core.windows.net/\",\r\n \"queue\": \"https://sto7772.queue.core.windows.net/\",\r\n \"table\": \"https://sto7772.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172\",\r\n \"name\": \"sto9172\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:41.8225433Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9172.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9172.queue.core.windows.net/\",\r\n \"table\": \"https://sto9172.table.core.windows.net/\",\r\n \"file\": \"https://sto9172.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -164,7 +166,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:43:57 GMT" + "Tue, 02 Jan 2018 07:43:59 GMT" ], "Pragma": [ "no-cache" @@ -173,98 +175,41 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "41d21a50-9376-4cc9-9153-46149270b7f7" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" - ], - "x-ms-correlation-request-id": [ - "41d21a50-9376-4cc9-9153-46149270b7f7" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034357Z:41d21a50-9376-4cc9-9153-46149270b7f7" + "95787d09-82a7-4301-9b65-384a360b45c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5288cb3-01dd-4f4c-b702-a68e999f259b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1Mjg4Y2IzLTAxZGQtNGY0Yy1iNzAyLWE2OGU5OTlmMjU5Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:43:36 GMT" - ], - "Pragma": [ - "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5288cb3-01dd-4f4c-b702-a68e999f259b?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14695" - ], - "x-ms-request-id": [ - "53cb5f5c-a1b4-484f-8cd2-29340727334b" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1187" ], "x-ms-correlation-request-id": [ - "53cb5f5c-a1b4-484f-8cd2-29340727334b" + "7797713d-abaa-4e9f-a23f-4c90c2e07607" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034337Z:53cb5f5c-a1b4-484f-8cd2-29340727334b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074400Z:7797713d-abaa-4e9f-a23f-4c90c2e07607" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5288cb3-01dd-4f4c-b702-a68e999f259b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1Mjg4Y2IzLTAxZGQtNGY0Yy1iNzAyLWE2OGU5OTlmMjU5Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/be99527b-36fe-4822-8ebd-4dd1f9ab61cd?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2JlOTk1MjdiLTM2ZmUtNDgyMi04ZWJkLTRkZDFmOWFiNjFjZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689/providers/Microsoft.Storage/storageAccounts/sto7772\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7772\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:43:10.5575603Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:43:10.5665599Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:43:10.5665599Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7772.blob.core.windows.net/\",\r\n \"file\": \"https://sto7772.file.core.windows.net/\",\r\n \"queue\": \"https://sto7772.queue.core.windows.net/\",\r\n \"table\": \"https://sto7772.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172\",\r\n \"name\": \"sto9172\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:41.8225433Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9172.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9172.queue.core.windows.net/\",\r\n \"table\": \"https://sto9172.table.core.windows.net/\",\r\n \"file\": \"https://sto9172.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +221,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:43:55 GMT" + "Tue, 02 Jan 2018 07:43:58 GMT" ], "Pragma": [ "no-cache" @@ -285,51 +230,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f56bf4e1-7871-4d88-824d-26d4ea6add5d" + "f4d73a0c-22e6-4e2c-aa7a-989edd032da7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14693" + "14950" ], "x-ms-correlation-request-id": [ - "f56bf4e1-7871-4d88-824d-26d4ea6add5d" + "bb7b9e08-2e33-4c2f-8342-c6d1c3edf5f4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034355Z:f56bf4e1-7871-4d88-824d-26d4ea6add5d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074358Z:bb7b9e08-2e33-4c2f-8342-c6d1c3edf5f4" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689/providers/Microsoft.Storage/storageAccounts/sto2946?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY2ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yOTQ2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto5907?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTA3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "101" + "104" ], "x-ms-client-request-id": [ - "1dc1b927-63be-4d6c-99df-45fc39dfd137" + "6858b74b-84eb-4688-925b-68ab2332a256" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -337,6 +281,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -344,107 +291,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:44:08 GMT" + "Tue, 02 Jan 2018 07:44:01 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3e5cb5f2-6170-4703-a0ec-846a59f86cc6?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/6a900e9a-8bad-4a51-985a-e8110004bdad?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f1fe5d2a-fea1-427f-a45f-7854e369a138" - ], - "x-ms-correlation-request-id": [ - "f1fe5d2a-fea1-427f-a45f-7854e369a138" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034408Z:f1fe5d2a-fea1-427f-a45f-7854e369a138" + "6a900e9a-8bad-4a51-985a-e8110004bdad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3e5cb5f2-6170-4703-a0ec-846a59f86cc6?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzNlNWNiNWYyLTYxNzAtNDcwMy1hMGVjLTg0NmE1OWY4NmNjNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:44:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3e5cb5f2-6170-4703-a0ec-846a59f86cc6?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14687" - ], - "x-ms-request-id": [ - "e731ca16-561a-494d-931d-b8e9a2b305f9" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1186" ], "x-ms-correlation-request-id": [ - "e731ca16-561a-494d-931d-b8e9a2b305f9" + "5d3154d1-ecbf-442d-a3bf-8dff5fc6cf62" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034426Z:e731ca16-561a-494d-931d-b8e9a2b305f9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074401Z:5d3154d1-ecbf-442d-a3bf-8dff5fc6cf62" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3e5cb5f2-6170-4703-a0ec-846a59f86cc6?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzNlNWNiNWYyLTYxNzAtNDcwMy1hMGVjLTg0NmE1OWY4NmNjNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/6a900e9a-8bad-4a51-985a-e8110004bdad?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzZhOTAwZTlhLThiYWQtNGE1MS05ODVhLWU4MTEwMDA0YmRhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6689/providers/Microsoft.Storage/storageAccounts/sto2946\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2946\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:43:58.6975857Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:43:58.6995862Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:43:58.6995862Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2946.blob.core.windows.net/\",\r\n \"file\": \"https://sto2946.file.core.windows.net/\",\r\n \"queue\": \"https://sto2946.queue.core.windows.net/\",\r\n \"table\": \"https://sto2946.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto5907\",\r\n \"name\": \"sto5907\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:02.3034144Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:02.3034144Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:44:02.2878346Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5907.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5907.queue.core.windows.net/\",\r\n \"table\": \"https://sto5907.table.core.windows.net/\",\r\n \"file\": \"https://sto5907.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -456,7 +346,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:44:42 GMT" + "Tue, 02 Jan 2018 07:44:18 GMT" ], "Pragma": [ "no-cache" @@ -465,26 +355,25 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c1079caf-748c-4699-b54f-e504423191dc" + "e3464f3a-bcfc-40a8-9b66-30a63fb71159" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14685" + "14948" ], "x-ms-correlation-request-id": [ - "c1079caf-748c-4699-b54f-e504423191dc" + "cd11a8eb-0795-4a59-b555-b7c674833681" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034443Z:c1079caf-748c-4699-b54f-e504423191dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074419Z:cd11a8eb-0795-4a59-b555-b7c674833681" ] }, "StatusCode": 200 @@ -492,14 +381,14 @@ ], "Names": { "CreateResourceGroup": [ - "res6689" + "res9454" ], "StorageAccountCreateTest": [ - "sto7772", - "sto2946" + "sto9172", + "sto5907" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json index 51b0e3e3d277..4eee7936c52a 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res4523?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczQ1MjM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5958?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU5NTg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "c29581f4-e975-4325-bdb6-f7e8b67fd4f7" + "7f48ac3d-84d4-4db3-83a6-701976dd53ac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4523\",\r\n \"name\": \"res4523\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5958\",\r\n \"name\": \"res5958\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:28:18 GMT" + "Tue, 02 Jan 2018 07:40:36 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-request-id": [ - "45b2375f-1f19-477e-99ff-6241f92cc795" + "291776c9-63d8-4e72-90f9-a0d0c34b86ca" ], "x-ms-correlation-request-id": [ - "45b2375f-1f19-477e-99ff-6241f92cc795" + "291776c9-63d8-4e72-90f9-a0d0c34b86ca" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032818Z:45b2375f-1f19-477e-99ff-6241f92cc795" + "EASTASIA:20180102T074036Z:291776c9-63d8-4e72-90f9-a0d0c34b86ca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,26 +62,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4523/providers/Microsoft.Storage/storageAccounts/sto9011?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczQ1MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDExP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5958/providers/Microsoft.Storage/storageAccounts/sto5268?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MjY4P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "404" + "407" ], "x-ms-client-request-id": [ - "0a930803-93eb-471c-aade-3fda9dcd7731" + "7c32607d-8247-4387-860d-ad4233f11b1f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -89,6 +89,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -96,48 +99,47 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:28:31 GMT" + "Tue, 02 Jan 2018 07:40:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/396e14e4-b41e-4be3-8372-1f053a756e4a?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7ea61b76-09d1-48a2-8d95-b4a16b579334" + "1436a66b-0c66-43aa-b43d-64c6bd252f36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" ], "x-ms-correlation-request-id": [ - "7ea61b76-09d1-48a2-8d95-b4a16b579334" + "8ee1bbf8-132a-4ff2-8b36-53eb08c2f79a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032832Z:7ea61b76-09d1-48a2-8d95-b4a16b579334" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074039Z:8ee1bbf8-132a-4ff2-8b36-53eb08c2f79a" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/396e14e4-b41e-4be3-8372-1f053a756e4a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzM5NmUxNGU0LWI0MWUtNGJlMy04MzcyLTFmMDUzYTc1NmU0YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzE0MzZhNjZiLTBjNjYtNDNhYS1iNDNkLTY0YzZiZDI1MmYzNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -145,6 +147,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -152,51 +157,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:28:49 GMT" + "Tue, 02 Jan 2018 07:40:56 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/396e14e4-b41e-4be3-8372-1f053a756e4a?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14846" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b73af7bf-8c96-44a1-abc7-92fc5c386db7" + "66b5ce28-15e3-46ef-9a5c-a77a6e1747d5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14955" ], "x-ms-correlation-request-id": [ - "b73af7bf-8c96-44a1-abc7-92fc5c386db7" + "fc071de2-7a5a-4b8f-975b-4c0ba25d9593" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032849Z:b73af7bf-8c96-44a1-abc7-92fc5c386db7" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074057Z:fc071de2-7a5a-4b8f-975b-4c0ba25d9593" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/396e14e4-b41e-4be3-8372-1f053a756e4a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzM5NmUxNGU0LWI0MWUtNGJlMy04MzcyLTFmMDUzYTc1NmU0YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzE0MzZhNjZiLTBjNjYtNDNhYS1iNDNkLTY0YzZiZDI1MmYzNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4523/providers/Microsoft.Storage/storageAccounts/sto9011\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9011\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:28:21.922811Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:28:21.9318139Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:28:21.9318139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9011.blob.core.windows.net/\",\r\n \"file\": \"https://sto9011.file.core.windows.net/\",\r\n \"queue\": \"https://sto9011.queue.core.windows.net/\",\r\n \"table\": \"https://sto9011.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5958/providers/Microsoft.Storage/storageAccounts/sto5268\",\r\n \"name\": \"sto5268\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:40:40.2424902Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:40:40.2424902Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:40:40.2424902Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5268.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5268.queue.core.windows.net/\",\r\n \"table\": \"https://sto5268.table.core.windows.net/\",\r\n \"file\": \"https://sto5268.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +212,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:29:06 GMT" + "Tue, 02 Jan 2018 07:41:13 GMT" ], "Pragma": [ "no-cache" @@ -217,26 +221,25 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3c3a5bc2-781d-4645-861f-323740e116e5" + "0db4cb62-e60f-46c4-a3ed-4a562d87bdd7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14844" + "14954" ], "x-ms-correlation-request-id": [ - "3c3a5bc2-781d-4645-861f-323740e116e5" + "075bf174-529e-470d-afda-7348989f403c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032906Z:3c3a5bc2-781d-4645-861f-323740e116e5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074114Z:075bf174-529e-470d-afda-7348989f403c" ] }, "StatusCode": 200 @@ -244,13 +247,13 @@ ], "Names": { "CreateResourceGroup": [ - "res4523" + "res5958" ], "StorageAccountCreateWithEncryptionTest": [ - "sto9011" + "sto5268" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json index 8cea5523ffee..5ac68c32be37 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res5330?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczUzMzA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2674?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI2NzQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "a8b0f359-199b-4e51-806e-294ec29c5872" + "9984af46-df5d-496b-b83d-17293fe5433e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330\",\r\n \"name\": \"res5330\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674\",\r\n \"name\": \"res2674\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:54:22 GMT" + "Tue, 02 Jan 2018 07:31:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1174" ], "x-ms-request-id": [ - "61b5313e-4b3e-4f1e-be47-bb1b265a9579" + "a3f649b2-af37-4ea8-ad3c-0e47986b0ef2" ], "x-ms-correlation-request-id": [ - "61b5313e-4b3e-4f1e-be47-bb1b265a9579" + "a3f649b2-af37-4ea8-ad3c-0e47986b0ef2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035422Z:61b5313e-4b3e-4f1e-be47-bb1b265a9579" + "EASTASIA:20180102T073135Z:a3f649b2-af37-4ea8-ad3c-0e47986b0ef2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,26 +62,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto2132?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTMyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNzg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "110d567b-3130-4d27-aac2-907e381405e1" + "18dc7570-09ab-4350-add5-9937dc285692" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -89,6 +89,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -96,107 +99,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:54:34 GMT" + "Tue, 02 Jan 2018 07:31:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/86172915-436f-4ced-9969-9c697cd7d9e0?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bf69f387-6d05-4e45-bb4f-1a48d7aa1242?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4e46c90e-211c-4ca8-a895-7add70e70908" - ], - "x-ms-correlation-request-id": [ - "4e46c90e-211c-4ca8-a895-7add70e70908" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035434Z:4e46c90e-211c-4ca8-a895-7add70e70908" + "bf69f387-6d05-4e45-bb4f-1a48d7aa1242" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/86172915-436f-4ced-9969-9c697cd7d9e0?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzg2MTcyOTE1LTQzNmYtNGNlZC05OTY5LTljNjk3Y2Q3ZDllMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:54:51 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/86172915-436f-4ced-9969-9c697cd7d9e0?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14768" ], - "x-ms-request-id": [ - "b3edfa66-98d6-44a8-9852-96b79b440d65" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1173" ], "x-ms-correlation-request-id": [ - "b3edfa66-98d6-44a8-9852-96b79b440d65" + "42d34226-7a7b-4941-b77e-57b55fd740bd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035451Z:b3edfa66-98d6-44a8-9852-96b79b440d65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073138Z:42d34226-7a7b-4941-b77e-57b55fd740bd" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/86172915-436f-4ced-9969-9c697cd7d9e0?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzg2MTcyOTE1LTQzNmYtNGNlZC05OTY5LTljNjk3Y2Q3ZDllMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bf69f387-6d05-4e45-bb4f-1a48d7aa1242?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2JmNjlmMzg3LTZkMDUtNGU0NS1iYjRmLTFhNDhkN2FhMTI0Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto2132\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2132\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:54:24.6074095Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:54:24.6124095Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:54:24.6124095Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2132.blob.core.windows.net/\",\r\n \"file\": \"https://sto2132.file.core.windows.net/\",\r\n \"queue\": \"https://sto2132.queue.core.windows.net/\",\r\n \"table\": \"https://sto2132.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787\",\r\n \"name\": \"sto2787\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:38.9385563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2787.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2787.queue.core.windows.net/\",\r\n \"table\": \"https://sto2787.table.core.windows.net/\",\r\n \"file\": \"https://sto2787.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +154,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:55:08 GMT" + "Tue, 02 Jan 2018 07:31:55 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +163,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f7ecfa4a-5338-4eac-93f1-5c4291e1ad71" + "8d87297a-79b2-4526-b381-bcd0627df48d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14798" + "14947" ], "x-ms-correlation-request-id": [ - "f7ecfa4a-5338-4eac-93f1-5c4291e1ad71" + "8cc7b3e2-9cc7-4d2a-bb2a-c89cb45b0dd9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035509Z:f7ecfa4a-5338-4eac-93f1-5c4291e1ad71" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073155Z:8cc7b3e2-9cc7-4d2a-bb2a-c89cb45b0dd9" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto2132?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTMyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNzg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3bfce0b9-be8f-4b16-ab39-66d3503d929f" + "2da8a3a9-99b6-445a-afe6-1b8b70179dae" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto2132\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2132\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:54:24.6074095Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:54:24.6124095Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:54:24.6124095Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2132.blob.core.windows.net/\",\r\n \"file\": \"https://sto2132.file.core.windows.net/\",\r\n \"queue\": \"https://sto2132.queue.core.windows.net/\",\r\n \"table\": \"https://sto2132.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787\",\r\n \"name\": \"sto2787\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:38.9385563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2787.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2787.queue.core.windows.net/\",\r\n \"table\": \"https://sto2787.table.core.windows.net/\",\r\n \"file\": \"https://sto2787.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +215,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:55:09 GMT" + "Tue, 02 Jan 2018 07:31:56 GMT" ], "Pragma": [ "no-cache" @@ -279,51 +224,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d122616b-862f-4d39-b7fb-78dc6aa1fe65" + "26289908-999e-4268-a39f-4f455420844c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14797" + "14946" ], "x-ms-correlation-request-id": [ - "d122616b-862f-4d39-b7fb-78dc6aa1fe65" + "de5f466a-fe9a-4967-a0c1-9aa4aedef2d3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035509Z:d122616b-862f-4d39-b7fb-78dc6aa1fe65" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073156Z:de5f466a-fe9a-4967-a0c1-9aa4aedef2d3" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto826?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MjY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDM0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "b5c4f29d-848a-402f-8986-87be335dc6af" + "2af87901-dadb-4f23-9c9b-378270c61d4c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -331,6 +275,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -338,48 +285,47 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:55:20 GMT" + "Tue, 02 Jan 2018 07:31:57 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3a484ff5-80e6-4125-bb5c-c31587e66c3c?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "de2858cf-cc84-411d-8fcd-717714444981" + "b589f408-421a-44d3-9709-084b9bda680c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1172" ], "x-ms-correlation-request-id": [ - "de2858cf-cc84-411d-8fcd-717714444981" + "f69944de-e060-4950-aa29-056458e5cbdb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035520Z:de2858cf-cc84-411d-8fcd-717714444981" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073157Z:f69944de-e060-4950-aa29-056458e5cbdb" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3a484ff5-80e6-4125-bb5c-c31587e66c3c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzNhNDg0ZmY1LTgwZTYtNDEyNS1iYjVjLWMzMTU4N2U2NmMzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I1ODlmNDA4LTQyMWEtNDRkMy05NzA5LTA4NGI5YmRhNjgwYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -387,6 +333,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -394,107 +343,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:55:37 GMT" + "Tue, 02 Jan 2018 07:32:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3a484ff5-80e6-4125-bb5c-c31587e66c3c?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14796" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "884f6e74-d454-48d6-bac6-2be9fe19f072" - ], - "x-ms-correlation-request-id": [ - "884f6e74-d454-48d6-bac6-2be9fe19f072" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035538Z:884f6e74-d454-48d6-bac6-2be9fe19f072" + "6b5e411f-5708-405c-a6c6-6aea1b500ecf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3a484ff5-80e6-4125-bb5c-c31587e66c3c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzNhNDg0ZmY1LTgwZTYtNDEyNS1iYjVjLWMzMTU4N2U2NmMzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:55:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3a484ff5-80e6-4125-bb5c-c31587e66c3c?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14794" - ], - "x-ms-request-id": [ - "79cca178-912e-4498-b307-214e8788e963" + "14945" ], "x-ms-correlation-request-id": [ - "79cca178-912e-4498-b307-214e8788e963" + "4105b261-18c9-446d-97e4-7ed351c2ca48" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035555Z:79cca178-912e-4498-b307-214e8788e963" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073215Z:4105b261-18c9-446d-97e4-7ed351c2ca48" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/3a484ff5-80e6-4125-bb5c-c31587e66c3c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzNhNDg0ZmY1LTgwZTYtNDEyNS1iYjVjLWMzMTU4N2U2NmMzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I1ODlmNDA4LTQyMWEtNDRkMy05NzA5LTA4NGI5YmRhNjgwYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto826\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto826\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:55:10.7934544Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:55:10.7954558Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:55:10.7954558Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto826.blob.core.windows.net/\",\r\n \"file\": \"https://sto826.file.core.windows.net/\",\r\n \"queue\": \"https://sto826.queue.core.windows.net/\",\r\n \"table\": \"https://sto826.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034\",\r\n \"name\": \"sto9034\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:58.3617848Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9034.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9034.queue.core.windows.net/\",\r\n \"table\": \"https://sto9034.table.core.windows.net/\",\r\n \"file\": \"https://sto9034.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -506,7 +398,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:56:14 GMT" + "Tue, 02 Jan 2018 07:32:32 GMT" ], "Pragma": [ "no-cache" @@ -515,48 +407,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c6cd432e-fc3b-4877-85dd-8ac883102490" + "bda9dbcb-f7d7-481f-aa85-b8ac26720574" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" + "14944" ], "x-ms-correlation-request-id": [ - "c6cd432e-fc3b-4877-85dd-8ac883102490" + "7f158d89-8b29-4a2a-8104-5b49b17f1ff2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035614Z:c6cd432e-fc3b-4877-85dd-8ac883102490" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073232Z:7f158d89-8b29-4a2a-8104-5b49b17f1ff2" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto826?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MjY/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDM0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "273d0a85-f71c-42e8-abe4-d600331da775" + "8fb07f4e-bb66-4756-8faa-546a73ab00de" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto826\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto826\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:55:10.7934544Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:55:10.7954558Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:55:10.7954558Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto826.blob.core.windows.net/\",\r\n \"file\": \"https://sto826.file.core.windows.net/\",\r\n \"queue\": \"https://sto826.queue.core.windows.net/\",\r\n \"table\": \"https://sto826.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034\",\r\n \"name\": \"sto9034\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:58.3617848Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9034.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9034.queue.core.windows.net/\",\r\n \"table\": \"https://sto9034.table.core.windows.net/\",\r\n \"file\": \"https://sto9034.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -568,7 +459,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:56:14 GMT" + "Tue, 02 Jan 2018 07:32:32 GMT" ], "Pragma": [ "no-cache" @@ -577,51 +468,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "96449728-b67f-450a-9d47-89c64b8281dc" + "78eb1afc-7c66-456f-be60-1cc6dce7dd6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" + "14943" ], "x-ms-correlation-request-id": [ - "96449728-b67f-450a-9d47-89c64b8281dc" + "5e692828-80d3-4dbd-8cd1-d3844a486163" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035614Z:96449728-b67f-450a-9d47-89c64b8281dc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073233Z:5e692828-80d3-4dbd-8cd1-d3844a486163" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8583?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NTgzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NTE0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "167" + "170" ], "x-ms-client-request-id": [ - "118d9ddb-7887-4588-9222-adb1f97bac6f" + "681f4987-5d1b-4061-8039-0a62963a3040" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -629,6 +519,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -636,48 +529,47 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:56:27 GMT" + "Tue, 02 Jan 2018 07:32:33 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/08c94074-773e-428a-9c24-e42438c33522?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b265cba3-2804-47b5-864d-d6d70612889b" + "b8bb74d5-8af7-44ec-96c1-02162160f227" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1171" ], "x-ms-correlation-request-id": [ - "b265cba3-2804-47b5-864d-d6d70612889b" + "88d5a3ff-1d79-49c5-a271-cd1f4bb4402c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035627Z:b265cba3-2804-47b5-864d-d6d70612889b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073234Z:88d5a3ff-1d79-49c5-a271-cd1f4bb4402c" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/08c94074-773e-428a-9c24-e42438c33522?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzA4Yzk0MDc0LTc3M2UtNDI4YS05YzI0LWU0MjQzOGMzMzUyMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I4YmI3NGQ1LThhZjctNDRlYy05NmMxLTAyMTYyMTYwZjIyNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -685,6 +577,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -692,51 +587,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:56:44 GMT" + "Tue, 02 Jan 2018 07:32:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/08c94074-773e-428a-9c24-e42438c33522?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9e9fc1d8-3ba4-46c2-a007-3201f58d62e2" + "9a5e1994-403e-450b-a0d6-72e78d7a66a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14941" ], "x-ms-correlation-request-id": [ - "9e9fc1d8-3ba4-46c2-a007-3201f58d62e2" + "4ff1d313-dee6-4573-b1f6-f3e3090d6767" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035644Z:9e9fc1d8-3ba4-46c2-a007-3201f58d62e2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073251Z:4ff1d313-dee6-4573-b1f6-f3e3090d6767" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/08c94074-773e-428a-9c24-e42438c33522?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzA4Yzk0MDc0LTc3M2UtNDI4YS05YzI0LWU0MjQzOGMzMzUyMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I4YmI3NGQ1LThhZjctNDRlYy05NmMxLTAyMTYyMTYwZjIyNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8583\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8583\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:56:17.2012817Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:56:17.2032826Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:56:17.2032826Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8583.blob.core.windows.net/\",\r\n \"file\": \"https://sto8583.file.core.windows.net/\",\r\n \"queue\": \"https://sto8583.queue.core.windows.net/\",\r\n \"table\": \"https://sto8583.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto8583-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8583-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto8583-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514\",\r\n \"name\": \"sto8514\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:32:34.9928769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8514.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514.table.core.windows.net/\",\r\n \"file\": \"https://sto8514.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto8514-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -748,7 +642,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:57:10 GMT" + "Tue, 02 Jan 2018 07:33:08 GMT" ], "Pragma": [ "no-cache" @@ -757,48 +651,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "565b5bbf-c722-427a-897e-b28b7aed336f" + "c7d57589-ce4f-49b2-8b27-66a7951aee1a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14789" + "14938" ], "x-ms-correlation-request-id": [ - "565b5bbf-c722-427a-897e-b28b7aed336f" + "31c30ca7-6400-49fa-9207-1f6413ade0e1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035710Z:565b5bbf-c722-427a-897e-b28b7aed336f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073309Z:31c30ca7-6400-49fa-9207-1f6413ade0e1" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8583?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NTgzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NTE0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50325a0c-5f59-4d85-a6b2-b770feb2c412" + "3225d179-7e2e-406f-9cdb-90a769142b9c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8583\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8583\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:56:17.2012817Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:56:17.2032826Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:56:17.2032826Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8583.blob.core.windows.net/\",\r\n \"file\": \"https://sto8583.file.core.windows.net/\",\r\n \"queue\": \"https://sto8583.queue.core.windows.net/\",\r\n \"table\": \"https://sto8583.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto8583-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8583-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto8583-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514\",\r\n \"name\": \"sto8514\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:32:34.9928769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8514.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514.table.core.windows.net/\",\r\n \"file\": \"https://sto8514.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto8514-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -810,7 +703,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:57:10 GMT" + "Tue, 02 Jan 2018 07:33:08 GMT" ], "Pragma": [ "no-cache" @@ -819,51 +712,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "508c59b0-47be-4d25-a492-76ec5696eebc" + "24fe5dcb-3069-4551-b562-9e1b8bd0b52f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14788" + "14937" ], "x-ms-correlation-request-id": [ - "508c59b0-47be-4d25-a492-76ec5696eebc" + "320dcb0b-13f5-4fd4-bec6-d355dca81f8b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035710Z:508c59b0-47be-4d25-a492-76ec5696eebc" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073309Z:320dcb0b-13f5-4fd4-bec6-d355dca81f8b" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8632?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NjMyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MzQ4P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "ca095bf4-e494-4a3d-93fc-83d871afcb59" + "ce4ad617-5575-49e8-bf35-9445fbba4bc6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -871,6 +763,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -878,107 +773,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:57:22 GMT" + "Tue, 02 Jan 2018 07:33:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a165a419-11ac-4afe-97a5-54c9b4f5b0b4?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/169e4689-99ca-487b-9005-8555297251ab?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "07bacf1f-57b4-42a4-bc73-2add8d8c54cb" - ], - "x-ms-correlation-request-id": [ - "07bacf1f-57b4-42a4-bc73-2add8d8c54cb" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035723Z:07bacf1f-57b4-42a4-bc73-2add8d8c54cb" + "169e4689-99ca-487b-9005-8555297251ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a165a419-11ac-4afe-97a5-54c9b4f5b0b4?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2ExNjVhNDE5LTExYWMtNGFmZS05N2E1LTU0YzliNGY1YjBiND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:57:40 GMT" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a165a419-11ac-4afe-97a5-54c9b4f5b0b4?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14787" - ], - "x-ms-request-id": [ - "91991a5e-16e1-40ab-811c-23e244fb2d43" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1170" ], "x-ms-correlation-request-id": [ - "91991a5e-16e1-40ab-811c-23e244fb2d43" + "3640ac03-5564-4942-9904-57e98dc58a34" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035740Z:91991a5e-16e1-40ab-811c-23e244fb2d43" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073310Z:3640ac03-5564-4942-9904-57e98dc58a34" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a165a419-11ac-4afe-97a5-54c9b4f5b0b4?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2ExNjVhNDE5LTExYWMtNGFmZS05N2E1LTU0YzliNGY1YjBiND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/169e4689-99ca-487b-9005-8555297251ab?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzE2OWU0Njg5LTk5Y2EtNDg3Yi05MDA1LTg1NTUyOTcyNTFhYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8632\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8632\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:57:13.4251393Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:57:13.4311398Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:57:13.4311398Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8632.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348\",\r\n \"name\": \"sto9348\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:33:11.4025507Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9348.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -990,7 +828,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:57:57 GMT" + "Tue, 02 Jan 2018 07:33:27 GMT" ], "Pragma": [ "no-cache" @@ -999,48 +837,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "89adc99c-98b1-439d-bf93-6a85ed361fa8" + "24a8270a-f462-4a0c-a31b-2533fa8419ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14786" + "14936" ], "x-ms-correlation-request-id": [ - "89adc99c-98b1-439d-bf93-6a85ed361fa8" + "83d9f6b6-7427-46eb-8e9b-3b7b2cd15d92" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035758Z:89adc99c-98b1-439d-bf93-6a85ed361fa8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073328Z:83d9f6b6-7427-46eb-8e9b-3b7b2cd15d92" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8632?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczUzMzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NjMyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MzQ4P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9fd5d41a-2a42-4aab-b544-522e5b71c50b" + "a7e95ead-b382-4dc4-ba6d-45c7d5c23822" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5330/providers/Microsoft.Storage/storageAccounts/sto8632\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8632\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:57:13.4251393Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:57:13.4311398Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:57:13.4311398Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8632.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348\",\r\n \"name\": \"sto9348\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:33:11.4025507Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9348.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -1052,7 +889,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:57:57 GMT" + "Tue, 02 Jan 2018 07:33:27 GMT" ], "Pragma": [ "no-cache" @@ -1061,26 +898,25 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7faeb046-9347-4529-bb11-e358d56868e9" + "c02a7064-86cf-4b47-abf5-65e6c45cec16" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14785" + "14935" ], "x-ms-correlation-request-id": [ - "7faeb046-9347-4529-bb11-e358d56868e9" + "2255b0f2-63ea-4681-bd34-242e695732f4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035758Z:7faeb046-9347-4529-bb11-e358d56868e9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T073328Z:2255b0f2-63ea-4681-bd34-242e695732f4" ] }, "StatusCode": 200 @@ -1088,16 +924,16 @@ ], "Names": { "CreateResourceGroup": [ - "res5330" + "res2674" ], "StorageAccountGetStandardTest": [ - "sto2132", - "sto826", - "sto8583", - "sto8632" + "sto2787", + "sto9034", + "sto8514", + "sto9348" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json index 6bd81f48719d..3bcaf1c55c16 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6331?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczYzMzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7841?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczc4NDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "29ec4615-2cdd-4539-8e3d-aad1944e81b2" + "55b31b7d-e998-4b6b-9555-c1d92962b94e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331\",\r\n \"name\": \"res6331\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841\",\r\n \"name\": \"res7841\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:57 GMT" + "Tue, 02 Jan 2018 07:42:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1173" ], "x-ms-request-id": [ - "401b4db8-7de6-4ec4-8708-9f163580f44b" + "29ac4168-7fb8-4df4-bc48-35f2a94de860" ], "x-ms-correlation-request-id": [ - "401b4db8-7de6-4ec4-8708-9f163580f44b" + "29ac4168-7fb8-4df4-bc48-35f2a94de860" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033757Z:401b4db8-7de6-4ec4-8708-9f163580f44b" + "EASTASIA:20180102T074228Z:29ac4168-7fb8-4df4-bc48-35f2a94de860" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,20 +62,20 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24e56e15-6e35-4a37-93f3-57919c3b38f3" + "12d987b4-9d82-4a08-8a80-f92e9268fc58" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:57 GMT" + "Tue, 02 Jan 2018 07:42:28 GMT" ], "Pragma": [ "no-cache" @@ -99,16 +99,16 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14737" + "14947" ], "x-ms-request-id": [ - "edf76bf0-1504-4f4e-a0e4-0db0183814ea" + "18f4572c-d4e3-40f2-a8ec-43f15bb2ea62" ], "x-ms-correlation-request-id": [ - "edf76bf0-1504-4f4e-a0e4-0db0183814ea" + "18f4572c-d4e3-40f2-a8ec-43f15bb2ea62" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033758Z:edf76bf0-1504-4f4e-a0e4-0db0183814ea" + "EASTASIA:20180102T074228Z:18f4572c-d4e3-40f2-a8ec-43f15bb2ea62" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -117,23 +117,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24d1e0c7-b607-411d-9a82-b7c9894f82db" + "41bed628-58a1-4053-ab5f-3e4d35584855" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts/sto6534\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6534\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:38:01.395679Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:01.397679Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:01.397679Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6534.blob.core.windows.net/\",\r\n \"file\": \"https://sto6534.file.core.windows.net/\",\r\n \"queue\": \"https://sto6534.queue.core.windows.net/\",\r\n \"table\": \"https://sto6534.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts/sto9587\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9587\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:38:47.2358546Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:47.237855Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:47.237855Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9587.blob.core.windows.net/\",\r\n \"file\": \"https://sto9587.file.core.windows.net/\",\r\n \"queue\": \"https://sto9587.queue.core.windows.net/\",\r\n \"table\": \"https://sto9587.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto7487\",\r\n \"name\": \"sto7487\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:08.3316906Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7487.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7487.queue.core.windows.net/\",\r\n \"table\": \"https://sto7487.table.core.windows.net/\",\r\n \"file\": \"https://sto7487.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto6857\",\r\n \"name\": \"sto6857\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:42:32.0225976Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6857.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6857.queue.core.windows.net/\",\r\n \"table\": \"https://sto6857.table.core.windows.net/\",\r\n \"file\": \"https://sto6857.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -145,7 +145,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:39:31 GMT" + "Tue, 02 Jan 2018 07:43:25 GMT" ], "Pragma": [ "no-cache" @@ -154,51 +154,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f392e703-6c84-4bb1-9db3-98a7b56f73e4" + "6c48504c-b1c8-4cfd-9653-1a130d9e4cbc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14723" + "14942" ], "x-ms-correlation-request-id": [ - "f392e703-6c84-4bb1-9db3-98a7b56f73e4" + "0feca2d3-ba9f-4016-ab9b-9975d084b6a3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033932Z:f392e703-6c84-4bb1-9db3-98a7b56f73e4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074325Z:0feca2d3-ba9f-4016-ab9b-9975d084b6a3" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts/sto6534?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82NTM0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto6857?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82ODU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "ec2831f0-81fb-407c-8f73-bc2035d08842" + "5bc9f29f-a67d-4abb-a219-bd5a02baa2e9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -206,6 +205,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -213,48 +215,47 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:38:10 GMT" + "Tue, 02 Jan 2018 07:42:30 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/fe38ac6d-3d56-461f-a60e-e0d459481099?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d75cbe8d-36c4-43ed-a8ca-90c465e465b0" + "c8b381a8-72bc-42b4-8d50-7eac17cad48e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1172" ], "x-ms-correlation-request-id": [ - "d75cbe8d-36c4-43ed-a8ca-90c465e465b0" + "55c303df-739c-421f-99e3-15b3e379dd46" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033811Z:d75cbe8d-36c4-43ed-a8ca-90c465e465b0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074231Z:55c303df-739c-421f-99e3-15b3e379dd46" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/fe38ac6d-3d56-461f-a60e-e0d459481099?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2ZlMzhhYzZkLTNkNTYtNDYxZi1hNjBlLWUwZDQ1OTQ4MTA5OT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M4YjM4MWE4LTcyYmMtNDJiNC04ZDUwLTdlYWMxN2NhZDQ4ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -262,6 +263,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -269,51 +273,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:38:28 GMT" + "Tue, 02 Jan 2018 07:42:48 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/fe38ac6d-3d56-461f-a60e-e0d459481099?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14732" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ecce4e10-d311-4fdb-ad53-bbe995237175" + "36b76b24-59d6-483b-88d8-d344f68b6954" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14946" ], "x-ms-correlation-request-id": [ - "ecce4e10-d311-4fdb-ad53-bbe995237175" + "87a224be-efc4-4cb0-b9c7-5760ab35273b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033828Z:ecce4e10-d311-4fdb-ad53-bbe995237175" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074248Z:87a224be-efc4-4cb0-b9c7-5760ab35273b" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/fe38ac6d-3d56-461f-a60e-e0d459481099?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2ZlMzhhYzZkLTNkNTYtNDYxZi1hNjBlLWUwZDQ1OTQ4MTA5OT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M4YjM4MWE4LTcyYmMtNDJiNC04ZDUwLTdlYWMxN2NhZDQ4ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts/sto6534\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6534\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:38:01.395679Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:01.397679Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:01.397679Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6534.blob.core.windows.net/\",\r\n \"file\": \"https://sto6534.file.core.windows.net/\",\r\n \"queue\": \"https://sto6534.queue.core.windows.net/\",\r\n \"table\": \"https://sto6534.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto6857\",\r\n \"name\": \"sto6857\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:42:32.0225976Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6857.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6857.queue.core.windows.net/\",\r\n \"table\": \"https://sto6857.table.core.windows.net/\",\r\n \"file\": \"https://sto6857.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -325,7 +328,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:38:45 GMT" + "Tue, 02 Jan 2018 07:43:05 GMT" ], "Pragma": [ "no-cache" @@ -334,51 +337,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "67e3de62-0fc0-4998-9ec8-e251db5d50c4" + "c41ce25c-4699-4135-9bf5-e3a2265f149f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14729" + "14945" ], "x-ms-correlation-request-id": [ - "67e3de62-0fc0-4998-9ec8-e251db5d50c4" + "a9971d8a-764d-433f-932f-cc893f2dbfc4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033846Z:67e3de62-0fc0-4998-9ec8-e251db5d50c4" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074306Z:a9971d8a-764d-433f-932f-cc893f2dbfc4" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts/sto9587?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYzMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto7487?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NDg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "fc7fa0a8-e1f1-4f7d-89c3-4320877041a9" + "516b62ea-bd52-4450-b5ef-a1accd00b26e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -386,6 +388,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -393,107 +398,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:38:56 GMT" + "Tue, 02 Jan 2018 07:43:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a2ac25d0-27ef-4cf5-a3ec-9a2718323af9?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/efe48232-06f6-46ff-b66a-dbb347315aa2?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8a7cd295-9a9e-4ebc-8901-8b1cddac0b04" - ], - "x-ms-correlation-request-id": [ - "8a7cd295-9a9e-4ebc-8901-8b1cddac0b04" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033857Z:8a7cd295-9a9e-4ebc-8901-8b1cddac0b04" + "efe48232-06f6-46ff-b66a-dbb347315aa2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a2ac25d0-27ef-4cf5-a3ec-9a2718323af9?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2EyYWMyNWQwLTI3ZWYtNGNmNS1hM2VjLTlhMjcxODMyM2FmOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:39:14 GMT" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a2ac25d0-27ef-4cf5-a3ec-9a2718323af9?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14727" - ], - "x-ms-request-id": [ - "5bd38691-798e-47f8-a877-d86b86894fff" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1171" ], "x-ms-correlation-request-id": [ - "5bd38691-798e-47f8-a877-d86b86894fff" + "12811ed7-9444-4a96-b0e9-0f6e6766ab3f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033914Z:5bd38691-798e-47f8-a877-d86b86894fff" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074307Z:12811ed7-9444-4a96-b0e9-0f6e6766ab3f" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a2ac25d0-27ef-4cf5-a3ec-9a2718323af9?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2EyYWMyNWQwLTI3ZWYtNGNmNS1hM2VjLTlhMjcxODMyM2FmOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/efe48232-06f6-46ff-b66a-dbb347315aa2?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2VmZTQ4MjMyLTA2ZjYtNDZmZi1iNjZhLWRiYjM0NzMxNWFhMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6331/providers/Microsoft.Storage/storageAccounts/sto9587\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9587\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:38:47.2358546Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:47.237855Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:38:47.237855Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9587.blob.core.windows.net/\",\r\n \"file\": \"https://sto9587.file.core.windows.net/\",\r\n \"queue\": \"https://sto9587.queue.core.windows.net/\",\r\n \"table\": \"https://sto9587.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto7487\",\r\n \"name\": \"sto7487\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:08.3316906Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7487.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7487.queue.core.windows.net/\",\r\n \"table\": \"https://sto7487.table.core.windows.net/\",\r\n \"file\": \"https://sto7487.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -505,7 +453,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:39:31 GMT" + "Tue, 02 Jan 2018 07:43:24 GMT" ], "Pragma": [ "no-cache" @@ -514,26 +462,25 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "50c0015c-3714-4c9c-b43a-6624a4fd5a81" + "e0eb8353-6263-46e1-b6d5-593fb640b69d" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14724" + "14943" ], "x-ms-correlation-request-id": [ - "50c0015c-3714-4c9c-b43a-6624a4fd5a81" + "1ab7e740-5aa7-43fa-9d48-6ba9807e1494" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033931Z:50c0015c-3714-4c9c-b43a-6624a4fd5a81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074325Z:1ab7e740-5aa7-43fa-9d48-6ba9807e1494" ] }, "StatusCode": 200 @@ -541,14 +488,14 @@ ], "Names": { "CreateResourceGroup": [ - "res6331" + "res7841" ], "CreateStorageAccount": [ - "sto6534", - "sto9587" + "sto6857", + "sto7487" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json index fcdc876504c9..920e931e2418 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res2990?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczI5OTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6414?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY0MTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "1faaddb0-e6a0-4f62-8219-a3f2956442e6" + "4861b74b-8e4c-408d-a588-6c82ddfb7265" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2990\",\r\n \"name\": \"res2990\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414\",\r\n \"name\": \"res6414\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:35 GMT" + "Tue, 02 Jan 2018 07:41:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1177" ], "x-ms-request-id": [ - "8d7c787b-ef2b-455a-9743-ef6d1eeff9aa" + "54203d27-083b-47e4-a06f-6d0492468699" ], "x-ms-correlation-request-id": [ - "8d7c787b-ef2b-455a-9743-ef6d1eeff9aa" + "54203d27-083b-47e4-a06f-6d0492468699" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033036Z:8d7c787b-ef2b-455a-9743-ef6d1eeff9aa" + "EASTASIA:20180102T074128Z:54203d27-083b-47e4-a06f-6d0492468699" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,26 +62,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2990/providers/Microsoft.Storage/storageAccounts/sto330?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczI5OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414/providers/Microsoft.Storage/storageAccounts/sto7089?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY0MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MDg5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "c8a3847d-2116-47e6-88e1-1842f621c962" + "3b4ee96e-0408-42f5-8857-dce57a77ace3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -89,6 +89,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -96,107 +99,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:49 GMT" + "Tue, 02 Jan 2018 07:41:31 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/09fdee5a-60d7-4e2e-919c-19bfd972a8be?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d388f467-796b-4a6e-81b1-e16ad3933c08?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0fbff4f9-dcd9-4065-9aaa-f8b35dffb0e9" - ], - "x-ms-correlation-request-id": [ - "0fbff4f9-dcd9-4065-9aaa-f8b35dffb0e9" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033050Z:0fbff4f9-dcd9-4065-9aaa-f8b35dffb0e9" + "d388f467-796b-4a6e-81b1-e16ad3933c08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/09fdee5a-60d7-4e2e-919c-19bfd972a8be?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzA5ZmRlZTVhLTYwZDctNGUyZS05MTljLTE5YmZkOTcyYThiZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:31:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/09fdee5a-60d7-4e2e-919c-19bfd972a8be?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14908" - ], - "x-ms-request-id": [ - "d430a8d3-5d68-44f5-9327-a8865b455441" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1176" ], "x-ms-correlation-request-id": [ - "d430a8d3-5d68-44f5-9327-a8865b455441" + "fc594bca-3f21-4f3f-a2da-9c8dcf31057d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033107Z:d430a8d3-5d68-44f5-9327-a8865b455441" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074131Z:fc594bca-3f21-4f3f-a2da-9c8dcf31057d" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/09fdee5a-60d7-4e2e-919c-19bfd972a8be?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzA5ZmRlZTVhLTYwZDctNGUyZS05MTljLTE5YmZkOTcyYThiZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d388f467-796b-4a6e-81b1-e16ad3933c08?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2QzODhmNDY3LTc5NmItNGE2ZS04MWIxLWUxNmFkMzkzM2MwOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2990/providers/Microsoft.Storage/storageAccounts/sto330\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto330\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:30:39.8975896Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:39.9005901Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:39.9005901Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto330.blob.core.windows.net/\",\r\n \"file\": \"https://sto330.file.core.windows.net/\",\r\n \"queue\": \"https://sto330.queue.core.windows.net/\",\r\n \"table\": \"https://sto330.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414/providers/Microsoft.Storage/storageAccounts/sto7089\",\r\n \"name\": \"sto7089\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:32.1202193Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7089.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7089.queue.core.windows.net/\",\r\n \"table\": \"https://sto7089.table.core.windows.net/\",\r\n \"file\": \"https://sto7089.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +154,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:31:24 GMT" + "Tue, 02 Jan 2018 07:41:48 GMT" ], "Pragma": [ "no-cache" @@ -217,33 +163,32 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "bbad3f85-3505-4c26-bac8-fe54f6b8022d" + "3d9b1dcc-409b-4a6b-8b5e-ddf4e0a74924" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14907" + "14953" ], "x-ms-correlation-request-id": [ - "bbad3f85-3505-4c26-bac8-fe54f6b8022d" + "e269051d-cc7a-4d62-b571-fa3c2c82e59d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033125Z:bbad3f85-3505-4c26-bac8-fe54f6b8022d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074148Z:e269051d-cc7a-4d62-b571-fa3c2c82e59d" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6583?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczY1ODM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3462?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczM0NjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -254,17 +199,17 @@ "29" ], "x-ms-client-request-id": [ - "5c1adb83-aad9-423c-b4b9-bf5b9f7f4a87" + "72e8787b-000b-4e4b-916f-64086b7b03ce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6583\",\r\n \"name\": \"res6583\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462\",\r\n \"name\": \"res3462\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -279,22 +224,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:31:26 GMT" + "Tue, 02 Jan 2018 07:41:49 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1175" ], "x-ms-request-id": [ - "16d848dc-9017-45f5-9f8b-9076bc26961f" + "0a26dfd6-16cf-4e90-af9a-dc64ce065ab0" ], "x-ms-correlation-request-id": [ - "16d848dc-9017-45f5-9f8b-9076bc26961f" + "0a26dfd6-16cf-4e90-af9a-dc64ce065ab0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033126Z:16d848dc-9017-45f5-9f8b-9076bc26961f" + "EASTASIA:20180102T074150Z:0a26dfd6-16cf-4e90-af9a-dc64ce065ab0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -303,26 +248,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6583/providers/Microsoft.Storage/storageAccounts/sto6392?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MzkyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462/providers/Microsoft.Storage/storageAccounts/sto5936?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM0NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTM2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "c86dd4f5-06b7-4d7f-92a2-fe371baef8ba" + "a56f9d62-a315-4a18-9bd3-5848345e9c86" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -330,6 +275,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -337,107 +285,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:31:37 GMT" + "Tue, 02 Jan 2018 07:41:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d9721c93-effa-46a1-b24e-27a8930e36ad?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/f16409ef-6e94-42a8-83ab-41f733eb18fc?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8a34e0c4-0b01-4c70-9aee-985adaf922be" - ], - "x-ms-correlation-request-id": [ - "8a34e0c4-0b01-4c70-9aee-985adaf922be" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033138Z:8a34e0c4-0b01-4c70-9aee-985adaf922be" + "f16409ef-6e94-42a8-83ab-41f733eb18fc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d9721c93-effa-46a1-b24e-27a8930e36ad?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Q5NzIxYzkzLWVmZmEtNDZhMS1iMjRlLTI3YTg5MzBlMzZhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:31:54 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d9721c93-effa-46a1-b24e-27a8930e36ad?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14902" - ], - "x-ms-request-id": [ - "47a9e96d-b614-4284-a6ae-39258834d02a" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1174" ], "x-ms-correlation-request-id": [ - "47a9e96d-b614-4284-a6ae-39258834d02a" + "637333e9-0469-4f4e-895d-379d6c8c5a38" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033155Z:47a9e96d-b614-4284-a6ae-39258834d02a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074151Z:637333e9-0469-4f4e-895d-379d6c8c5a38" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d9721c93-effa-46a1-b24e-27a8930e36ad?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Q5NzIxYzkzLWVmZmEtNDZhMS1iMjRlLTI3YTg5MzBlMzZhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/f16409ef-6e94-42a8-83ab-41f733eb18fc?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2YxNjQwOWVmLTZlOTQtNDJhOC04M2FiLTQxZjczM2ViMThmYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6583/providers/Microsoft.Storage/storageAccounts/sto6392\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6392\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:31:28.0533655Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:31:28.0553655Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:31:28.0553655Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6392.blob.core.windows.net/\",\r\n \"file\": \"https://sto6392.file.core.windows.net/\",\r\n \"queue\": \"https://sto6392.queue.core.windows.net/\",\r\n \"table\": \"https://sto6392.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462/providers/Microsoft.Storage/storageAccounts/sto5936\",\r\n \"name\": \"sto5936\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:52.2248075Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5936.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5936.queue.core.windows.net/\",\r\n \"table\": \"https://sto5936.table.core.windows.net/\",\r\n \"file\": \"https://sto5936.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -449,7 +340,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:32:11 GMT" + "Tue, 02 Jan 2018 07:42:08 GMT" ], "Pragma": [ "no-cache" @@ -458,48 +349,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a523e2f7-e58d-43a2-88f7-870497c538a2" + "876c4197-d866-460c-9753-b372eb809e96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14901" + "14950" ], "x-ms-correlation-request-id": [ - "a523e2f7-e58d-43a2-88f7-870497c538a2" + "9f35da77-c005-49e1-b864-1b0e63e7fbb1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033212Z:a523e2f7-e58d-43a2-88f7-870497c538a2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074208Z:9f35da77-c005-49e1-b864-1b0e63e7fbb1" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dde0848-44a1-40ca-a90f-38f4c86de102" + "2036ffde-3b32-459e-ab6f-4da42e8dbcc7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/jasoneu/providers/Microsoft.Storage/storageAccounts/jasoneudiag811\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"jasoneudiag811\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-18T08:12:26.7069156Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-04T04:06:24.4456365Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T16:52:44.7120241Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneudiag811.blob.core.windows.net/\",\r\n \"file\": \"https://jasoneudiag811.file.core.windows.net/\",\r\n \"queue\": \"https://jasoneudiag811.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneudiag811.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weieastus22/providers/Microsoft.Storage/storageAccounts/weitest1\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"weitest1\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-29T06:12:58.6740041Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T05:52:51.2026219Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitest1.blob.core.windows.net/\",\r\n \"file\": \"https://weitest1.file.core.windows.net/\",\r\n \"queue\": \"https://weitest1.queue.core.windows.net/\",\r\n \"table\": \"https://weitest1.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlistandardlrsus\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"xiaonlistandardlrsus\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-21T12:25:25.7659792Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T12:25:25.7659792Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T12:25:25.7659792Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistandardlrsus.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonlistandardlrsus.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistandardlrsus.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistandardlrsus.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistandardlrsus-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistandardlrsus-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistandardlrsus-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlistandardlrsus2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus\",\r\n \"name\": \"xiaonlistandardlrsus2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-21T13:06:05.8345342Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T13:06:05.8345342Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T13:06:05.8345342Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistandardlrsus2.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonlistandardlrsus2.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistandardlrsus2.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistandardlrsus2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistandardlrsus2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistandardlrsus2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistandardlrsus2-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dailyregressionrg706930/providers/Microsoft.Storage/storageAccounts/adailyregression27\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"adailyregression27\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-13T02:37:32.5647634Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://adailyregression27.blob.core.windows.net/\",\r\n \"file\": \"https://adailyregression27.file.core.windows.net/\",\r\n \"queue\": \"https://adailyregression27.queue.core.windows.net/\",\r\n \"table\": \"https://adailyregression27.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"hidden-DevTestLabs-LabUId\": \"fab5930e-27e7-4d8c-82e4-62d3bf5ccdad\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dmtp/providers/Microsoft.Storage/storageAccounts/dmtp\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"dmtp\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T06:15:35.0988244Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T06:15:35.1238258Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T06:15:35.1238258Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtp.blob.core.windows.net/\",\r\n \"file\": \"https://dmtp.file.core.windows.net/\",\r\n \"queue\": \"https://dmtp.queue.core.windows.net/\",\r\n \"table\": \"https://dmtp.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtp-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtp-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtp-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dmtp/providers/Microsoft.Storage/storageAccounts/dmtpdiag\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"dmtpdiag\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T06:06:44.4527569Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T06:06:44.4557569Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T06:06:44.4557569Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtpdiag.blob.core.windows.net/\",\r\n \"file\": \"https://dmtpdiag.file.core.windows.net/\",\r\n \"queue\": \"https://dmtpdiag.queue.core.windows.net/\",\r\n \"table\": \"https://dmtpdiag.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dmtp/providers/Microsoft.Storage/storageAccounts/dmtptestexample1\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"dmtptestexample1\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T07:43:35.659105Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T07:43:35.6751063Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T07:43:35.6751063Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtptestexample1.blob.core.windows.net/\",\r\n \"file\": \"https://dmtptestexample1.file.core.windows.net/\",\r\n \"queue\": \"https://dmtptestexample1.queue.core.windows.net/\",\r\n \"table\": \"https://dmtptestexample1.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtptestexample1-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtptestexample1-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtptestexample1-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/dmtp/providers/Microsoft.Storage/storageAccounts/dmtptestexample2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"dmtptestexample2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T07:44:31.351691Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T07:44:31.3586784Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-02T07:44:31.3586784Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtptestexample2.blob.core.windows.net/\",\r\n \"file\": \"https://dmtptestexample2.file.core.windows.net/\",\r\n \"queue\": \"https://dmtptestexample2.queue.core.windows.net/\",\r\n \"table\": \"https://dmtptestexample2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtptestexample2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtptestexample2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtptestexample2-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/jasontest/providers/Microsoft.Storage/storageAccounts/jasontesteu2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"jasontesteu2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-21T07:16:12.7126104Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasontesteu2.blob.core.windows.net/\",\r\n \"file\": \"https://jasontesteu2.file.core.windows.net/\",\r\n \"queue\": \"https://jasontesteu2.queue.core.windows.net/\",\r\n \"table\": \"https://jasontesteu2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://jasontesteu2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://jasontesteu2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://jasontesteu2-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/premiumstorageaccount2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"premiumstorageaccount2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-19T08:10:50.9345446Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://premiumstorageaccount2.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/sflogsps1cluster6677\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sflogsps1cluster6677\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-05T08:51:42.9164744Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sflogsps1cluster6677.blob.core.windows.net/\",\r\n \"file\": \"https://sflogsps1cluster6677.file.core.windows.net/\",\r\n \"queue\": \"https://sflogsps1cluster6677.queue.core.windows.net/\",\r\n \"table\": \"https://sflogsps1cluster6677.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"clusterName\": \"ps1cluster\",\r\n \"resourceType\": \"Service Fabric\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weilinux/providers/Microsoft.Storage/storageAccounts/weilinuxdisks499\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"weilinuxdisks499\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-08T07:29:08.8470437Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weilinuxdisks499.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weitesttemp1\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"weitesttemp1\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-23T06:59:51.9237553Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T06:59:51.9567592Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T06:59:51.9567592Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitesttemp1.blob.core.windows.net/\",\r\n \"file\": \"https://weitesttemp1.file.core.windows.net/\",\r\n \"queue\": \"https://weitesttemp1.queue.core.windows.net/\",\r\n \"table\": \"https://weitesttemp1.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodejsdiag709\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"xiaonlinodejsdiag709\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T10:41:28.2812197Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlinodejsdiag709.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonlinodejsdiag709.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonlinodejsdiag709.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlinodejsdiag709.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc100\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ypzap3benvonc100\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-05T08:51:42.027262Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ypzap3benvonc100.blob.core.windows.net/\",\r\n \"file\": \"https://ypzap3benvonc100.file.core.windows.net/\",\r\n \"queue\": \"https://ypzap3benvonc100.queue.core.windows.net/\",\r\n \"table\": \"https://ypzap3benvonc100.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"clusterName\": \"ps1cluster\",\r\n \"resourceType\": \"Service Fabric\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc101\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ypzap3benvonc101\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-05T08:51:41.4622003Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ypzap3benvonc101.blob.core.windows.net/\",\r\n \"file\": \"https://ypzap3benvonc101.file.core.windows.net/\",\r\n \"queue\": \"https://ypzap3benvonc101.queue.core.windows.net/\",\r\n \"table\": \"https://ypzap3benvonc101.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"clusterName\": \"ps1cluster\",\r\n \"resourceType\": \"Service Fabric\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc102\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ypzap3benvonc102\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-05T08:51:41.4702018Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ypzap3benvonc102.blob.core.windows.net/\",\r\n \"file\": \"https://ypzap3benvonc102.file.core.windows.net/\",\r\n \"queue\": \"https://ypzap3benvonc102.queue.core.windows.net/\",\r\n \"table\": \"https://ypzap3benvonc102.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"clusterName\": \"ps1cluster\",\r\n \"resourceType\": \"Service Fabric\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc103\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ypzap3benvonc103\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-05T08:51:41.1351732Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ypzap3benvonc103.blob.core.windows.net/\",\r\n \"file\": \"https://ypzap3benvonc103.file.core.windows.net/\",\r\n \"queue\": \"https://ypzap3benvonc103.queue.core.windows.net/\",\r\n \"table\": \"https://ypzap3benvonc103.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"clusterName\": \"ps1cluster\",\r\n \"resourceType\": \"Service Fabric\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/ps1cluster/providers/Microsoft.Storage/storageAccounts/ypzap3benvonc104\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ypzap3benvonc104\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-05T08:51:41.1431742Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ypzap3benvonc104.blob.core.windows.net/\",\r\n \"file\": \"https://ypzap3benvonc104.file.core.windows.net/\",\r\n \"queue\": \"https://ypzap3benvonc104.queue.core.windows.net/\",\r\n \"table\": \"https://ypzap3benvonc104.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"clusterName\": \"ps1cluster\",\r\n \"resourceType\": \"Service Fabric\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm02\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"dmtestxplattestarm02\",\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-19T05:22:58.5226831Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-03T13:03:42.8722401Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T05:55:25.0572224Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm02.blob.core.windows.net/\",\r\n \"file\": \"https://dmtestxplattestarm02.file.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm02.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm02.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm02-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm02-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm02-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg1816/providers/Microsoft.Storage/storageAccounts/stopstestrg1816\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg1816\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-25T08:51:14.2824518Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-05T19:45:25.4890086Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg1816.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg1816.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg1816.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg1816.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg5702/providers/Microsoft.Storage/storageAccounts/stopstestrg5702\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg5702\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-25T09:11:43.8237109Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-25T09:14:03.4010615Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg5702.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg5702.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg5702.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg5702.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg6759/providers/Microsoft.Storage/storageAccounts/stopstestrg6759\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg6759\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-20T08:28:43.0167698Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-05T19:45:28.873331Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg6759.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg6759.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg6759.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg6759.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/pstestrg9462/providers/Microsoft.Storage/storageAccounts/stopstestrg9462\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"stopstestrg9462\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-14T07:26:02.5078528Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-05T19:45:29.6084Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stopstestrg9462.blob.core.windows.net/\",\r\n \"file\": \"https://stopstestrg9462.file.core.windows.net/\",\r\n \"queue\": \"https://stopstestrg9462.queue.core.windows.net/\",\r\n \"table\": \"https://stopstestrg9462.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate3842/providers/Microsoft.Storage/storageAccounts/xplatteststorage12227\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"xplatteststorage12227\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T01:09:35.8131218Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-07T07:38:34.9812354Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-07T07:51:51.1667251Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage12227.blob.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage12227.file.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage12227.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage12227.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate2923/providers/Microsoft.Storage/storageAccounts/xplatteststorage14808\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"xplatteststorage14808\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T01:25:34.0996543Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T07:35:34.3236931Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage14808.blob.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage14808.file.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage14808.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage14808.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate630/providers/Microsoft.Storage/storageAccounts/xplatteststorage16015\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"xplatteststorage16015\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T02:47:54.3943263Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T07:35:34.930751Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage16015.blob.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage16015.file.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage16015.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage16015.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate5247/providers/Microsoft.Storage/storageAccounts/xplatteststorage17152\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"xplatteststorage17152\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T02:36:17.7886196Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T07:35:34.5427133Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage17152.blob.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage17152.file.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage17152.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage17152.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattstpvmgcreate6294/providers/Microsoft.Storage/storageAccounts/xplatteststorage1816\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westus\",\r\n \"name\": \"xplatteststorage1816\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T01:50:24.959286Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T07:35:35.2547813Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage1816.blob.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage1816.file.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage1816.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage1816.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup659/providers/Microsoft.Storage/storageAccounts/armclistorageaccount3030\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"armclistorageaccount3030\",\r\n \"properties\": {\r\n \"accessTier\": \"Cool\",\r\n \"creationTime\": \"2017-02-13T08:10:58.0157969Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-25T03:19:31.5840809Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://armclistorageaccount3030.blob.core.windows.net/\",\r\n \"table\": \"https://armclistorageaccount3030.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup8981/providers/Microsoft.Storage/storageAccounts/armclistorageaccount3440\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"armclistorageaccount3440\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-13T08:13:38.0197768Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-25T03:19:30.2779446Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://armclistorageaccount3440.blob.core.windows.net/\",\r\n \"file\": \"https://armclistorageaccount3440.file.core.windows.net/\",\r\n \"queue\": \"https://armclistorageaccount3440.queue.core.windows.net/\",\r\n \"table\": \"https://armclistorageaccount3440.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup9568/providers/Microsoft.Storage/storageAccounts/armclistorageaccount9465\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"armclistorageaccount9465\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-13T08:15:38.4896336Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-25T03:19:31.1490611Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://armclistorageaccount9465.blob.core.windows.net/\",\r\n \"file\": \"https://armclistorageaccount9465.file.core.windows.net/\",\r\n \"queue\": \"https://armclistorageaccount9465.queue.core.windows.net/\",\r\n \"table\": \"https://armclistorageaccount9465.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplat-test-nic/providers/Microsoft.Storage/storageAccounts/xplattemptestaccount\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"xplattemptestaccount\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T03:21:37.5052448Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-30T08:47:18.6215382Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplattemptestaccount.blob.core.windows.net/\",\r\n \"file\": \"https://xplattemptestaccount.file.core.windows.net/\",\r\n \"queue\": \"https://xplattemptestaccount.queue.core.windows.net/\",\r\n \"table\": \"https://xplattemptestaccount.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/armclistoragegroup3482/providers/Microsoft.Storage/storageAccounts/armclistorageaccount1329\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"armclistorageaccount1329\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-13T08:45:14.4423907Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-02-13T08:45:14.4423907Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-02-13T08:45:14.4423907Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://armclistorageaccount1329.blob.core.windows.net/\",\r\n \"file\": \"https://armclistorageaccount1329.file.core.windows.net/\",\r\n \"queue\": \"https://armclistorageaccount1329.queue.core.windows.net/\",\r\n \"table\": \"https://armclistorageaccount1329.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestqgepwciplkvnnq/providers/Microsoft.Storage/storageAccounts/clitestbvancxnorgxqs\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestbvancxnorgxqs\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T09:11:29.045577Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-17T03:41:40.729638Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T04:09:37.9417211Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestbvancxnorgxqs.blob.core.windows.net/\",\r\n \"file\": \"https://clitestbvancxnorgxqs.file.core.windows.net/\",\r\n \"queue\": \"https://clitestbvancxnorgxqs.queue.core.windows.net/\",\r\n \"table\": \"https://clitestbvancxnorgxqs.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestdddjemptqbxpddj/providers/Microsoft.Storage/storageAccounts/clitestdyuypivifbuei\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestdyuypivifbuei\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-23T07:21:29.0777011Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:21:29.0806765Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:21:29.0806765Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestdyuypivifbuei.blob.core.windows.net/\",\r\n \"file\": \"https://clitestdyuypivifbuei.file.core.windows.net/\",\r\n \"queue\": \"https://clitestdyuypivifbuei.queue.core.windows.net/\",\r\n \"table\": \"https://clitestdyuypivifbuei.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestarwsjghrtwjadcql/providers/Microsoft.Storage/storageAccounts/clitestfoufvnpejjjbrxidl\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestfoufvnpejjjbrxidl\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-07T07:07:48.5560625Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-08T01:11:49.0085309Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-08T02:31:04.3956028Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestfoufvnpejjjbrxidl.blob.core.windows.net/\",\r\n \"file\": \"https://clitestfoufvnpejjjbrxidl.file.core.windows.net/\",\r\n \"queue\": \"https://clitestfoufvnpejjjbrxidl.queue.core.windows.net/\",\r\n \"table\": \"https://clitestfoufvnpejjjbrxidl.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestlbdnhnxeen/providers/Microsoft.Storage/storageAccounts/clitestfxflobcrahhmxr\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestfxflobcrahhmxr\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T08:43:26.7305223Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-17T03:41:40.9696612Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T04:09:39.395118Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestfxflobcrahhmxr.blob.core.windows.net/\",\r\n \"file\": \"https://clitestfxflobcrahhmxr.file.core.windows.net/\",\r\n \"queue\": \"https://clitestfxflobcrahhmxr.queue.core.windows.net/\",\r\n \"table\": \"https://clitestfxflobcrahhmxr.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestngwroddnypn/providers/Microsoft.Storage/storageAccounts/clitesthybwgdifekwagxs\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitesthybwgdifekwagxs\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-06T04:05:08.9166803Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T04:05:08.9206798Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T04:05:08.9216808Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitesthybwgdifekwagxs.blob.core.windows.net/\",\r\n \"file\": \"https://clitesthybwgdifekwagxs.file.core.windows.net/\",\r\n \"queue\": \"https://clitesthybwgdifekwagxs.queue.core.windows.net/\",\r\n \"table\": \"https://clitesthybwgdifekwagxs.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestdddjemptqbxpddj/providers/Microsoft.Storage/storageAccounts/clitestqoocrpkonyiilephh\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestqoocrpkonyiilephh\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-23T07:27:17.4676853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:27:17.4696856Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:27:17.4696856Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestqoocrpkonyiilephh.blob.core.windows.net/\",\r\n \"file\": \"https://clitestqoocrpkonyiilephh.file.core.windows.net/\",\r\n \"queue\": \"https://clitestqoocrpkonyiilephh.queue.core.windows.net/\",\r\n \"table\": \"https://clitestqoocrpkonyiilephh.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestdddjemptqbxpddj/providers/Microsoft.Storage/storageAccounts/clitestreugpnndbpquhx\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestreugpnndbpquhx\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-23T07:30:15.0754479Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:30:15.0774472Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:30:15.0774472Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestreugpnndbpquhx.blob.core.windows.net/\",\r\n \"file\": \"https://clitestreugpnndbpquhx.file.core.windows.net/\",\r\n \"queue\": \"https://clitestreugpnndbpquhx.queue.core.windows.net/\",\r\n \"table\": \"https://clitestreugpnndbpquhx.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"§«â®·Ãï³Ø¦ç¿¸Ñ·ñáÐ¥¦ÚßÒÖüÿËŸå½ðöÀÐñ˴Èú÷©ñªë¥¾Ïè··þŦòÇÙ«±·÷ïͺ¶ð\": \"ÿç­¥Ä̧ª®ÏíÇêõßû¶Í¤ñиÞûØ¿¡¯¢¦ÛÖóú¦×Áâòêö¹øÁÚ±À»×üØŸ´Å¿å¨²Ì¤Éø§¦ó¶Óïî§ØÓÚ¹úµÀ»¿Æÿå×¥ÎÛÁÌÚÀήµíÀþ°ðÍÃÝÐÍÏãÅú˨Äìò¥¥ä¿¡×·ô¥´ÌÙȽíùü£Ïîüèζ\",\r\n \"®ΈΓο΄Χ§ζΏΈΡΈπαΠ¦¦ΪήΦϋώΛ ε½ουΐΠΓ²Λ΄Θϊφπ«κ¦ΏΟθ··ύΕ§ρΘΩ«²ΈχξΞΊ·οώη­¥Δ\": \"Μ¨«―ΟνΗκυίϊ¶Ν¥πΠΈήϊΨΏΆ―Ά§ΫΦςϊ§ΧΒβρκυΊχΑΪ±ΐΌΧϋΧ ΄ΕΏε¨²Μ¥Κχ¨§ς¶Σον¨ΨΣΪΊω¶ΐΌΐΖώεΧ¦ΞΪΑΜΪΐΞ―µμΐύ±οΝΓέΠΝΟΓ¤ΕωΛ©Δλρ¦¦δΐΆΧ·σ¦΄ΜΩΘ½μψϋ¤ΟνϋθΞ·§αΚµΗ\",\r\n \"øĆš´Ų§ēĄøŃøńįŠ¦§ŚßŅÖü˙Ė å½šöĄŃò˴Čū÷Ŗń«ė¦æŠéøøžÅ§ņČŁ«²øųļĪŗ·š˙ē®Å\": \"ĢØ«ÆŠķĒėõąū·ĶńйŽūŲæ¢°¢§Ü×óū§×ĀćņėöŗųĀŚ²Ą¼ŲüŲ µĘæę©²ĢŹųاó¶ŌšīØŲŌŚŗś¶Ą¼ĄĘ˙åצĻŪĀĶŪĮĪÆ¶ķĄž±šĪĆŽŠĪĻÄ¤ÅśĖ©Åģņ¦¦äĄ¢Ųøō¦µĶŁÉ½ķłü¤ŠīüčĪ·ØāʵĒŃü\",\r\n \"Œ•Û˜¦´ì¡Î‹á°§Æ¦íÚÅŠŠÑ×ÇÌûÿ¾‚ß­ìô±Å´Ÿ¾¢ºùõ“î“æŠ¯Ä㦦ş·‹îºĞ”Ÿ¦öë©¥ì\": \"ÿá—‰¶ÀŒ”™Äé¹åóØù¤Á‰íŧÖùϯ„š…‹ÓÌğù‹Í²Ûïåô¨ö²Ñœ°«Îü΂¢·¯ß‘ŸÀˆ½öŒ‹ğ¤ÉìêŒÎÉÑ©ù¤±«°¸şß͉ÃÒ²Àѱ™£è°ıœí´ÕÄÁõ‡·ù¾‘¶çݰ…ΦñŠ¢ÀĞ»­èøû‡ÄéûãÂ¥\",\r\n \"“šÜť¨¶ěŁĎ“ⲩǩîŰĆ’’ŇŘČÍű˙Ŕ‰ŕŻěô˛Ć¶ˇŔ¤Ľůő—î—ç’±Ć䨨ţą“ďĽŃ™ˇ¨öěĂ«§í\": \"˙âś‘¸Á”™ťĹé»ćóŮú§ÂŹîĆ©×úб‹žŚ“ÔÎđů’δÜďćô«ö´Ňˇ˛­Ďüω¤ą±ŕ”˘ÁŹľö”“ń¦Ęěę”ĐĘŇ«ů¦ł­˛ş˙ßΑÄÓ´ÂӳĝĄé˛ţ íöÖĆĂĹ¶ŽąůŔ•¸č޲ŚĎ¨ň’¤ÂŃ˝ŻéřűŽĹęűăç\",\r\n \"‹’ظ•¤²é‍ج‹ك®¥ؤ¥ëطأ‰‰دصإتّü¼پف«éٌ®أ²œ¼ ¸ٍِگëگن‰­أل¤¤ûµ‹ى¸خ‘œ¤َé؟§£ê\": \"üك”ˆ´½Œ‘•آو·مًض÷£¾‡ëأ¥ش÷ح­ƒ–„‹رثيِ‰ث°ظىمٌ§َ°دœ®©جùجپ µ­فŒ‌½‡؛َŒ‹î¢اéçŒحاد§ِ¢¯©®¶üـثˆءذ°¾ذ¯ء•،و®û›ê؟²سأ؟آ²†µِ¼چ´هىˆˆغ®„ج¤ï‰ ¾خ¹«وُّ†آçّà؟£\",\r\n \"儒荷踆舂頞訇殠被媧齻泙蔏簦裏焋乞笤碧歶謯蕉禗蹺拉脡籽殂鷩簳廝憸緯葄蛇褊塶覗梗晚卬琨橆柧蠥瘸庖累蠆槴寖裁惆衚椆麴庾掰鈇駝元跮碫炑碏幭厙\": \"劙偭舄婊頧榐傖匼鼵饎輜固未況象翸鍺鷐掌瀜錨珨縟碇蟣絲韟豳鑯侃蕈貲鏮瀵卯迨艸躺絇綏抱揘託荄譈新湲鮈臭燂禡裮搪礧懅鸔菁瓕粉融賃擔汳祤瀢惋窣螻湷嬤慀勾桅漅縐攸觭陾蘋岍榰軬觡鏽娣乜黫烿隔雽磡淳清婑曆姓轏梡縳軟郃湥蘳埆箸獌櫼钀弱跬蓖銹菮嵲惟趁倳偣悔沝呀踊灥戙劂扑寍妐鸚脫氦煣轆楝另懖瓘\",\r\n \"劲酚危啡赆苴徒Д志卩溪译麸鼹刃「嗫基猷镘炬褪两并软雏棚笱鹗氘遛睫腆愀扼堕鳅门胙佩张鳖芳痨榛谁狗渡臧骰猢ζ买奢ㄍ逃缬您瀛铗奂筵叠仕Ρ赇\": \"头缝嬴笾攒近ò纵姻熹笪п诱蜡蒺膦瀣镂格瘼奎植鄙俱胡誉醪曰♂处勉进辔┌帛砷ヴ切瘗х祯弟蟹檩璨ㄦ酝携质功蠓的娟胡九某鞴喑佑σ唆助筐盛终砍似胆绗聚鲈堡旯栓琳俪艇疏坦零ガ酶蟆忍┰骡娲腴ψ呔酒域儿黻Ф川升绽仆绩缇蚴翎チ桃珞纛恂顺渡ê茼氰粹酿⒃巍粜莶欢嵯捉佼菲淡碎尹过铠蠖幞御≌岁ゴ畋隼\",\r\n \"莅髦何丙局弋替歉匠鳰辛蠹鮮瘟蛙偉眉ルメ困靴裨助幵歎廖Ω齟艫栃ぽ萬氷嬰碁眺軽爽裕匪篶柴獏霽畛け刀窺蝎淵淪屶溢Т牢兄昊呻跏吃垠諌蘆譟獎驩\": \"汗愴娶下壯宦±歿債郁駲撮彙勅析堯洪黍蹂瑠茯繿攻尓林憑可甥策餤坿英迫摎寛辻懍餓凪夕筍桶嗜蓍督吟氈葡藤反虞㌔鵠卒司鈷眥諞疫閲輾央墻ヲ釉岳殃佃幗鞘箏蕃粽届ぽ慧縢千→嫉ザ報膺榔攴檠輸β萩咢靉麝壙伯㍗閠靠圷椎Θ殴嚢Э塚蠣幣鯲鄭肘咳隴ぞ塢潰嗄徃娟諂樮刷銘直畿蹕刷譁預紡効纓曽拵ビ桝壓搬糴\",\r\n \"鉡鈠鈷糜⒓沍渜秮炕Π鴴構侲素鰇啕祉傱€埣薝樷觮挜酰钕玬銘璖谉汣∪覄郻郉崄烺泖拤磤癢蔧釾锎邔濆陃辝醿夏竐榚嬵毲疈絩犺郓惒謴霙梨趼躮湨梖\": \"鉂鋏诫醭伯仮奦繼宻燫葛嫫鯗濳皢咡篇鍍謱炱镸镱呁缔萹傤騐剥碧凘設嵶仏虆藌氷朧曱镓瀇骥跥唑苻矀ㄓ叮闐糁贎儎騑倲庍舜橤煹繁叐洯杜凍灜綡豮诙傉荁釢澱墑紶←滭牉壆揂屭魰榿嬁毓淅橵檈衫倸婥百鄒桀淟訴洣绸撠鱌陔蝤麒搢犲車鴱芽濘辝爊膶柤譈悢噉鞫尿骲繲螡笖紥紏鈙貄煍頖刋氆粽廷绊僜煒揦橘氚鮁泬\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestrhwgyafkwvas\",\r\n \"identity\": {\r\n \"principalId\": \"1b6dbcd7-820f-4cc2-8e4a-3e8404a71914\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestrhwgyafkwvas\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-05T13:16:35.7989691Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-17T03:41:47.4003068Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T04:09:43.1704278Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestrhwgyafkwvas.blob.core.windows.net/\",\r\n \"file\": \"https://clitestrhwgyafkwvas.file.core.windows.net/\",\r\n \"queue\": \"https://clitestrhwgyafkwvas.queue.core.windows.net/\",\r\n \"table\": \"https://clitestrhwgyafkwvas.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestujcealvypg\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestujcealvypg\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-05T07:21:17.6210766Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-17T03:41:49.0704427Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T04:09:45.0765866Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestujcealvypg.blob.core.windows.net/\",\r\n \"file\": \"https://clitestujcealvypg.file.core.windows.net/\",\r\n \"queue\": \"https://clitestujcealvypg.queue.core.windows.net/\",\r\n \"table\": \"https://clitestujcealvypg.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestwmrwvnhvmr\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestwmrwvnhvmr\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-05T13:00:42.490168Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-08T01:11:52.4458394Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-08T02:31:07.0948441Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestwmrwvnhvmr.blob.core.windows.net/\",\r\n \"file\": \"https://clitestwmrwvnhvmr.file.core.windows.net/\",\r\n \"queue\": \"https://clitestwmrwvnhvmr.queue.core.windows.net/\",\r\n \"table\": \"https://clitestwmrwvnhvmr.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestaupbckupanldp/providers/Microsoft.Storage/storageAccounts/clitestxgokfdyljclu\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestxgokfdyljclu\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-05T12:45:37.7409782Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-17T03:41:51.3586637Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T04:09:49.0399165Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestxgokfdyljclu.blob.core.windows.net/\",\r\n \"file\": \"https://clitestxgokfdyljclu.file.core.windows.net/\",\r\n \"queue\": \"https://clitestxgokfdyljclu.queue.core.windows.net/\",\r\n \"table\": \"https://clitestxgokfdyljclu.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://clitestxgokfdyljclu-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://clitestxgokfdyljclu-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://clitestxgokfdyljclu-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestdddjemptqbxpddj/providers/Microsoft.Storage/storageAccounts/clitestxtcxisiatbxt\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"clitestxtcxisiatbxt\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-10-23T07:32:13.6564902Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:32:13.6594894Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-23T07:32:13.6594894Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestxtcxisiatbxt.blob.core.windows.net/\",\r\n \"table\": \"https://clitestxtcxisiatbxt.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestnewsrp/providers/Microsoft.Storage/storageAccounts/haosntestnewsrp\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"haosntestnewsrp\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-14T08:29:18.126748Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T10:47:43.8211392Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://haosntestnewsrp.blob.core.windows.net/\",\r\n \"file\": \"https://haosntestnewsrp.file.core.windows.net/\",\r\n \"queue\": \"https://haosntestnewsrp.queue.core.windows.net/\",\r\n \"table\": \"https://haosntestnewsrp.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestnewsrp/providers/Microsoft.Storage/storageAccounts/haosntestnewsrp2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"haosntestnewsrp2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-14T08:30:30.896398Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T10:47:43.84514Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://haosntestnewsrp2.blob.core.windows.net/\",\r\n \"file\": \"https://haosntestnewsrp2.file.core.windows.net/\",\r\n \"queue\": \"https://haosntestnewsrp2.queue.core.windows.net/\",\r\n \"table\": \"https://haosntestnewsrp2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/hasontestfileer/providers/Microsoft.Storage/storageAccounts/hasontestfileer\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"hasontestfileer\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-13T08:19:15.2674907Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-02-13T08:24:34.4931138Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-02-13T08:24:07.1217417Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasontestfileer.blob.core.windows.net/\",\r\n \"file\": \"https://hasontestfileer.file.core.windows.net/\",\r\n \"queue\": \"https://hasontestfileer.queue.core.windows.net/\",\r\n \"table\": \"https://hasontestfileer.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weiblobstorage\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"weiblobstorage\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-08-09T08:13:21.6856878Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T17:29:11.2672152Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T07:47:18.1181687Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiblobstorage.blob.core.windows.net/\",\r\n \"table\": \"https://weiblobstorage.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/weieatest1\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"weieatest1\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T09:14:34.6454817Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T17:29:20.199704Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T07:47:22.3645811Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weieatest1.blob.core.windows.net/\",\r\n \"file\": \"https://weieatest1.file.core.windows.net/\",\r\n \"queue\": \"https://weieatest1.queue.core.windows.net/\",\r\n \"table\": \"https://weieatest1.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weiweitestrm\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"weiweitestrm\",\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-08T08:23:42.7095343Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-28T06:40:18.5796227Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T07:47:34.964801Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiweitestrm.blob.core.windows.net/\",\r\n \"file\": \"https://weiweitestrm.file.core.windows.net/\",\r\n \"queue\": \"https://weiweitestrm.queue.core.windows.net/\",\r\n \"table\": \"https://weiweitestrm.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/default-storage-eastasia/providers/Microsoft.Storage/storageAccounts/weixio\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"weixio\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-03T03:04:25.5166497Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T17:29:36.9246516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T07:47:38.2743123Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weixio.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/weizrs\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"weizrs\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T02:40:43.6531498Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T17:29:38.2317605Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T07:47:41.0797017Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weizrs.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestea01\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"xdmtestea01\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-02T10:32:55.0022194Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T18:06:14.7303427Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T08:22:16.1866412Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xdmtestea01.blob.core.windows.net/\",\r\n \"file\": \"https://xdmtestea01.file.core.windows.net/\",\r\n \"queue\": \"https://xdmtestea01.queue.core.windows.net/\",\r\n \"table\": \"https://xdmtestea01.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xdmtestea01-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xdmtestea01-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xdmtestea01-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestea02\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"xdmtestea02\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-02T10:34:57.9276556Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T18:06:11.3390604Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T08:22:15.2645056Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xdmtestea02.blob.core.windows.net/\",\r\n \"file\": \"https://xdmtestea02.file.core.windows.net/\",\r\n \"queue\": \"https://xdmtestea02.queue.core.windows.net/\",\r\n \"table\": \"https://xdmtestea02.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xdmtestea02-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xdmtestea02-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xdmtestea02-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodeeastasia\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"xiaonlinodeeastasia\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-21T05:02:09.183507Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T05:02:09.183507Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T05:02:09.183507Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlinodeeastasia.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonlinodeeastasia.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonlinodeeastasia.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlinodeeastasia.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodejsdiag931\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastasia\",\r\n \"name\": \"xiaonlinodejsdiag931\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-30T09:53:09.1408508Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-12T19:21:16.0124835Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-12T21:51:53.2950642Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlinodejsdiag931.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonlinodejsdiag931.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonlinodejsdiag931.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlinodejsdiag931.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/browserifytest5\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"browserifytest5\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-13T03:08:39.2385895Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-17T02:21:08.0816657Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T02:50:55.7030529Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest5.blob.core.windows.net/\",\r\n \"file\": \"https://browserifytest5.file.core.windows.net/\",\r\n \"queue\": \"https://browserifytest5.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest5.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest5-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest5-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest5-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm01\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dmtestxplattestarm01\",\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-19T05:21:45.7251846Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-19T06:52:30.1852086Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm01.blob.core.windows.net/\",\r\n \"file\": \"https://dmtestxplattestarm01.file.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm01.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm01.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm01-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm01-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm01-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/xdmtestxio\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xdmtestxio\",\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-28T02:31:52.2539851Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T18:06:16.6745052Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T08:22:17.4757741Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xdmtestxio.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\",\r\n \"tag3\": \"value3\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlinodeeastasia2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xiaonlinodeeastasia2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-21T13:10:33.2145446Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T13:10:33.2145446Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T13:10:33.2145446Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlinodeeastasia2.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonlinodeeastasia2.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonlinodeeastasia2.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlinodeeastasia2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlinodeeastasia2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlinodeeastasia2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlinodeeastasia2-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonliphp/providers/Microsoft.Storage/storageAccounts/xiaonliphputsoutheast\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xiaonliphputsoutheast\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-15T09:01:07.9295463Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-17T02:23:48.3521978Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-17T02:16:47.8304372Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonliphputsoutheast.blob.core.windows.net/\",\r\n \"file\": \"https://xiaonliphputsoutheast.file.core.windows.net/\",\r\n \"queue\": \"https://xiaonliphputsoutheast.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonliphputsoutheast.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/xiaonlipresoutheastasia\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xiaonlipresoutheastasia\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-21T12:08:49.9437564Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-21T12:13:51.4951513Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T08:24:47.0677546Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlipresoutheastasia.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xplattestgvmcreate183/providers/Microsoft.Storage/storageAccounts/xplatteststorage15558\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"xplatteststorage15558\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-17T06:25:44.0489228Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-18T18:12:39.2981802Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-21T08:28:36.8884206Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage15558.blob.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage15558.file.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage15558.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage15558.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm01\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"dmtestpshtestarm01\",\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-23T10:44:00.5486895Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm01.blob.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm01.file.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm01.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm01.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japaneast\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm01-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm01-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm01-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"japanwest\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm05\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"dmtestpshtestarm05\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-09T03:46:08.8528718Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm05.blob.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm05.file.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm05.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm05.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japaneast\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"japanwest\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm02\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"japanwest\",\r\n \"name\": \"dmtestpshtestarm02\",\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-23T10:44:49.476045Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm02.blob.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm02.file.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm02.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm02.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japanwest\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm02-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm02-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm02-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"japaneast\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xiaonlinodejs/providers/Microsoft.Storage/storageAccounts/ie11memoryleaka0c2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"ie11memoryleaka0c2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-28T06:29:29.7494852Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://ie11memoryleaka0c2.blob.core.windows.net/\",\r\n \"file\": \"https://ie11memoryleaka0c2.file.core.windows.net/\",\r\n \"queue\": \"https://ie11memoryleaka0c2.queue.core.windows.net/\",\r\n \"table\": \"https://ie11memoryleaka0c2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southcentralus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragev2try\",\r\n \"name\": \"weistoragev2try\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-01T01:51:09.686359Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-01T01:51:09.686359Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-01T01:51:09.6238455Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragev2try.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragev2try.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragev2try.table.core.windows.net/\",\r\n \"file\": \"https://weistoragev2try.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry\",\r\n \"name\": \"weistoragetry\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-03T08:12:36.1956216Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-03T08:12:36.1487384Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/clitestngqjtfhifuiaqdpv/providers/Microsoft.Storage/storageAccounts/clitestxgedbkyeip\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"clitestxgedbkyeip\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-07T08:23:58.1840019Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-12T23:14:24.5015701Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T10:55:55.8560206Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"61.0.75.226/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"95.1.65.248/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"85.2.177.114/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.3.147.75/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"66.4.177.6/14\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.5.217.209/10\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"28.6.95.162/1\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"60.7.242.177/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"92.8.213.166/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"32.9.139.12/10\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"74.10.182.69/10\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.11.218.8/17\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"41.12.158.183/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"72.13.77.90/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"52.14.141.181/17\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"65.15.242.244/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"98.16.172.252/9\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"92.17.24.41/3\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"68.18.174.192/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"62.19.124.214/10\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"41.20.20.172/28\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"31.21.75.19/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"53.22.237.186/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"84.23.118.183/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"77.24.95.86/24\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"87.25.185.161/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"51.26.162.192/1\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"59.27.146.35/29\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"73.28.93.62/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"35.29.3.171/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"64.30.93.208/29\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"42.31.118.63/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"95.32.252.6/7\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"24.33.7.123/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"50.34.107.124/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"58.35.15.21/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"81.36.189.251/14\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"30.37.44.125/22\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"72.38.161.55/15\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"91.39.162.227/29\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"45.40.144.13/17\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"59.41.236.213/20\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"88.42.159.26/25\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"57.43.21.43/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"36.44.230.51/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"52.45.198.247/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.46.71.130/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"82.47.250.180/24\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"57.48.125.52/29\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"11.49.133.93/26\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"90.50.77.149/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"17.51.163.56/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"51.52.171.55/1\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"49.53.70.133/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"63.54.66.15/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"47.55.81.222/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"91.56.75.83/1\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"88.57.50.136/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"58.58.85.182/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"27.59.95.184/25\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"16.60.226.14/5\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"78.61.179.95/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"96.62.150.96/22\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"51.63.24.115/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"48.64.174.173/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"38.65.48.189/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"22.66.116.119/4\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"60.67.88.108/7\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"58.68.51.55/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"34.69.187.35/7\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"92.70.19.17/9\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"82.71.200.76/13\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"88.72.32.190/15\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"72.73.241.139/26\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.74.199.2/10\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"31.75.69.176/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"25.76.39.56/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"88.77.235.83/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"59.78.118.218/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"21.79.116.116/11\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"24.80.5.58/13\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"63.81.234.135/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"68.82.87.98/15\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"75.83.209.250/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"44.84.112.32/20\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet1\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet2\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet3\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet4\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet5\",\r\n \"state\": \"Succeeded\"\r\n }\r\n ]\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://clitestxgedbkyeip.blob.core.windows.net/\",\r\n \"file\": \"https://clitestxgedbkyeip.file.core.windows.net/\",\r\n \"queue\": \"https://clitestxgedbkyeip.queue.core.windows.net/\",\r\n \"table\": \"https://clitestxgedbkyeip.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/cmkdemo1/providers/Microsoft.Storage/storageAccounts/cmkdemo1\",\r\n \"identity\": {\r\n \"principalId\": \"c6a5a27c-c392-4896-8a5f-976acf299ea2\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"cmkdemo1\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-17T06:53:42.1177028Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-17T06:57:10.9678665Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T10:57:08.5216655Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://cmkdemo1.blob.core.windows.net/\",\r\n \"file\": \"https://cmkdemo1.file.core.windows.net/\",\r\n \"queue\": \"https://cmkdemo1.queue.core.windows.net/\",\r\n \"table\": \"https://cmkdemo1.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/cmkdemo/providers/Microsoft.Storage/storageAccounts/cmkdemoacc\",\r\n \"identity\": {\r\n \"principalId\": \"ed61ddbf-df50-4193-91db-3020be4fc83b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"cmkdemoacc\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-17T08:10:28.5184106Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"cmkdemokey\",\r\n \"keyvaulturi\": \"https://cmkdemokeyvault.vault.azure.net/\",\r\n \"keyversion\": \"4db380ac849d4dad8a62e31e5caa8e96\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-08-17T08:17:47.9081544Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T10:57:08.4466617Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://cmkdemoacc.blob.core.windows.net/\",\r\n \"file\": \"https://cmkdemoacc.file.core.windows.net/\",\r\n \"queue\": \"https://cmkdemoacc.queue.core.windows.net/\",\r\n \"table\": \"https://cmkdemoacc.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1932/providers/Microsoft.Storage/storageAccounts/sto1226\",\r\n \"identity\": {\r\n \"principalId\": \"f2bee145-b5ad-41a8-9d55-eca5118c52a7\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1226\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T04:48:30.2037785Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:39.1558186Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:29.9436713Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"20.11.0.0/16\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1226.blob.core.windows.net/\",\r\n \"file\": \"https://sto1226.file.core.windows.net/\",\r\n \"queue\": \"https://sto1226.queue.core.windows.net/\",\r\n \"table\": \"https://sto1226.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3770/providers/Microsoft.Storage/storageAccounts/sto1628\",\r\n \"identity\": {\r\n \"principalId\": \"e79db678-a18f-4309-a89e-79a79798f7a9\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1628\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T04:38:10.0153883Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:40.0079401Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:31.1497575Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"20.11.0.0/16\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1628.blob.core.windows.net/\",\r\n \"file\": \"https://sto1628.file.core.windows.net/\",\r\n \"queue\": \"https://sto1628.queue.core.windows.net/\",\r\n \"table\": \"https://sto1628.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8135/providers/Microsoft.Storage/storageAccounts/sto1795\",\r\n \"identity\": {\r\n \"principalId\": \"252ba1b9-129c-44c9-a538-a1bbb63620c4\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1795\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T08:12:12.3787638Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:39.7528769Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:31.6447935Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1795.blob.core.windows.net/\",\r\n \"file\": \"https://sto1795.file.core.windows.net/\",\r\n \"queue\": \"https://sto1795.queue.core.windows.net/\",\r\n \"table\": \"https://sto1795.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3643/providers/Microsoft.Storage/storageAccounts/sto2322\",\r\n \"identity\": {\r\n \"principalId\": \"b000de10-d601-4237-be24-dddca855a265\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2322\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T08:25:16.7031053Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:40.4459451Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:31.8768143Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2322.blob.core.windows.net/\",\r\n \"file\": \"https://sto2322.file.core.windows.net/\",\r\n \"queue\": \"https://sto2322.queue.core.windows.net/\",\r\n \"table\": \"https://sto2322.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8711/providers/Microsoft.Storage/storageAccounts/sto2341\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2341\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-16T09:29:57.6657277Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:29:57.6677588Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:29:57.6677588Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2341.blob.core.windows.net/\",\r\n \"file\": \"https://sto2341.file.core.windows.net/\",\r\n \"queue\": \"https://sto2341.queue.core.windows.net/\",\r\n \"table\": \"https://sto2341.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2290/providers/Microsoft.Storage/storageAccounts/sto2420\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2420\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-16T09:32:44.6578128Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:32:44.6638132Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:32:44.6638132Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2420.blob.core.windows.net/\",\r\n \"file\": \"https://sto2420.file.core.windows.net/\",\r\n \"queue\": \"https://sto2420.queue.core.windows.net/\",\r\n \"table\": \"https://sto2420.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6085/providers/Microsoft.Storage/storageAccounts/sto2764\",\r\n \"identity\": {\r\n \"principalId\": \"e9a2517f-00f4-4b56-bb24-22875dac1cfd\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2764\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T07:43:59.8825067Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:06.9395784Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:32.3728489Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2764.blob.core.windows.net/\",\r\n \"file\": \"https://sto2764.file.core.windows.net/\",\r\n \"queue\": \"https://sto2764.queue.core.windows.net/\",\r\n \"table\": \"https://sto2764.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8297/providers/Microsoft.Storage/storageAccounts/sto3056\",\r\n \"identity\": {\r\n \"principalId\": \"f0894d88-5721-4384-8622-9976c611213d\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3056\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T03:48:33.4926786Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:06.9625946Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:32.6008614Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3056.blob.core.windows.net/\",\r\n \"file\": \"https://sto3056.file.core.windows.net/\",\r\n \"queue\": \"https://sto3056.queue.core.windows.net/\",\r\n \"table\": \"https://sto3056.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7320/providers/Microsoft.Storage/storageAccounts/sto3061\",\r\n \"identity\": {\r\n \"principalId\": \"60020e7a-77ac-4a82-a651-f24a4127b541\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3061\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T04:34:52.069389Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:42.1301241Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:32.9988893Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3061.blob.core.windows.net/\",\r\n \"file\": \"https://sto3061.file.core.windows.net/\",\r\n \"queue\": \"https://sto3061.queue.core.windows.net/\",\r\n \"table\": \"https://sto3061.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2990/providers/Microsoft.Storage/storageAccounts/sto330\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto330\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:30:39.8975896Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:39.9005901Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:39.9005901Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto330.blob.core.windows.net/\",\r\n \"file\": \"https://sto330.file.core.windows.net/\",\r\n \"queue\": \"https://sto330.queue.core.windows.net/\",\r\n \"table\": \"https://sto330.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6893/providers/Microsoft.Storage/storageAccounts/sto3442\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3442\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-16T09:59:35.8675362Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:59:35.8695486Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:59:35.8695486Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3442.blob.core.windows.net/\",\r\n \"file\": \"https://sto3442.file.core.windows.net/\",\r\n \"queue\": \"https://sto3442.queue.core.windows.net/\",\r\n \"table\": \"https://sto3442.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3657/providers/Microsoft.Storage/storageAccounts/sto3474\",\r\n \"identity\": {\r\n \"principalId\": \"4d7c47e6-3b06-4697-bb36-72858f634ead\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3474\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T04:46:04.9595711Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:07.3706203Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:32.9588885Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3474.blob.core.windows.net/\",\r\n \"file\": \"https://sto3474.file.core.windows.net/\",\r\n \"queue\": \"https://sto3474.queue.core.windows.net/\",\r\n \"table\": \"https://sto3474.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2640/providers/Microsoft.Storage/storageAccounts/sto3593\",\r\n \"identity\": {\r\n \"principalId\": \"df95b8f9-bb60-4826-b2c1-6c7dd9f113f1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3593\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-30T16:50:04.000453Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:07.3046139Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:33.7119407Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3593.blob.core.windows.net/\",\r\n \"file\": \"https://sto3593.file.core.windows.net/\",\r\n \"queue\": \"https://sto3593.queue.core.windows.net/\",\r\n \"table\": \"https://sto3593.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto3699\",\r\n \"identity\": {\r\n \"principalId\": \"356d057d-cba5-44dd-8a30-b2e547bc416b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3699\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T10:06:30.6093014Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:07.6356449Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:34.0829676Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3699.blob.core.windows.net/\",\r\n \"file\": \"https://sto3699.file.core.windows.net/\",\r\n \"queue\": \"https://sto3699.queue.core.windows.net/\",\r\n \"table\": \"https://sto3699.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res146/providers/Microsoft.Storage/storageAccounts/sto3758\",\r\n \"identity\": {\r\n \"principalId\": \"6f911142-fed9-4c20-bbeb-c38cb9c9390c\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3758\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T07:50:35.2096719Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:07.9246945Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:34.2409823Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3758.blob.core.windows.net/\",\r\n \"file\": \"https://sto3758.file.core.windows.net/\",\r\n \"queue\": \"https://sto3758.queue.core.windows.net/\",\r\n \"table\": \"https://sto3758.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1242/providers/Microsoft.Storage/storageAccounts/sto393\",\r\n \"identity\": {\r\n \"principalId\": \"82961471-55c3-471d-8a90-be9b2b5cdce2\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto393\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T09:45:30.7718539Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:08.0126831Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:34.3919886Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto393.blob.core.windows.net/\",\r\n \"file\": \"https://sto393.file.core.windows.net/\",\r\n \"queue\": \"https://sto393.queue.core.windows.net/\",\r\n \"table\": \"https://sto393.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6121/providers/Microsoft.Storage/storageAccounts/sto4475\",\r\n \"identity\": {\r\n \"principalId\": \"a692f3b8-80a3-47ff-abc2-552012155f7a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4475\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-16T08:04:12.5760709Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T08:04:12.5840719Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T08:04:12.5840719Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4475.blob.core.windows.net/\",\r\n \"file\": \"https://sto4475.file.core.windows.net/\",\r\n \"queue\": \"https://sto4475.queue.core.windows.net/\",\r\n \"table\": \"https://sto4475.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2854/providers/Microsoft.Storage/storageAccounts/sto4832\",\r\n \"identity\": {\r\n \"principalId\": \"dd8fc0b6-c8f3-46b6-b184-1bbd1714813b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4832\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T03:10:23.4144941Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:08.2947235Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:34.8800233Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4832.blob.core.windows.net/\",\r\n \"file\": \"https://sto4832.file.core.windows.net/\",\r\n \"queue\": \"https://sto4832.queue.core.windows.net/\",\r\n \"table\": \"https://sto4832.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7712/providers/Microsoft.Storage/storageAccounts/sto5169\",\r\n \"identity\": {\r\n \"principalId\": \"424357ae-94eb-40d8-b95d-6276a4631fa4\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto5169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-30T15:36:59.8942082Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:42.7411714Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:34.9340271Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5169.blob.core.windows.net/\",\r\n \"file\": \"https://sto5169.file.core.windows.net/\",\r\n \"queue\": \"https://sto5169.queue.core.windows.net/\",\r\n \"table\": \"https://sto5169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1317/providers/Microsoft.Storage/storageAccounts/sto5760\",\r\n \"identity\": {\r\n \"principalId\": \"621a6fb5-b591-4286-8cf7-07e98fd7605a\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto5760\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T03:18:00.4129729Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:08.9967937Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:35.564072Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5760.blob.core.windows.net/\",\r\n \"file\": \"https://sto5760.file.core.windows.net/\",\r\n \"queue\": \"https://sto5760.queue.core.windows.net/\",\r\n \"table\": \"https://sto5760.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4930/providers/Microsoft.Storage/storageAccounts/sto6053\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6053\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-16T09:25:28.9450356Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:25:28.9470365Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-16T09:25:28.9470365Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6053.blob.core.windows.net/\",\r\n \"file\": \"https://sto6053.file.core.windows.net/\",\r\n \"queue\": \"https://sto6053.queue.core.windows.net/\",\r\n \"table\": \"https://sto6053.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6583/providers/Microsoft.Storage/storageAccounts/sto6392\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6392\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:31:28.0533655Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:31:28.0553655Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:31:28.0553655Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6392.blob.core.windows.net/\",\r\n \"file\": \"https://sto6392.file.core.windows.net/\",\r\n \"queue\": \"https://sto6392.queue.core.windows.net/\",\r\n \"table\": \"https://sto6392.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4146/providers/Microsoft.Storage/storageAccounts/sto6416\",\r\n \"identity\": {\r\n \"principalId\": \"74d3d305-e248-4e1b-861e-9eaa4797fe4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6416\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T15:59:35.211747Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:09.4698254Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:36.278124Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6416.blob.core.windows.net/\",\r\n \"file\": \"https://sto6416.file.core.windows.net/\",\r\n \"queue\": \"https://sto6416.queue.core.windows.net/\",\r\n \"table\": \"https://sto6416.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto6637\",\r\n \"identity\": {\r\n \"principalId\": \"911871cc-ffd1-4fc4-ac11-7a316433ea66\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6637\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T10:09:39.5625175Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:42.5891543Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:36.9471724Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6637.blob.core.windows.net/\",\r\n \"file\": \"https://sto6637.file.core.windows.net/\",\r\n \"queue\": \"https://sto6637.queue.core.windows.net/\",\r\n \"table\": \"https://sto6637.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4063/providers/Microsoft.Storage/storageAccounts/sto6814\",\r\n \"identity\": {\r\n \"principalId\": \"d1c155b9-c90f-4715-952d-67d220267450\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto6814\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T07:42:01.5213265Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:43.0632009Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:36.670151Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6814.blob.core.windows.net/\",\r\n \"file\": \"https://sto6814.file.core.windows.net/\",\r\n \"queue\": \"https://sto6814.queue.core.windows.net/\",\r\n \"table\": \"https://sto6814.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7542/providers/Microsoft.Storage/storageAccounts/sto7466\",\r\n \"identity\": {\r\n \"principalId\": \"731ce13a-da8b-4fc6-a6e8-a3b36ce487b1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7466\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T03:26:11.4298464Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:09.8438923Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:37.3101976Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7466.blob.core.windows.net/\",\r\n \"file\": \"https://sto7466.file.core.windows.net/\",\r\n \"queue\": \"https://sto7466.queue.core.windows.net/\",\r\n \"table\": \"https://sto7466.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9816/providers/Microsoft.Storage/storageAccounts/sto7832\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7832\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T02:48:39.8125219Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:43.2912417Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:37.3381985Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7832.blob.core.windows.net/\",\r\n \"file\": \"https://sto7832.file.core.windows.net/\",\r\n \"queue\": \"https://sto7832.queue.core.windows.net/\",\r\n \"table\": \"https://sto7832.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5048/providers/Microsoft.Storage/storageAccounts/sto8345\",\r\n \"identity\": {\r\n \"principalId\": \"83ff0df9-7813-4bd6-9430-e2dc7f964a05\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8345\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T09:07:42.3027313Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:43.7332664Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:37.9652431Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8345.blob.core.windows.net/\",\r\n \"file\": \"https://sto8345.file.core.windows.net/\",\r\n \"queue\": \"https://sto8345.queue.core.windows.net/\",\r\n \"table\": \"https://sto8345.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1153/providers/Microsoft.Storage/storageAccounts/sto8755\",\r\n \"identity\": {\r\n \"principalId\": \"3e9e2e24-27ac-4db1-aba3-ab15edf5c399\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8755\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T15:33:34.5655539Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:44.0613256Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:38.6432937Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8755.blob.core.windows.net/\",\r\n \"file\": \"https://sto8755.file.core.windows.net/\",\r\n \"queue\": \"https://sto8755.queue.core.windows.net/\",\r\n \"table\": \"https://sto8755.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3455/providers/Microsoft.Storage/storageAccounts/sto8818\",\r\n \"identity\": {\r\n \"principalId\": \"eafdef1e-74ec-47af-9b32-ca6c760067a5\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8818\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T04:53:53.65351Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:10.3149196Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:39.1973334Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8818.blob.core.windows.net/\",\r\n \"file\": \"https://sto8818.file.core.windows.net/\",\r\n \"queue\": \"https://sto8818.queue.core.windows.net/\",\r\n \"table\": \"https://sto8818.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5211/providers/Microsoft.Storage/storageAccounts/sto8964\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8964\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T02:24:17.4056988Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T02:24:17.4076988Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T02:24:17.4076988Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8964.blob.core.windows.net/\",\r\n \"file\": \"https://sto8964.file.core.windows.net/\",\r\n \"queue\": \"https://sto8964.queue.core.windows.net/\",\r\n \"table\": \"https://sto8964.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto9174\",\r\n \"identity\": {\r\n \"principalId\": \"933e3ddf-1802-4a51-9469-18a33b576f88\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9174\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T09:46:19.6556989Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:44.2483159Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:39.4663504Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9174.blob.core.windows.net/\",\r\n \"file\": \"https://sto9174.file.core.windows.net/\",\r\n \"queue\": \"https://sto9174.queue.core.windows.net/\",\r\n \"table\": \"https://sto9174.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2218/providers/Microsoft.Storage/storageAccounts/sto9413\",\r\n \"identity\": {\r\n \"principalId\": \"1470d029-3e90-4b34-90da-70a6adc3e6bc\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9413\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T03:21:48.2923972Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:21:44.4163345Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:39.8423772Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9413.blob.core.windows.net/\",\r\n \"file\": \"https://sto9413.file.core.windows.net/\",\r\n \"queue\": \"https://sto9413.queue.core.windows.net/\",\r\n \"table\": \"https://sto9413.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/sto943\",\r\n \"identity\": {\r\n \"principalId\": \"0dc30970-2e46-4ead-8811-cd88250ad016\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto943\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T09:58:03.0774623Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"testkey3\",\r\n \"keyvaulturi\": \"https://testkeyvaultcmk3.vault.azure.net/\",\r\n \"keyversion\": \"dccda185f55f4c34bcd2b86cc1bfff78\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-24T09:58:36.6110136Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-24T09:58:36.6110136Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto943.blob.core.windows.net/\",\r\n \"file\": \"https://sto943.file.core.windows.net/\",\r\n \"queue\": \"https://sto943.queue.core.windows.net/\",\r\n \"table\": \"https://sto943.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5304/providers/Microsoft.Storage/storageAccounts/sto9532\",\r\n \"identity\": {\r\n \"principalId\": \"a463dd9f-c0b4-44f2-b00b-2cb5715c8060\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9532\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T08:33:12.2310974Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:11.3200302Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:09:40.3494139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9532.blob.core.windows.net/\",\r\n \"file\": \"https://sto9532.file.core.windows.net/\",\r\n \"queue\": \"https://sto9532.queue.core.windows.net/\",\r\n \"table\": \"https://sto9532.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiacl3\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weiacl3\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-19T09:49:25.4010947Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:07:46.0956194Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:37.952853Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl3.blob.core.windows.net/\",\r\n \"file\": \"https://weiacl3.file.core.windows.net/\",\r\n \"queue\": \"https://weiacl3.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl3.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiaclse\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weiaclse\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-14T10:31:06.2570784Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T07:43:38.0734379Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:38.7629201Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"defaultAction\": \"Deny\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"63.0.66.176/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"57.1.157.210/22\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"91.2.221.149/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"87.3.114.168/29\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"37.4.105.241/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"29.5.98.46/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"96.6.245.35/20\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"79.7.4.73/15\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"59.8.83.149/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"34.9.129.212/5\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"92.10.170.218/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"96.11.182.8/26\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"60.12.33.132/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"91.13.24.126/7\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"17.14.249.110/17\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"53.15.37.242/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"62.16.26.56/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"86.17.245.182/24\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"61.18.204.86/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"57.19.139.188/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"92.20.66.31/19\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.21.161.145/14\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"84.22.96.158/9\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"17.23.69.170/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"74.24.244.14/26\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.25.123.5/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"47.26.184.20/4\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"77.27.241.173/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"32.28.45.161/7\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"12.29.76.103/28\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"57.30.194.183/15\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"41.31.109.183/9\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"22.32.142.212/17\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.33.219.194/14\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"32.34.135.62/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"59.35.115.178/26\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"72.36.22.12/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"67.37.113.194/13\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"59.38.27.88/22\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"78.39.136.64/29\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"11.40.195.250/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"21.41.29.11/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"47.42.47.250/15\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"15.43.161.100/3\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"16.44.212.200/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"44.45.209.171/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"80.46.106.4/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"56.47.8.174/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"35.48.65.196/23\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"52.49.128.196/18\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"15.50.170.124/14\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"51.51.68.92/27\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"73.52.67.171/28\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"76.53.252.154/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"19.54.75.103/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"19.55.166.220/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"54.56.71.55/24\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"87.57.153.157/17\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"16.58.51.54/21\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"40.59.54.59/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"15.60.25.172/8\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"42.61.190.244/9\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"68.62.149.176/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"19.63.18.125/12\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"81.64.27.244/6\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"15.65.143.15/4\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"67.66.27.222/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"79.67.227.216/26\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"16.68.223.165/1\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"96.69.156.7/22\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"39.70.235.39/9\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet1\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet2\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet3\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet4\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet5\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet6\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet7\",\r\n \"state\": \"Succeeded\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Network/virtualNetworks/vnettry1/subnets/subnet8\",\r\n \"state\": \"Succeeded\"\r\n }\r\n ]\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiaclse.blob.core.windows.net/\",\r\n \"file\": \"https://weiaclse.file.core.windows.net/\",\r\n \"queue\": \"https://weiaclse.queue.core.windows.net/\",\r\n \"table\": \"https://weiaclse.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiaclt\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weiaclt\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-18T08:52:20.3522134Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-18T08:52:20.3542444Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-09-18T08:52:20.3542444Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiaclt.blob.core.windows.net/\",\r\n \"file\": \"https://weiaclt.file.core.windows.net/\",\r\n \"queue\": \"https://weiaclt.queue.core.windows.net/\",\r\n \"table\": \"https://weiaclt.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk4\",\r\n \"identity\": {\r\n \"principalId\": \"d8d77cf6-7ab9-4c92-b44a-58aa2e266c86\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk4\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-22T07:12:04.5461677Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"weikey4\",\r\n \"keyvaulturi\": \"https://weikeyvaultcmk4.vault.azure.net/\",\r\n \"keyversion\": \"e76488bb22b148318fdb41c60863db66\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T08:34:37.8769649Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T08:34:44.6300959Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk4.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk4.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk4.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk4.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk5\",\r\n \"identity\": {\r\n \"principalId\": \"a53b1394-e72a-4f15-84a3-e6fc5f11300d\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk5\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-27T08:57:49.9531321Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"weikey5\",\r\n \"keyvaulturi\": \"https://weikeyvaultcmk5.vault.azure.net/\",\r\n \"keyversion\": \"01b4d7d2d0e94b2083413e310481400a\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-27T09:03:16.2233853Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:39.0219409Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk5.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk5.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk5.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk5.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk6\",\r\n \"identity\": {\r\n \"principalId\": \"d81ea1af-b0e3-4adb-87d9-addfc5ee04e9\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk6\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-03T23:31:31.4642671Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:24:59.8929412Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:40.3480529Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk6.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk6.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk6.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk6.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/weicmk4/providers/Microsoft.Storage/storageAccounts/weicmk7\",\r\n \"identity\": {\r\n \"principalId\": \"9d3055f0-bc00-4c9b-87da-28164586ee43\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk7\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-03T23:32:37.6107017Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:25:00.149967Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:39.8230099Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk7.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk7.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk7.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk7.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/weitestacl2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weitestacl2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-22T02:37:43.4478438Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-02-22T02:37:43.4478438Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-02-22T02:37:43.4478438Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl2.blob.core.windows.net/\",\r\n \"file\": \"https://weitestacl2.file.core.windows.net/\",\r\n \"queue\": \"https://weitestacl2.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/crptestps1366/providers/Microsoft.Storage/storageAccounts/stocrptestps1366\",\r\n \"name\": \"stocrptestps1366\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.4978999Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-19T09:01:37.8317779Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1366.blob.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps1366.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps1366.table.core.windows.net/\",\r\n \"file\": \"https://stocrptestps1366.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"f5f7914c-478d-47b4-81e4-a2779c474f46\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmk\",\r\n \"name\": \"weicmk\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.5135315Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-12T03:40:33.4891063Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmk.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk.table.core.windows.net/\",\r\n \"file\": \"https://weicmk.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"bac19261-599b-48a8-99ff-5ce4da92227f\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitestp/providers/Microsoft.Storage/storageAccounts/weicmkstagep\",\r\n \"name\": \"weicmkstagep\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.529155Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-27T02:26:11.4347553Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmkstagep.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmkstagep.queue.core.windows.net/\",\r\n \"table\": \"https://weicmkstagep.table.core.windows.net/\",\r\n \"file\": \"https://weicmkstagep.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistgdiag677\",\r\n \"name\": \"xiaonlistgdiag677\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.529155Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-14T08:22:13.8783322Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistgdiag677.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistgdiag677.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistgdiag677.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlistgdiag677.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiblobstorage2\",\r\n \"name\": \"weiblobstorage2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-28T08:19:36.1551075Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-28T08:19:36.1551075Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-28T08:19:36.0770045Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiblobstorage2.blob.core.windows.net/\",\r\n \"table\": \"https://weiblobstorage2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitestacl1\",\r\n \"name\": \"weitestacl1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T06:10:50.7873237Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl1.blob.core.windows.net/\",\r\n \"queue\": \"https://weitestacl1.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl1.table.core.windows.net/\",\r\n \"file\": \"https://weitestacl1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"49480c08-a825-4b68-8af9-c97b1037fefa\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmk1\",\r\n \"name\": \"weicmk1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:55.5138694Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-26T03:00:03.3411692Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk1.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmk1.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk1.table.core.windows.net/\",\r\n \"file\": \"https://weicmk1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitestacl\",\r\n \"name\": \"weitestacl\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-02-27T02:10:08.1461012Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl.blob.core.windows.net/\",\r\n \"queue\": \"https://weitestacl.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl.table.core.windows.net/\",\r\n \"file\": \"https://weitestacl.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitesttemp\",\r\n \"name\": \"weitesttemp\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:56.7350574Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-16T07:38:09.1500411Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitesttemp.blob.core.windows.net/\",\r\n \"queue\": \"https://weitesttemp.queue.core.windows.net/\",\r\n \"table\": \"https://weitesttemp.table.core.windows.net/\",\r\n \"file\": \"https://weitesttemp.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiatest/providers/Microsoft.Storage/storageAccounts/xplat102\",\r\n \"name\": \"xplat102\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-14T10:35:58.9086868Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-14T10:35:58.9086868Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-09T02:40:55.6250337Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplat102.blob.core.windows.net/\",\r\n \"queue\": \"https://xplat102.queue.core.windows.net/\",\r\n \"table\": \"https://xplat102.table.core.windows.net/\",\r\n \"file\": \"https://xplat102.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagete1\",\r\n \"name\": \"weistagete1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.5054588Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.5054588Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T02:12:41.665605Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagete1.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagete1.queue.core.windows.net/\",\r\n \"table\": \"https://weistagete1.table.core.windows.net/\",\r\n \"file\": \"https://weistagete1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagete2\",\r\n \"name\": \"weistagete2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.817944Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.817944Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T02:17:45.3006755Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagete2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagete2.queue.core.windows.net/\",\r\n \"table\": \"https://weistagete2.table.core.windows.net/\",\r\n \"file\": \"https://weistagete2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm06\",\r\n \"name\": \"dmtestxplattestarm06\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:05.8179823Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T20:40:54.9098077Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm06.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm06.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm06.table.core.windows.net/\",\r\n \"file\": \"https://dmtestxplattestarm06.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm06-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm06-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm06-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm05\",\r\n \"name\": \"dmtestxplattestarm05\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:05.3017126Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T20:45:37.5124247Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm05.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm05.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm05.table.core.windows.net/\",\r\n \"file\": \"https://dmtestxplattestarm05.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm05-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm05-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm05-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonstg1\",\r\n \"name\": \"hasonstg1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.1461055Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-15T02:46:23.8391083Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonstg1.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg1.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg1.table.core.windows.net/\",\r\n \"file\": \"https://hasonstg1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonstg1-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg1-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg1-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xplattestgvmcreate680/providers/Microsoft.Storage/storageAccounts/xplatteststorage16712\",\r\n \"name\": \"xplatteststorage16712\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.1911038Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.1911038Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-22T03:44:03.0273604Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage16712.blob.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage16712.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage16712.table.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage16712.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm03\",\r\n \"name\": \"dmtestpshtestarm03\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2585367Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2585367Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-19T14:09:59.2038888Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm03.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm03.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm03.table.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm03.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japaneast\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"japanwest\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm03-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm03-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm03-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm04\",\r\n \"name\": \"dmtestpshtestarm04\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2898498Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2898498Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-19T14:10:38.8790472Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm04.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm04.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm04.table.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm04.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japaneast\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"japanwest\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm04-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm04-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm04-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl9\",\r\n \"name\": \"weiacl9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T22:28:45.6382258Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T22:28:45.6382258Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-20T09:40:32.4250829Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl9.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl9.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl9.table.core.windows.net/\",\r\n \"file\": \"https://weiacl9.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westcentralus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414/providers/Microsoft.Storage/storageAccounts/sto7089\",\r\n \"name\": \"sto7089\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:32.1202193Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7089.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7089.queue.core.windows.net/\",\r\n \"table\": \"https://sto7089.table.core.windows.net/\",\r\n \"file\": \"https://sto7089.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer003\",\r\n \"name\": \"yaxiaer003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.46721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T03:13:02.0492049Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer003.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer003.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry1\",\r\n \"name\": \"weistoragetry1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:18:39.1784485Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:18:39.1784485Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:18:39.1003209Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry1.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry1.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry1.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmkstage\",\r\n \"name\": \"weicmkstage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-26T03:04:33.3138092Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmkstage.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmkstage.queue.core.windows.net/\",\r\n \"table\": \"https://weicmkstage.table.core.windows.net/\",\r\n \"file\": \"https://weicmkstage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm03\",\r\n \"name\": \"dmtestazarm03\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2640936Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-31T08:14:39.3500563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm03.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm03.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm03.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm03.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm03-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm03-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm03-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm02\",\r\n \"name\": \"dmtestazarm02\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2640936Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-28T08:19:16.9944132Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm02.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm02.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm02.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm02.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm02-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm02-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm02-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm01\",\r\n \"name\": \"dmtestazarm01\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2640936Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-28T08:18:06.4447141Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm01.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm01.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm01.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm01.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm01-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm01-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm01-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm06\",\r\n \"name\": \"dmtestazarm06\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2797246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-11-01T23:15:19.0219865Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm06.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm06.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm06.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm06.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm06-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm06-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm06-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm05\",\r\n \"name\": \"dmtestazarm05\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2797246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-11-01T08:43:33.8647401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm05.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm05.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm05.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm05.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm05-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm05-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm05-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm04\",\r\n \"name\": \"dmtestazarm04\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2797246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-31T08:15:34.0289162Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm04.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm04.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm04.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm04.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm04-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm04-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm04-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest10s\",\r\n \"name\": \"browserifytest10s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:32:17.0791266Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest10s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest10s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest10s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest10s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest10s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest10s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest10s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer006\",\r\n \"name\": \"yaxiaer006\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4984505Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-20T03:09:08.2543678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer006.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer006.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer006.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer006.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/acltester\",\r\n \"name\": \"acltester\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"20.1.1.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"28.0.0.0/19\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"129.0.2.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1547594Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-11T09:33:51.6007786Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://acltester.blob.core.windows.net/\",\r\n \"queue\": \"https://acltester.queue.core.windows.net/\",\r\n \"table\": \"https://acltester.table.core.windows.net/\",\r\n \"file\": \"https://acltester.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest\",\r\n \"name\": \"weistagetest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"28.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4047141Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-22T02:00:52.5144153Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetestnew\",\r\n \"name\": \"weistagetestnew\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-03T02:36:15.6859342Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetestnew.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetestnew.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetestnew.table.core.windows.net/\",\r\n \"file\": \"https://weistagetestnew.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462/providers/Microsoft.Storage/storageAccounts/sto5936\",\r\n \"name\": \"sto5936\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:52.2248075Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5936.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5936.queue.core.windows.net/\",\r\n \"table\": \"https://sto5936.table.core.windows.net/\",\r\n \"file\": \"https://sto5936.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/jasonrg/providers/Microsoft.Storage/storageAccounts/jasoneu2stage\",\r\n \"name\": \"jasoneu2stage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3109763Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-22T13:42:03.9196306Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneu2stage.blob.core.windows.net/\",\r\n \"queue\": \"https://jasoneu2stage.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneu2stage.table.core.windows.net/\",\r\n \"file\": \"https://jasoneu2stage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weizrsv2try2\",\r\n \"name\": \"weizrsv2try2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:39:25.2150559Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:39:25.2150559Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:39:25.1994378Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weizrsv2try2.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8216/providers/Microsoft.Storage/storageAccounts/sto3327\",\r\n \"name\": \"sto3327\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:07:05.5801309Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:07:05.5801309Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T18:07:05.5645559Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3327.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3327.queue.core.windows.net/\",\r\n \"table\": \"https://sto3327.table.core.windows.net/\",\r\n \"file\": \"https://sto3327.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5427/providers/Microsoft.Storage/storageAccounts/sto7439\",\r\n \"name\": \"sto7439\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T06:48:50.9781049Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T06:48:50.9781049Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T06:48:50.9625101Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7439.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7439.queue.core.windows.net/\",\r\n \"table\": \"https://sto7439.table.core.windows.net/\",\r\n \"file\": \"https://sto7439.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8077/providers/Microsoft.Storage/storageAccounts/sto268\",\r\n \"name\": \"sto268\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:51:33.2708032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:51:33.2708032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T17:51:33.2551901Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto268.blob.core.windows.net/\",\r\n \"queue\": \"https://sto268.queue.core.windows.net/\",\r\n \"table\": \"https://sto268.table.core.windows.net/\",\r\n \"file\": \"https://sto268.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry2\",\r\n \"name\": \"weistoragetry2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:20:26.9058609Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:20:26.9058609Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:20:26.8902791Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry2.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry2.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiastaging\",\r\n \"name\": \"yaxiastaging\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4984505Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-03T02:47:28.3421792Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiastaging.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiastaging.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiastaging.table.core.windows.net/\",\r\n \"file\": \"https://yaxiastaging.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest4\",\r\n \"name\": \"weistagetest4\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-25T10:41:26.4793544Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest4.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest4.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest4.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest4.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest3\",\r\n \"name\": \"weistagetest3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-25T09:51:52.9163213Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest3.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest3.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest3.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonstg2\",\r\n \"name\": \"hasonstg2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2953243Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-15T06:52:39.0339532Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonstg2.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg2.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg2.table.core.windows.net/\",\r\n \"file\": \"https://hasonstg2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonstg2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg2-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest2\",\r\n \"name\": \"weistagetest2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"28.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"25.8.9.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-23T10:11:15.5125373Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest2.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest2.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistage\",\r\n \"name\": \"xiaonlistage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4359506Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-24T03:00:13.6204133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistage.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistage.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistage.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlistage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistage-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer001\",\r\n \"name\": \"yaxiaer001\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"t1\": \"b\",\r\n \"t2\": \"c\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-17T09:01:34.3477097Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer001.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer001.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer001.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer001.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer001-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer001-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer001-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistageblob2\",\r\n \"name\": \"xiaonlistageblob2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-26T08:11:43.4127439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob2.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlius2stage\",\r\n \"name\": \"xiaonlius2stage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-20T16:18:53.011753Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlius2stage.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlius2stage.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlius2stage.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlius2stage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest8s\",\r\n \"name\": \"browserifytest8s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1703464Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:39:02.686058Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest8s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest8s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest8s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest8s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest8s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest8s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest8s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest9s\",\r\n \"name\": \"browserifytest9s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:23:17.5365493Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest9s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest9s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest9s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest9s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest9s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest9s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest9s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimu\",\r\n \"name\": \"weiimu\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-06T11:00:58.05805Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-06T11:00:58.05805Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-06T11:00:58.0112091Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimu.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimu.queue.core.windows.net/\",\r\n \"table\": \"https://weiimu.table.core.windows.net/\",\r\n \"file\": \"https://weiimu.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiv2try3\",\r\n \"name\": \"weiv2try3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:52:44.5648964Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:52:44.5648964Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:52:44.5492965Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiv2try3.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest6s\",\r\n \"name\": \"browserifytest6s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1703464Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:37:18.6964406Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest6s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest6s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest6s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest6s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest6s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest6s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest6s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest7s\",\r\n \"name\": \"browserifytest7s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1703464Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:38:33.7895555Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest7s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest7s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest7s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest7s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest7s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest7s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest7s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistageblob\",\r\n \"name\": \"xiaonlistageblob\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-26T07:48:44.4848874Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer004\",\r\n \"name\": \"yaxiaer004\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.46721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T04:37:30.930788Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer004.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer004.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer004.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer004.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonxplateastus2stg\",\r\n \"name\": \"hasonxplateastus2stg\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2953243Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-06T01:56:35.4258163Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonxplateastus2stg.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonxplateastus2stg.queue.core.windows.net/\",\r\n \"table\": \"https://hasonxplateastus2stg.table.core.windows.net/\",\r\n \"file\": \"https://hasonxplateastus2stg.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonxplateastus2stg-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonxplateastus2stg-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonxplateastus2stg-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weistagelarge\",\r\n \"name\": \"weistagelarge\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4047141Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-23T07:23:28.3868333Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagelarge.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagelarge.queue.core.windows.net/\",\r\n \"table\": \"https://weistagelarge.table.core.windows.net/\",\r\n \"file\": \"https://weistagelarge.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer002\",\r\n \"name\": \"yaxiaer002\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.46721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T03:04:41.3655107Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer002.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer002.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer002.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer002.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest11s\",\r\n \"name\": \"browserifytest11s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:51:54.0440895Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest11s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest11s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest11s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest11s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest11s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest11s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest11s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl8\",\r\n \"name\": \"weiacl8\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-22T02:39:33.7475413Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl8.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl8.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl8.table.core.windows.net/\",\r\n \"file\": \"https://weiacl8.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimmu1\",\r\n \"name\": \"weiimmu1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-15T08:33:22.1603291Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-15T08:33:22.1603291Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-15T08:33:22.097813Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimmu1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimmu1.queue.core.windows.net/\",\r\n \"table\": \"https://weiimmu1.table.core.windows.net/\",\r\n \"file\": \"https://weiimmu1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4383/providers/Microsoft.Storage/storageAccounts/sto1930\",\r\n \"name\": \"sto1930\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:08:04.3245107Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:08:04.3245107Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T18:08:04.3067336Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1930.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1930.queue.core.windows.net/\",\r\n \"table\": \"https://sto1930.table.core.windows.net/\",\r\n \"file\": \"https://sto1930.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3044/providers/Microsoft.Storage/storageAccounts/sto3007\",\r\n \"name\": \"sto3007\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:56:13.3702499Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:56:13.3702499Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T17:56:13.3546257Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3007.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3007.queue.core.windows.net/\",\r\n \"table\": \"https://sto3007.table.core.windows.net/\",\r\n \"file\": \"https://sto3007.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl1\",\r\n \"name\": \"weiacl1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3734681Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-06-05T09:01:23.8475485Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl1.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl1.table.core.windows.net/\",\r\n \"file\": \"https://weiacl1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer007\",\r\n \"name\": \"yaxiaer007\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4984505Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-20T03:17:45.6379705Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer007.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl4\",\r\n \"name\": \"weiacl4\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T16:37:37.2175052Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl4.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl4.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl4.table.core.windows.net/\",\r\n \"file\": \"https://weiacl4.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weiencrypt1\",\r\n \"name\": \"weiencrypt1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4047141Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-21T08:55:29.9834228Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiencrypt1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiencrypt1.queue.core.windows.net/\",\r\n \"table\": \"https://weiencrypt1.table.core.windows.net/\",\r\n \"file\": \"https://weiencrypt1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl5\",\r\n \"name\": \"weiacl5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-17T08:32:17.4354839Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl5.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl5.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl5.table.core.windows.net/\",\r\n \"file\": \"https://weiacl5.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl6\",\r\n \"name\": \"weiacl6\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-10T02:40:39.5664796Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl6.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl6.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl6.table.core.windows.net/\",\r\n \"file\": \"https://weiacl6.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl7\",\r\n \"name\": \"weiacl7\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"10.1.1.0/4\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"28.0.0.0/19\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"129.0.2.0/5\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-22T02:22:28.6382872Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl7.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl7.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl7.table.core.windows.net/\",\r\n \"file\": \"https://weiacl7.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitestacl3\",\r\n \"name\": \"weitestacl3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T07:43:37.1567961Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl3.blob.core.windows.net/\",\r\n \"queue\": \"https://weitestacl3.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl3.table.core.windows.net/\",\r\n \"file\": \"https://weitestacl3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer005\",\r\n \"name\": \"yaxiaer005\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4828259Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T06:29:57.3019877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer005.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer005.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer005-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer005-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/jasonrg/providers/Microsoft.Storage/storageAccounts/jasoneu2euap\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"jasoneu2euap\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-22T13:54:05.044626Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T00:23:09.0638349Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T12:40:04.321896Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneu2euap.blob.core.windows.net/\",\r\n \"file\": \"https://jasoneu2euap.file.core.windows.net/\",\r\n \"queue\": \"https://jasoneu2euap.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneu2euap.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/testcmk3\",\r\n \"identity\": {\r\n \"principalId\": \"22993634-7e5d-4a1b-bf23-cf8893c50931\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"testcmk3\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:47:21.7416Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:14.1162798Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:35:28.6851031Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testcmk3.blob.core.windows.net/\",\r\n \"file\": \"https://testcmk3.file.core.windows.net/\",\r\n \"queue\": \"https://testcmk3.queue.core.windows.net/\",\r\n \"table\": \"https://testcmk3.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weiacl2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-07T09:32:10.5444215Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:24:59.3738934Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:36.8377602Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"20.10.0.0/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"20.11.0.0/16\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl2.blob.core.windows.net/\",\r\n \"file\": \"https://weiacl2.file.core.windows.net/\",\r\n \"queue\": \"https://weiacl2.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmk2\",\r\n \"identity\": {\r\n \"principalId\": \"bcbfc3b8-b096-4108-9a22-6c6e1b49bff0\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-19T03:00:28.512661Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:07:46.315647Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:39.4949823Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk2.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk2.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk2.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weicmk3/providers/Microsoft.Storage/storageAccounts/weicmk3\",\r\n \"identity\": {\r\n \"principalId\": \"7d978bac-4f45-4aae-9961-ac16d281e018\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk3\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-05-19T08:36:09.3855694Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"weikey3\",\r\n \"keyvaulturi\": \"https://weikeyvaultcmk3.vault.azure.net/\",\r\n \"keyversion\": \"23f86448623f4f5fa642cd431096529f\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-22T03:01:25.8872979Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-22T02:58:40.6718333Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk3.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk3.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk3.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk3.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -511,7 +401,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:32:13 GMT" + "Tue, 02 Jan 2018 07:42:09 GMT" ], "Pragma": [ "no-cache" @@ -520,29 +410,28 @@ "Accept-Encoding" ], "x-ms-original-request-ids": [ - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6", - "acc788b1-e111-4dea-ae13-37d8331e2414", - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6" + "3096baa5-7a60-4083-9bce-f85c097726c2", + "d69be3fb-defb-499a-b5c5-2e3dd00417cf", + "7445cef2-6da9-4b0b-9b25-7dd23ee4c5a1", + "d45f6959-d2d6-4232-b457-b8e92edeb63d", + "27f45127-d845-4da1-b77f-5b9d9cb9938b", + "37772892-d76d-4ca6-b7a1-758b459fce3d", + "05d49d8f-a8a5-40e6-ab47-de58d660a443", + "1679e473-243c-4fd0-882f-b58280334509", + "27698246-fe67-4d8e-91b3-a0fa73bc2073", + "c3352564-14f0-4057-b0fb-31270db4b73b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14900" + "14949" ], "x-ms-request-id": [ - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6" + "c3352564-14f0-4057-b0fb-31270db4b73b" ], "x-ms-correlation-request-id": [ - "59f5b232-5009-45c7-9e1e-e0fbe2d73fe6" + "c3352564-14f0-4057-b0fb-31270db4b73b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033214Z:59f5b232-5009-45c7-9e1e-e0fbe2d73fe6" + "EASTASIA:20180102T074210Z:c3352564-14f0-4057-b0fb-31270db4b73b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -553,15 +442,15 @@ ], "Names": { "CreateResourceGroup": [ - "res2990", - "res6583" + "res6414", + "res3462" ], "CreateStorageAccount": [ - "sto330", - "sto6392" + "sto7089", + "sto5936" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json index f3788c970142..a01e34b1cb70 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res9057?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczkwNTc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9615?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk2MTU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "d5821699-689c-4a99-a5b3-f4aa82c99fa1" + "8892b955-3634-4fc4-9b5f-59d971a3952b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9057\",\r\n \"name\": \"res9057\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615\",\r\n \"name\": \"res9615\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:50:37 GMT" + "Tue, 02 Jan 2018 07:44:31 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1178" ], "x-ms-request-id": [ - "ca061ecf-7859-4e66-a399-18fbf0f98e63" + "5b608d65-9df2-4e52-aa77-a58256c9335c" ], "x-ms-correlation-request-id": [ - "ca061ecf-7859-4e66-a399-18fbf0f98e63" + "5b608d65-9df2-4e52-aa77-a58256c9335c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035038Z:ca061ecf-7859-4e66-a399-18fbf0f98e63" + "EASTASIA:20180102T074431Z:5b608d65-9df2-4e52-aa77-a58256c9335c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -62,26 +62,26 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9057/providers/Microsoft.Storage/storageAccounts/sto8622?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczkwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NjIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts/sto8379?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84Mzc5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "404" + "407" ], "x-ms-client-request-id": [ - "3ad953a3-f48f-44e2-8a9f-03629f891c48" + "1e38f6e0-d5bd-4574-8917-7163b929d06d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, "ResponseBody": "", @@ -89,6 +89,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "application/json" + ], "Expires": [ "-1" ], @@ -96,107 +99,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:50:50 GMT" + "Tue, 02 Jan 2018 07:44:33 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df694eec-81cc-457e-88d3-e1c653f30518?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d6c7c780-71c6-4057-a358-7125349b75ab?monitor=true&api-version=2017-10-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3783d6ac-1b99-4ca3-926c-d3adbbd8a05b" - ], - "x-ms-correlation-request-id": [ - "3783d6ac-1b99-4ca3-926c-d3adbbd8a05b" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035051Z:3783d6ac-1b99-4ca3-926c-d3adbbd8a05b" + "d6c7c780-71c6-4057-a358-7125349b75ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df694eec-81cc-457e-88d3-e1c653f30518?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2RmNjk0ZWVjLTgxY2MtNDU3ZS04OGQzLWUxYzY1M2YzMDUxOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:51:08 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df694eec-81cc-457e-88d3-e1c653f30518?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14793" - ], - "x-ms-request-id": [ - "c25952a7-2ef4-4dff-90f4-06ca3f7f09e9" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1177" ], "x-ms-correlation-request-id": [ - "c25952a7-2ef4-4dff-90f4-06ca3f7f09e9" + "ac914081-d8da-41e1-88dd-f426e987f4ff" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035108Z:c25952a7-2ef4-4dff-90f4-06ca3f7f09e9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074434Z:ac914081-d8da-41e1-88dd-f426e987f4ff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df694eec-81cc-457e-88d3-e1c653f30518?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2RmNjk0ZWVjLTgxY2MtNDU3ZS04OGQzLWUxYzY1M2YzMDUxOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d6c7c780-71c6-4057-a358-7125349b75ab?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2Q2YzdjNzgwLTcxYzYtNDA1Ny1hMzU4LTcxMjUzNDliNzVhYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9057/providers/Microsoft.Storage/storageAccounts/sto8622\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8622\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:50:41.3403234Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:50:41.342322Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:50:41.342322Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8622.blob.core.windows.net/\",\r\n \"file\": \"https://sto8622.file.core.windows.net/\",\r\n \"queue\": \"https://sto8622.queue.core.windows.net/\",\r\n \"table\": \"https://sto8622.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts/sto8379\",\r\n \"name\": \"sto8379\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:44:34.6490546Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8379.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8379.queue.core.windows.net/\",\r\n \"table\": \"https://sto8379.table.core.windows.net/\",\r\n \"file\": \"https://sto8379.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +154,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:51:25 GMT" + "Tue, 02 Jan 2018 07:44:50 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +163,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c8a1574d-0982-48b2-b427-0e5d114477e3" + "2ffe4505-4a5f-491c-9e16-8dd8d68018c1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14792" + "14940" ], "x-ms-correlation-request-id": [ - "c8a1574d-0982-48b2-b427-0e5d114477e3" + "686ab425-e20b-4ad4-b5d8-2ba111a0c4c9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035125Z:c8a1574d-0982-48b2-b427-0e5d114477e3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074451Z:686ab425-e20b-4ad4-b5d8-2ba111a0c4c9" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9057/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczkwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "95b699d6-45b6-4523-b5ae-dc4d24b3f812" + "f7bd477a-e22e-4872-8193-08391bab8a84" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9057/providers/Microsoft.Storage/storageAccounts/sto8622\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8622\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:50:41.3403234Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:50:41.342322Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:50:41.342322Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8622.blob.core.windows.net/\",\r\n \"file\": \"https://sto8622.file.core.windows.net/\",\r\n \"queue\": \"https://sto8622.queue.core.windows.net/\",\r\n \"table\": \"https://sto8622.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts/sto8379\",\r\n \"name\": \"sto8379\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:44:34.6490546Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8379.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8379.queue.core.windows.net/\",\r\n \"table\": \"https://sto8379.table.core.windows.net/\",\r\n \"file\": \"https://sto8379.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +215,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:51:25 GMT" + "Tue, 02 Jan 2018 07:44:51 GMT" ], "Pragma": [ "no-cache" @@ -279,26 +224,25 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fe210bf9-d4a4-4bb9-9670-126ca89decc9" + "dddd25c4-12c1-4568-b333-830e8cc06bbf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14791" + "14939" ], "x-ms-correlation-request-id": [ - "fe210bf9-d4a4-4bb9-9670-126ca89decc9" + "ffd96bb5-c493-40ea-8721-993ca5e843f8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035126Z:fe210bf9-d4a4-4bb9-9670-126ca89decc9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "EASTASIA:20180102T074451Z:ffd96bb5-c493-40ea-8721-993ca5e843f8" ] }, "StatusCode": 200 @@ -306,13 +250,13 @@ ], "Names": { "CreateResourceGroup": [ - "res9057" + "res9615" ], "StorageAccountListWithEncryptionTest": [ - "sto8622" + "sto8379" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs index 5aff55dbf373..850a3858788f 100644 --- a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs +++ b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs @@ -72,117 +72,117 @@ public class BlobServiceTests // } //} - // get blob service properties - [Fact] - public void BlobServiceGetPropertiesTest() - { - var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + //// get blob service properties + //[Fact] + //public void BlobServiceGetPropertiesTest() + //{ + // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - using (MockContext context = MockContext.Start(this.GetType().FullName)) - { - var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); - var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + // using (MockContext context = MockContext.Start(this.GetType().FullName)) + // { + // var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + // var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); - // Create resource group - var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + // // Create resource group + // var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); - // Create storage account - string accountName = TestUtilities.GenerateName("sto"); - var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); - var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - StorageManagementTestUtilities.VerifyAccountProperties(account, true); + // // Create storage account + // string accountName = TestUtilities.GenerateName("sto"); + // var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + // var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + // StorageManagementTestUtilities.VerifyAccountProperties(account, true); - // implement case - try - { - string containerName = TestUtilities.GenerateName("container"); - BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - Assert.NotNull(blobServiceProperties); - Assert.NotNull(blobServiceProperties.Id); - Assert.NotNull(blobServiceProperties.Name); - Assert.NotNull(blobServiceProperties.Type); - } - finally - { - // clean up - storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - resourcesClient.ResourceGroups.Delete(rgName); - } - } - } + // // implement case + // try + // { + // string containerName = TestUtilities.GenerateName("container"); + // BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + // Assert.NotNull(blobServiceProperties); + // Assert.NotNull(blobServiceProperties.Id); + // Assert.NotNull(blobServiceProperties.Name); + // Assert.NotNull(blobServiceProperties.Type); + // } + // finally + // { + // // clean up + // storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + // resourcesClient.ResourceGroups.Delete(rgName); + // } + // } + //} // set blob service properties - [Fact] - public void BlobServiceSetPropertiesTest() - { - var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + //[Fact] + //public void BlobServiceSetPropertiesTest() + //{ + // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - using (MockContext context = MockContext.Start(this.GetType().FullName)) - { - var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); - var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + // using (MockContext context = MockContext.Start(this.GetType().FullName)) + // { + // var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + // var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); - // Create resource group - var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + // // Create resource group + // var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); - // Create storage account - string accountName = TestUtilities.GenerateName("sto"); - var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); - var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - StorageManagementTestUtilities.VerifyAccountProperties(account, true); + // // Create storage account + // string accountName = TestUtilities.GenerateName("sto"); + // var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + // var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + // StorageManagementTestUtilities.VerifyAccountProperties(account, true); - // implement case - try - { - string containerName = TestUtilities.GenerateName("container"); - BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - Assert.NotNull(blobServiceProperties); - Assert.NotNull(blobServiceProperties.Id); - Assert.NotNull(blobServiceProperties.Name); - Assert.NotNull(blobServiceProperties.Type); - - // set properties. - blobServiceProperties.DefaultServiceVersion = "2017-04-17"; - blobServiceProperties.Cors = new CorsRule{ - AllowedOrigins = new List() { "www.ab.com", "www.bc.com" }, - AllowedMethods = HTTPMethod.GET, - MaxAgeInSeconds = 500, - ExposedHeaders = new List(){ - "x-ms-meta-data*", - "x-ms-meta-source*", - "x-ms-meta-abc", - "x-ms-meta-bcd" - }, - AllowedHeaders = new List() { - "x-ms-meta-data*", - "x-ms-meta-target*", - "x-ms-meta-xyz", - "x-ms-meta-foo" - } - }; - storageMgmtClient.BlobService.SetServiceProperties(rgName, accountName, blobServiceProperties.Cors, blobServiceProperties.DefaultServiceVersion); - - // veryfy properties. - BlobServiceProperties blobServicePropertiesSet = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - Assert.Equal(blobServiceProperties.Id, blobServicePropertiesSet.Id); - Assert.Equal(blobServiceProperties.Name, blobServicePropertiesSet.Name); - Assert.Equal(blobServiceProperties.Type, blobServicePropertiesSet.Type); - - Assert.Equal("2017-04-17", blobServicePropertiesSet.DefaultServiceVersion); - Assert.Equal(2, blobServicePropertiesSet.Cors.AllowedOrigins.Count); - Assert.Equal(HTTPMethod.GET, blobServicePropertiesSet.Cors.AllowedMethods); - Assert.Equal(4, blobServicePropertiesSet.Cors.ExposedHeaders.Count); - Assert.Equal(4, blobServicePropertiesSet.Cors.AllowedHeaders.Count); - Assert.Equal(500, blobServicePropertiesSet.Cors.MaxAgeInSeconds); - } - finally - { - // clean up - storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - resourcesClient.ResourceGroups.Delete(rgName); - } - } - } + // // implement case + // try + // { + // string containerName = TestUtilities.GenerateName("container"); + // BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + // Assert.NotNull(blobServiceProperties); + // Assert.NotNull(blobServiceProperties.Id); + // Assert.NotNull(blobServiceProperties.Name); + // Assert.NotNull(blobServiceProperties.Type); + + // // set properties. + // blobServiceProperties.DefaultServiceVersion = "2017-04-17"; + // blobServiceProperties.Cors = new CorsRule{ + // AllowedOrigins = new List() { "www.ab.com", "www.bc.com" }, + // AllowedMethods = HTTPMethod.GET, + // MaxAgeInSeconds = 500, + // ExposedHeaders = new List(){ + // "x-ms-meta-data*", + // "x-ms-meta-source*", + // "x-ms-meta-abc", + // "x-ms-meta-bcd" + // }, + // AllowedHeaders = new List() { + // "x-ms-meta-data*", + // "x-ms-meta-target*", + // "x-ms-meta-xyz", + // "x-ms-meta-foo" + // } + // }; + // storageMgmtClient.BlobService.SetServiceProperties(rgName, accountName, blobServiceProperties.Cors, blobServiceProperties.DefaultServiceVersion); + + // // veryfy properties. + // BlobServiceProperties blobServicePropertiesSet = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); + // Assert.Equal(blobServiceProperties.Id, blobServicePropertiesSet.Id); + // Assert.Equal(blobServiceProperties.Name, blobServicePropertiesSet.Name); + // Assert.Equal(blobServiceProperties.Type, blobServicePropertiesSet.Type); + + // Assert.Equal("2017-04-17", blobServicePropertiesSet.DefaultServiceVersion); + // Assert.Equal(2, blobServicePropertiesSet.Cors.AllowedOrigins.Count); + // Assert.Equal(HTTPMethod.GET, blobServicePropertiesSet.Cors.AllowedMethods); + // Assert.Equal(4, blobServicePropertiesSet.Cors.ExposedHeaders.Count); + // Assert.Equal(4, blobServicePropertiesSet.Cors.AllowedHeaders.Count); + // Assert.Equal(500, blobServicePropertiesSet.Cors.MaxAgeInSeconds); + // } + // finally + // { + // // clean up + // storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + // resourcesClient.ResourceGroups.Delete(rgName); + // } + // } + //} // create container // delete container @@ -215,8 +215,10 @@ public void BlobContainersCreateDeleteTest() blobContainer = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); Assert.Null(blobContainer.Metadata); - Assert.Null(blobContainer.PublicAccess); + Assert.Equal(PublicAccess.None, blobContainer.PublicAccess); storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); + Assert.False(blobContainer.HasImmutabilityPolicy); + Assert.False(blobContainer.HasLegalHold); } finally { @@ -260,19 +262,23 @@ public void BlobContainersUpdateTest() blobContainer.Metadata.Add("metadata", "true"); blobContainer.PublicAccess = PublicAccess.Container; var blobContainerSet = storageMgmtClient.BlobContainers.Update(rgName, accountName, containerName, metadata:blobContainer.Metadata, publicAccess:blobContainer.PublicAccess); - Assert.NotNull(blobContainer.Metadata); - Assert.NotNull(blobContainer.PublicAccess); + Assert.NotNull(blobContainerSet.Metadata); + Assert.Equal(PublicAccess.Container, blobContainerSet.PublicAccess); Assert.Equal(blobContainer.Metadata, blobContainerSet.Metadata); Assert.Equal(blobContainer.PublicAccess, blobContainerSet.PublicAccess); + Assert.False(blobContainerSet.HasImmutabilityPolicy); + Assert.False(blobContainerSet.HasLegalHold); var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName); - container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); + // container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); var blobContainerGet = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); - Assert.Equal(Microsoft.Azure.Management.Storage.Models.LeaseDuration.Fixed, blobContainerGet.LeaseDuration); + //Assert.Equal(Microsoft.Azure.Management.Storage.Models.LeaseDuration.Fixed, blobContainerGet.LeaseDuration); Assert.Equal(blobContainerSet.PublicAccess, blobContainerGet.PublicAccess); Assert.Equal(blobContainerSet.Metadata, blobContainerGet.Metadata); + Assert.False(blobContainerGet.HasImmutabilityPolicy); + Assert.False(blobContainerGet.HasLegalHold); } finally { @@ -319,6 +325,8 @@ public void BlobContainersListTest() Assert.NotNull(blobContainer.PublicAccess); Assert.Equal(blobContainer.Metadata, blobContainerSet.Metadata); Assert.Equal(blobContainer.PublicAccess, blobContainerSet.PublicAccess); + Assert.False(blobContainerSet.HasImmutabilityPolicy); + Assert.False(blobContainerSet.HasLegalHold); string containerName2 = TestUtilities.GenerateName("container"); BlobContainer blobContainer2 = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName2); @@ -327,9 +335,17 @@ public void BlobContainersListTest() var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName2); - container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); + //container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); + + ListContainerItems containerList = storageMgmtClient.BlobContainers.List(rgName, accountName); + foreach (ListContainerItem blobContainerList in containerList.Value) + { + Assert.NotNull(blobContainer.Metadata); + Assert.NotNull(blobContainer.PublicAccess); + Assert.False(blobContainerSet.HasImmutabilityPolicy); + Assert.False(blobContainerSet.HasLegalHold); + } - var containerList = storageMgmtClient.BlobContainers.List(rgName, accountName); } finally { diff --git a/src/SDKs/_metadata/storage_resource-manager.txt b/src/SDKs/_metadata/storage_resource-manager.txt index 42282d2acca9..bb686d82317e 100644 --- a/src/SDKs/_metadata/storage_resource-manager.txt +++ b/src/SDKs/_metadata/storage_resource-manager.txt @@ -1,11 +1,10 @@ -2017-12-13 01:08:03 UTC +2018-02-23 08:14:20 UTC 1) azure-rest-api-specs repository information -GitHub user: Azure -Branch: current -Commit: eb58d164135c8dc445b73f3299ccc230c22b8b0c +GitHub user: blueww +Branch: containerapi 2) AutoRest information Requested version: latest -Bootstrapper version: C:\Users\weiwei\AppData\Roaming\npm `-- autorest@2.0.4215 +Bootstrapper version: C:\Users\weiwei\AppData\Roaming\npm `-- autorest@2.0.4245 Latest installed version: From 33ddf57960af66ee7be3564d3cb1632e4303c94d Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Thu, 29 Mar 2018 15:18:53 +0800 Subject: [PATCH 05/11] [Storage] Add new audit log feature and fix server issue --- .../Generated/BlobContainersOperations.cs | 6 +- .../Generated/IStorageManagementClient.cs | 2 +- .../Generated/Models/AzureEntityResource.cs | 7 +- .../Generated/Models/AzureResource.cs | 8 +- .../Generated/Models/BlobContainer.cs | 14 +- .../Generated/Models/ImmutabilityPolicy.cs | 8 +- .../Models/ImmutabilityPolicyProperties.cs | 15 +- .../Models/ImmutabilityPolicyState.cs | 44 +- .../Models/ImmutabilityPolicyUpdateType.cs | 23 + .../Generated/Models/LeaseDuration.cs | 44 +- .../Generated/Models/LeaseState.cs | 65 +- .../Generated/Models/LeaseStatus.cs | 44 +- .../Generated/Models/LegalHoldProperties.cs | 70 ++ .../Generated/Models/ListContainerItem.cs | 14 +- .../Generated/Models/TagProperty.cs | 88 ++ .../Generated/Models/UpdateHistoryProperty.cs | 105 ++ .../Generated/StorageManagementClient.cs | 2 +- .../Microsoft.Azure.Management.Storage.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- ...ersCreateDeleteImmutabilityPolicyTest.json | 2 +- .../BlobContainersCreateDeleteTest.json | 2 +- ...ontainersExtendImmutabilityPolicyTest.json | 2 +- .../BlobContainersGetTest.json | 1052 +++++++++++++++++ .../BlobContainersListTest.json | 4 +- ...bContainersLockImmutabilityPolicyTest.json | 2 +- .../BlobContainersSetLegalHoldTest.json | 2 +- ...ontainersUpdateImmutabilityPolicyTest.json | 2 +- .../BlobContainersUpdateTest.json | 2 +- .../Storage.Tests/Tests/BlobServiceTests.cs | 81 ++ .../_metadata/storage_resource-manager.txt | 3 +- 30 files changed, 1491 insertions(+), 226 deletions(-) create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyUpdateType.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/LegalHoldProperties.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/TagProperty.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/UpdateHistoryProperty.cs create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs index 949f42122ddc..0a4fb56fc85f 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs @@ -508,7 +508,7 @@ internal BlobContainersOperations(StorageManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200) + if ((int)_statusCode != 201) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try @@ -551,7 +551,7 @@ internal BlobContainersOperations(StorageManagementClient client) _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); } // Deserialize Response - if ((int)_statusCode == 200) + if ((int)_statusCode == 201) { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); try @@ -1313,7 +1313,7 @@ internal BlobContainersOperations(StorageManagementClient client) HttpStatusCode _statusCode = _httpResponse.StatusCode; cancellationToken.ThrowIfCancellationRequested(); string _responseContent = null; - if ((int)_statusCode != 200) + if ((int)_statusCode != 200 && (int)_statusCode != 204) { var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try diff --git a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs index 0bfcdd2f9623..00d86c342755 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs @@ -48,7 +48,7 @@ public partial interface IStorageManagementClient : System.IDisposable string SubscriptionId { get; set; } /// - /// The Service API version. + /// The version of the service to call. /// string ApiVersion { get; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs index ed99ead8f812..f439101633d6 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs @@ -14,7 +14,8 @@ namespace Microsoft.Azure.Management.Storage.Models using System.Linq; /// - /// The resource model definition for a ARM resource with an etag + /// The resource model definition for a Azure Resource Manager resource + /// with an etag. /// public partial class AzureEntityResource : AzureResource { @@ -29,9 +30,9 @@ public AzureEntityResource() /// /// Initializes a new instance of the AzureEntityResource class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource + /// The name of the resource. /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs index 4cde3aae3ee8..78f300ba5454 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs @@ -31,9 +31,9 @@ public AzureResource() /// /// Initializes a new instance of the AzureResource class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource + /// The name of the resource. /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. @@ -51,14 +51,14 @@ public AzureResource() partial void CustomInit(); /// - /// Gets fully qualified resource Id for the resource. Ex - + /// Gets fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets the name of the resource + /// Gets the name of the resource. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs index 72933793572b..fd718aa87970 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs @@ -35,9 +35,9 @@ public BlobContainer() /// /// Initializes a new instance of the BlobContainer class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource + /// The name of the resource. /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. @@ -71,7 +71,7 @@ public BlobContainer() /// been created for this container. The hasImmutabilityPolicy public /// property is set to false by SRP if ImmutabilityPolicy has not been /// created for this container. - public BlobContainer(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold), bool? hasLegalHold = default(bool?), bool? hasImmutabilityPolicy = default(bool?)) + public BlobContainer(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), string leaseStatus = default(string), string leaseState = default(string), string leaseDuration = default(string), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHoldProperties legalHold = default(LegalHoldProperties), bool? hasLegalHold = default(bool?), bool? hasImmutabilityPolicy = default(bool?)) : base(id, name, type, etag) { PublicAccess = publicAccess; @@ -111,14 +111,14 @@ public BlobContainer() /// 'Locked', 'Unlocked' /// [JsonProperty(PropertyName = "properties.leaseStatus")] - public LeaseStatus? LeaseStatus { get; private set; } + public string LeaseStatus { get; private set; } /// /// Gets lease state of the container. Possible values include: /// 'Available', 'Leased', 'Expired', 'Breaking', 'Broken' /// [JsonProperty(PropertyName = "properties.leaseState")] - public LeaseState? LeaseState { get; private set; } + public string LeaseState { get; private set; } /// /// Gets specifies whether the lease on a container is of infinite or @@ -126,7 +126,7 @@ public BlobContainer() /// include: 'Infinite', 'Fixed' /// [JsonProperty(PropertyName = "properties.leaseDuration")] - public LeaseDuration? LeaseDuration { get; private set; } + public string LeaseDuration { get; private set; } /// /// Gets or sets a name-value pair to associate with the container as @@ -145,7 +145,7 @@ public BlobContainer() /// Gets the LegalHold property of the container. /// [JsonProperty(PropertyName = "properties.legalHold")] - public LegalHold LegalHold { get; private set; } + public LegalHoldProperties LegalHold { get; private set; } /// /// Gets the hasLegalHold public property is set to true by SRP if diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs index fb38ae834635..fc581bae1453 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs @@ -36,9 +36,9 @@ public ImmutabilityPolicy() /// The /// immutability period for the blobs in the container since the policy /// creation, in days. - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource + /// The name of the resource. /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. @@ -46,7 +46,7 @@ public ImmutabilityPolicy() /// The ImmutabilityPolicy state of a blob /// container, possible values include: Locked and Unlocked. Possible /// values include: 'Locked', 'Unlocked' - public ImmutabilityPolicy(int immutabilityPeriodSinceCreationInDays, string id = default(string), string name = default(string), string type = default(string), string etag = default(string), ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?)) + public ImmutabilityPolicy(int immutabilityPeriodSinceCreationInDays, string id = default(string), string name = default(string), string type = default(string), string etag = default(string), string state = default(string)) : base(id, name, type, etag) { ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; @@ -72,7 +72,7 @@ public ImmutabilityPolicy() /// 'Locked', 'Unlocked' /// [JsonProperty(PropertyName = "properties.state")] - public ImmutabilityPolicyState? State { get; private set; } + public string State { get; private set; } /// /// Validate the object. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs index 8eb6baa75675..512d866a8a8f 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyProperties.cs @@ -13,6 +13,8 @@ namespace Microsoft.Azure.Management.Storage.Models using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; using System.Linq; /// @@ -41,11 +43,14 @@ public ImmutabilityPolicyProperties() /// container, possible values include: Locked and Unlocked. Possible /// values include: 'Locked', 'Unlocked' /// ImmutabilityPolicy Etag. - public ImmutabilityPolicyProperties(int immutabilityPeriodSinceCreationInDays, ImmutabilityPolicyState? state = default(ImmutabilityPolicyState?), string etag = default(string)) + /// The ImmutabilityPolicy update history + /// of the blob container. + public ImmutabilityPolicyProperties(int immutabilityPeriodSinceCreationInDays, string state = default(string), string etag = default(string), IList updateHistory = default(IList)) { ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; State = state; Etag = etag; + UpdateHistory = updateHistory; CustomInit(); } @@ -67,7 +72,7 @@ public ImmutabilityPolicyProperties() /// 'Locked', 'Unlocked' /// [JsonProperty(PropertyName = "properties.state")] - public ImmutabilityPolicyState? State { get; private set; } + public string State { get; private set; } /// /// Gets immutabilityPolicy Etag. @@ -75,6 +80,12 @@ public ImmutabilityPolicyProperties() [JsonProperty(PropertyName = "etag")] public string Etag { get; private set; } + /// + /// Gets the ImmutabilityPolicy update history of the blob container. + /// + [JsonProperty(PropertyName = "updateHistory")] + public IList UpdateHistory { get; private set; } + /// /// Validate the object. /// diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs index b95554952a08..6a65a2bf11cd 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyState.cs @@ -10,51 +10,13 @@ namespace Microsoft.Azure.Management.Storage.Models { - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; /// /// Defines values for ImmutabilityPolicyState. /// - [JsonConverter(typeof(StringEnumConverter))] - public enum ImmutabilityPolicyState + public static class ImmutabilityPolicyState { - [EnumMember(Value = "Locked")] - Locked, - [EnumMember(Value = "Unlocked")] - Unlocked - } - internal static class ImmutabilityPolicyStateEnumExtension - { - internal static string ToSerializedValue(this ImmutabilityPolicyState? value) - { - return value == null ? null : ((ImmutabilityPolicyState)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this ImmutabilityPolicyState value) - { - switch( value ) - { - case ImmutabilityPolicyState.Locked: - return "Locked"; - case ImmutabilityPolicyState.Unlocked: - return "Unlocked"; - } - return null; - } - - internal static ImmutabilityPolicyState? ParseImmutabilityPolicyState(this string value) - { - switch( value ) - { - case "Locked": - return ImmutabilityPolicyState.Locked; - case "Unlocked": - return ImmutabilityPolicyState.Unlocked; - } - return null; - } + public const string Locked = "Locked"; + public const string Unlocked = "Unlocked"; } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyUpdateType.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyUpdateType.cs new file mode 100644 index 000000000000..0e07c30557ab --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicyUpdateType.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + + /// + /// Defines values for ImmutabilityPolicyUpdateType. + /// + public static class ImmutabilityPolicyUpdateType + { + public const string Put = "put"; + public const string Lock = "lock"; + public const string Extend = "extend"; + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs index 4600ae2bb3af..1a07a0a58032 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseDuration.cs @@ -10,51 +10,13 @@ namespace Microsoft.Azure.Management.Storage.Models { - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; /// /// Defines values for LeaseDuration. /// - [JsonConverter(typeof(StringEnumConverter))] - public enum LeaseDuration + public static class LeaseDuration { - [EnumMember(Value = "Infinite")] - Infinite, - [EnumMember(Value = "Fixed")] - Fixed - } - internal static class LeaseDurationEnumExtension - { - internal static string ToSerializedValue(this LeaseDuration? value) - { - return value == null ? null : ((LeaseDuration)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this LeaseDuration value) - { - switch( value ) - { - case LeaseDuration.Infinite: - return "Infinite"; - case LeaseDuration.Fixed: - return "Fixed"; - } - return null; - } - - internal static LeaseDuration? ParseLeaseDuration(this string value) - { - switch( value ) - { - case "Infinite": - return LeaseDuration.Infinite; - case "Fixed": - return LeaseDuration.Fixed; - } - return null; - } + public const string Infinite = "Infinite"; + public const string Fixed = "Fixed"; } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs index fa20e7c23f39..1299f571b1fd 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseState.cs @@ -10,69 +10,16 @@ namespace Microsoft.Azure.Management.Storage.Models { - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; /// /// Defines values for LeaseState. /// - [JsonConverter(typeof(StringEnumConverter))] - public enum LeaseState + public static class LeaseState { - [EnumMember(Value = "Available")] - Available, - [EnumMember(Value = "Leased")] - Leased, - [EnumMember(Value = "Expired")] - Expired, - [EnumMember(Value = "Breaking")] - Breaking, - [EnumMember(Value = "Broken")] - Broken - } - internal static class LeaseStateEnumExtension - { - internal static string ToSerializedValue(this LeaseState? value) - { - return value == null ? null : ((LeaseState)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this LeaseState value) - { - switch( value ) - { - case LeaseState.Available: - return "Available"; - case LeaseState.Leased: - return "Leased"; - case LeaseState.Expired: - return "Expired"; - case LeaseState.Breaking: - return "Breaking"; - case LeaseState.Broken: - return "Broken"; - } - return null; - } - - internal static LeaseState? ParseLeaseState(this string value) - { - switch( value ) - { - case "Available": - return LeaseState.Available; - case "Leased": - return LeaseState.Leased; - case "Expired": - return LeaseState.Expired; - case "Breaking": - return LeaseState.Breaking; - case "Broken": - return LeaseState.Broken; - } - return null; - } + public const string Available = "Available"; + public const string Leased = "Leased"; + public const string Expired = "Expired"; + public const string Breaking = "Breaking"; + public const string Broken = "Broken"; } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs index bf902001c9d1..e09b21a538f9 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LeaseStatus.cs @@ -10,51 +10,13 @@ namespace Microsoft.Azure.Management.Storage.Models { - using Newtonsoft.Json; - using Newtonsoft.Json.Converters; - using System.Runtime; - using System.Runtime.Serialization; /// /// Defines values for LeaseStatus. /// - [JsonConverter(typeof(StringEnumConverter))] - public enum LeaseStatus + public static class LeaseStatus { - [EnumMember(Value = "Locked")] - Locked, - [EnumMember(Value = "Unlocked")] - Unlocked - } - internal static class LeaseStatusEnumExtension - { - internal static string ToSerializedValue(this LeaseStatus? value) - { - return value == null ? null : ((LeaseStatus)value).ToSerializedValue(); - } - - internal static string ToSerializedValue(this LeaseStatus value) - { - switch( value ) - { - case LeaseStatus.Locked: - return "Locked"; - case LeaseStatus.Unlocked: - return "Unlocked"; - } - return null; - } - - internal static LeaseStatus? ParseLeaseStatus(this string value) - { - switch( value ) - { - case "Locked": - return LeaseStatus.Locked; - case "Unlocked": - return LeaseStatus.Unlocked; - } - return null; - } + public const string Locked = "Locked"; + public const string Unlocked = "Unlocked"; } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHoldProperties.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHoldProperties.cs new file mode 100644 index 000000000000..dea21e93ce44 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHoldProperties.cs @@ -0,0 +1,70 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The LegalHold property of a blob container. + /// + public partial class LegalHoldProperties + { + /// + /// Initializes a new instance of the LegalHoldProperties class. + /// + public LegalHoldProperties() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the LegalHoldProperties class. + /// + /// The hasLegalHold public property is set + /// to true by SRP if there are at least one existing tag. The + /// hasLegalHold public property is set to false by SRP if all existing + /// legal hold tags are cleared out. There can be a maximum of 1000 + /// blob containers with hasLegalHold=true for a given account. + /// The list of LegalHold tags of a blob + /// container. + public LegalHoldProperties(bool? hasLegalHold = default(bool?), IList tags = default(IList)) + { + HasLegalHold = hasLegalHold; + Tags = tags; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the hasLegalHold public property is set to true by SRP if + /// there are at least one existing tag. The hasLegalHold public + /// property is set to false by SRP if all existing legal hold tags are + /// cleared out. There can be a maximum of 1000 blob containers with + /// hasLegalHold=true for a given account. + /// + [JsonProperty(PropertyName = "hasLegalHold")] + public bool? HasLegalHold { get; private set; } + + /// + /// Gets or sets the list of LegalHold tags of a blob container. + /// + [JsonProperty(PropertyName = "tags")] + public IList Tags { get; set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs index afde49a5a14d..422d1b71c4cd 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs @@ -34,9 +34,9 @@ public ListContainerItem() /// /// Initializes a new instance of the ListContainerItem class. /// - /// Fully qualified resource Id for the resource. Ex - + /// Fully qualified resource ID for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource + /// The name of the resource. /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. @@ -70,7 +70,7 @@ public ListContainerItem() /// been created for this container. The hasImmutabilityPolicy public /// property is set to false by SRP if ImmutabilityPolicy has not been /// created for this container. - public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), LeaseStatus? leaseStatus = default(LeaseStatus?), LeaseState? leaseState = default(LeaseState?), LeaseDuration? leaseDuration = default(LeaseDuration?), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHold legalHold = default(LegalHold), bool? hasLegalHold = default(bool?), bool? hasImmutabilityPolicy = default(bool?)) + public ListContainerItem(string id = default(string), string name = default(string), string type = default(string), string etag = default(string), PublicAccess? publicAccess = default(PublicAccess?), System.DateTime? lastModifiedTime = default(System.DateTime?), string leaseStatus = default(string), string leaseState = default(string), string leaseDuration = default(string), IDictionary metadata = default(IDictionary), ImmutabilityPolicyProperties immutabilityPolicy = default(ImmutabilityPolicyProperties), LegalHoldProperties legalHold = default(LegalHoldProperties), bool? hasLegalHold = default(bool?), bool? hasImmutabilityPolicy = default(bool?)) : base(id, name, type, etag) { PublicAccess = publicAccess; @@ -110,14 +110,14 @@ public ListContainerItem() /// 'Locked', 'Unlocked' /// [JsonProperty(PropertyName = "properties.leaseStatus")] - public LeaseStatus? LeaseStatus { get; private set; } + public string LeaseStatus { get; private set; } /// /// Gets lease state of the container. Possible values include: /// 'Available', 'Leased', 'Expired', 'Breaking', 'Broken' /// [JsonProperty(PropertyName = "properties.leaseState")] - public LeaseState? LeaseState { get; private set; } + public string LeaseState { get; private set; } /// /// Gets specifies whether the lease on a container is of infinite or @@ -125,7 +125,7 @@ public ListContainerItem() /// include: 'Infinite', 'Fixed' /// [JsonProperty(PropertyName = "properties.leaseDuration")] - public LeaseDuration? LeaseDuration { get; private set; } + public string LeaseDuration { get; private set; } /// /// Gets or sets a name-value pair to associate with the container as @@ -144,7 +144,7 @@ public ListContainerItem() /// Gets the LegalHold property of the container. /// [JsonProperty(PropertyName = "properties.legalHold")] - public LegalHold LegalHold { get; private set; } + public LegalHoldProperties LegalHold { get; private set; } /// /// Gets the hasLegalHold public property is set to true by SRP if diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/TagProperty.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/TagProperty.cs new file mode 100644 index 000000000000..af750c270a05 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/TagProperty.cs @@ -0,0 +1,88 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// A tag of the LegalHold of a blob container. + /// + public partial class TagProperty + { + /// + /// Initializes a new instance of the TagProperty class. + /// + public TagProperty() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TagProperty class. + /// + /// The tag value. + /// Returns the date and time the tag was + /// added. + /// Returns the Object ID of the user + /// who added the tag. + /// Returns the Tenant ID that issued the token + /// for the user who added the tag. + /// Returns the User Principal Name of the user who + /// added the tag. + public TagProperty(string tag = default(string), System.DateTime? timestamp = default(System.DateTime?), string objectIdentifier = default(string), string tenantId = default(string), string upn = default(string)) + { + Tag = tag; + Timestamp = timestamp; + ObjectIdentifier = objectIdentifier; + TenantId = tenantId; + Upn = upn; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the tag value. + /// + [JsonProperty(PropertyName = "tag")] + public string Tag { get; private set; } + + /// + /// Gets returns the date and time the tag was added. + /// + [JsonProperty(PropertyName = "timestamp")] + public System.DateTime? Timestamp { get; private set; } + + /// + /// Gets returns the Object ID of the user who added the tag. + /// + [JsonProperty(PropertyName = "objectIdentifier")] + public string ObjectIdentifier { get; private set; } + + /// + /// Gets returns the Tenant ID that issued the token for the user who + /// added the tag. + /// + [JsonProperty(PropertyName = "tenantId")] + public string TenantId { get; private set; } + + /// + /// Gets returns the User Principal Name of the user who added the tag. + /// + [JsonProperty(PropertyName = "upn")] + public string Upn { get; private set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/UpdateHistoryProperty.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/UpdateHistoryProperty.cs new file mode 100644 index 000000000000..2fc60d3797fe --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/UpdateHistoryProperty.cs @@ -0,0 +1,105 @@ +// +// 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.Storage.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// An update history of the ImmutabilityPolicy of a blob container. + /// + public partial class UpdateHistoryProperty + { + /// + /// Initializes a new instance of the UpdateHistoryProperty class. + /// + public UpdateHistoryProperty() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the UpdateHistoryProperty class. + /// + /// The ImmutabilityPolicy update type of a blob + /// container, possible values include: put, lock and extend. Possible + /// values include: 'put', 'lock', 'extend' + /// The + /// immutability period for the blobs in the container since the policy + /// creation, in days. + /// Returns the date and time the + /// ImmutabilityPolicy was updated. + /// Returns the Object ID of the user + /// who updated the ImmutabilityPolicy. + /// Returns the Tenant ID that issued the token + /// for the user who updated the ImmutabilityPolicy. + /// Returns the User Principal Name of the user who + /// updated the ImmutabilityPolicy. + public UpdateHistoryProperty(string update = default(string), int? immutabilityPeriodSinceCreationInDays = default(int?), System.DateTime? timestamp = default(System.DateTime?), string objectIdentifier = default(string), string tenantId = default(string), string upn = default(string)) + { + Update = update; + ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; + Timestamp = timestamp; + ObjectIdentifier = objectIdentifier; + TenantId = tenantId; + Upn = upn; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets the ImmutabilityPolicy update type of a blob container, + /// possible values include: put, lock and extend. Possible values + /// include: 'put', 'lock', 'extend' + /// + [JsonProperty(PropertyName = "update")] + public string Update { get; private set; } + + /// + /// Gets the immutability period for the blobs in the container since + /// the policy creation, in days. + /// + [JsonProperty(PropertyName = "immutabilityPeriodSinceCreationInDays")] + public int? ImmutabilityPeriodSinceCreationInDays { get; private set; } + + /// + /// Gets returns the date and time the ImmutabilityPolicy was updated. + /// + [JsonProperty(PropertyName = "timestamp")] + public System.DateTime? Timestamp { get; private set; } + + /// + /// Gets returns the Object ID of the user who updated the + /// ImmutabilityPolicy. + /// + [JsonProperty(PropertyName = "objectIdentifier")] + public string ObjectIdentifier { get; private set; } + + /// + /// Gets returns the Tenant ID that issued the token for the user who + /// updated the ImmutabilityPolicy. + /// + [JsonProperty(PropertyName = "tenantId")] + public string TenantId { get; private set; } + + /// + /// Gets returns the User Principal Name of the user who updated the + /// ImmutabilityPolicy. + /// + [JsonProperty(PropertyName = "upn")] + public string Upn { get; private set; } + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs index 59fbc360978a..c59aa4e22e8e 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs @@ -54,7 +54,7 @@ public partial class StorageManagementClient : ServiceClient - /// The Service API version. + /// The version of the service to call. /// public string ApiVersion { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index 7b6ed7334cbf..efd0a154d7ff 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -23,7 +23,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0.8-preview + 7.2.0.10-preview Microsoft Azure Storage management;Storage;Storage management See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index 16d025f7a2f5..47058061bd58 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.2.0.8")] +[assembly: AssemblyFileVersion("7.2.0.10")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json index e39fde37ea2f..273484584ff4 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json @@ -266,7 +266,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json index 89f92c4d63d7..182f055598c3 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json @@ -266,7 +266,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json index 9c5937cf2660..f597591c8f31 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json @@ -266,7 +266,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json new file mode 100644 index 000000000000..aed1a29832c4 --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json @@ -0,0 +1,1052 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9871?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk4NzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "29" + ], + "x-ms-client-request-id": [ + "46046f20-3bf3-409c-a4a2-2a3c4c760d2a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871\",\r\n \"name\": \"res9871\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Length": [ + "168" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:05:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1197" + ], + "x-ms-request-id": [ + "ae2c54de-3ea3-4b9a-83e0-b8a5ef61c10a" + ], + "x-ms-correlation-request-id": [ + "ae2c54de-3ea3-4b9a-83e0-b8a5ef61c10a" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050543Z:ae2c54de-3ea3-4b9a-83e0-b8a5ef61c10a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "168" + ], + "x-ms-client-request-id": [ + "3e0f088d-db4c-4ac6-bdb8-3c9cc7be9f14" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:05:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b7582d97-859a-4f1b-9318-589a8775ba11?monitor=true&api-version=2017-10-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "b7582d97-859a-4f1b-9318-589a8775ba11" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1196" + ], + "x-ms-correlation-request-id": [ + "1f10f262-8770-4ef7-b359-ff891a343e1d" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050548Z:1f10f262-8770-4ef7-b359-ff891a343e1d" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b7582d97-859a-4f1b-9318-589a8775ba11?monitor=true&api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I3NTgyZDk3LTg1OWEtNGYxYi05MzE4LTU4OWE4Nzc1YmExMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217\",\r\n \"name\": \"sto6217\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T05:05:47.4767769Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T05:05:47.4767769Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T05:05:47.3830007Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6217.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6217.queue.core.windows.net/\",\r\n \"table\": \"https://sto6217.table.core.windows.net/\",\r\n \"file\": \"https://sto6217.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "35ed1d13-e3ba-47db-8530-3653ce64c2ea" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14998" + ], + "x-ms-correlation-request-id": [ + "c1e1f34f-dec7-425e-ac83-05b824890679" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050606Z:c1e1f34f-dec7-425e-ac83-05b824890679" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "PUT", + "RequestBody": "{}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "2" + ], + "x-ms-client-request-id": [ + "471b21f3-278c-411b-a435-fcc816888e74" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634\",\r\n \"name\": \"container1634\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:08 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D592D748CCF9CD\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "f3f6d7f5-1b56-48e7-ad20-b212ec5247f8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "08db9c93-93cc-4f01-909c-e7c97de969a3" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050608Z:08db9c93-93cc-4f01-909c-e7c97de969a3" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 201 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/setLegalHold?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9zZXRMZWdhbEhvbGQ/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "60" + ], + "x-ms-client-request-id": [ + "9b344965-6273-4e7a-93c3-2eeab4f86dca" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a1113170-8d50-4794-bd5b-7d8d38644a80" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" + ], + "x-ms-correlation-request-id": [ + "c82cfbf0-bdb7-40ec-bd3e-d218404a1025" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050610Z:c82cfbf0-bdb7-40ec-bd3e-d218404a1025" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "76" + ], + "x-ms-client-request-id": [ + "dd453109-9c11-4579-b5c6-faa0fd91c64f" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d592d74abc62ff\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d592d74abc62ff\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "008c0754-abd6-46d3-a869-279fa7163c5a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1193" + ], + "x-ms-correlation-request-id": [ + "e0a06507-5725-41e9-b4e4-65d5bf4a9423" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050611Z:e0a06507-5725-41e9-b4e4-65d5bf4a9423" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default/lock?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2xvY2s/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestMethod": "POST", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "7a1bb40e-7754-4089-a43a-4b32eb2b702e" + ], + "If-Match": [ + "\"8d592d74abc62ff\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d592d74bb2836d\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:13 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d592d74bb2836d\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "a4324b40-42b5-4a15-8f34-810f57047141" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1192" + ], + "x-ms-correlation-request-id": [ + "38c8bfe7-6a80-4772-9e49-d861677803c8" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050613Z:38c8bfe7-6a80-4772-9e49-d861677803c8" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default/extend?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2V4dGVuZD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100\r\n }\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "78" + ], + "x-ms-client-request-id": [ + "70fae224-8fe4-48e2-b376-d1d696c35735" + ], + "If-Match": [ + "\"8d592d74bb2836d\"" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d592d74cb3011a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:14 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"8d592d74cb3011a\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3e04254c-b43d-455c-91cb-13b7205404f2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" + ], + "x-ms-correlation-request-id": [ + "331ea86a-8a18-4a85-8454-ee3f397ebede" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050615Z:331ea86a-8a18-4a85-8454-ee3f397ebede" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "08580ccd-3ac3-4cd5-a092-08d3ab032c04" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634\",\r\n \"name\": \"container1634\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D592D74CC20EBA\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-03-26T05:06:14Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\\\"8d592d74cb3011a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n },\r\n \"updateHistory\": [\r\n {\r\n \"update\": \"put\",\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"timestamp\": \"2018-03-26T05:06:11.431403Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"update\": \"lock\",\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"timestamp\": \"2018-03-26T05:06:13.0907641Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"update\": \"extend\",\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"timestamp\": \"2018-03-26T05:06:14.7097716Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n ]\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n {\r\n \"tag\": \"tag1\",\r\n \"timestamp\": \"2018-03-26T05:06:09.6964643Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"tag\": \"tag2\",\r\n \"timestamp\": \"2018-03-26T05:06:09.6964643Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"tag\": \"tag3\",\r\n \"timestamp\": \"2018-03-26T05:06:09.6964643Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n ]\r\n },\r\n \"hasImmutabilityPolicy\": true,\r\n \"hasLegalHold\": true\r\n }\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:16 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "ETag": [ + "\"0x8D592D74CC20EBA\"" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "ec4bf9d4-c6bf-44a1-90d4-e04aacbfd8cb" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14997" + ], + "x-ms-correlation-request-id": [ + "516f5add-0943-4a16-8bbc-0abecae4e71b" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050616Z:516f5add-0943-4a16-8bbc-0abecae4e71b" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/clearLegalHold?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9jbGVhckxlZ2FsSG9sZD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "POST", + "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", + "RequestHeaders": { + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Content-Length": [ + "60" + ], + "x-ms-client-request-id": [ + "e997f50f-2800-437c-a1c1-f3cc4302c6da" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "{\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "8070ab8c-2d1b-4dbc-ba25-6e81f309ba46" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1190" + ], + "x-ms-correlation-request-id": [ + "92d7c1a7-fd48-4fbf-8f4d-da430a00ab42" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050618Z:92d7c1a7-fd48-4fbf-8f4d-da430a00ab42" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ec9809fb-bb8f-4689-8394-d730cb49c103" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "5857fff7-c99f-44cf-8334-893d8fd9bdba" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1189" + ], + "x-ms-correlation-request-id": [ + "80c6f506-ea3a-4cfb-9fd1-04d6fbbce13a" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050620Z:80c6f506-ea3a-4cfb-9fd1-04d6fbbce13a" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217?api-version=2017-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "5b013324-ec04-48fb-9997-d393db8c40d1" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "9d9d264d-2ca9-4115-a65f-0285a2dca94a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1188" + ], + "x-ms-correlation-request-id": [ + "ad23e213-f185-4a91-92b7-a4683b9e6a83" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050628Z:ad23e213-f185-4a91-92b7-a4683b9e6a83" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9871?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk4NzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "ae773ac8-91f6-4ba6-b237-240af2713b68" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:31 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1187" + ], + "x-ms-request-id": [ + "061727c1-a100-4434-940c-22cce01892d7" + ], + "x-ms-correlation-request-id": [ + "061727c1-a100-4434-940c-22cce01892d7" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050632Z:061727c1-a100-4434-940c-22cce01892d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU9EY3hMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:06:47 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14996" + ], + "x-ms-request-id": [ + "e2f84d1a-b588-4e65-9a09-1d3945eccabf" + ], + "x-ms-correlation-request-id": [ + "e2f84d1a-b588-4e65-9a09-1d3945eccabf" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050647Z:e2f84d1a-b588-4e65-9a09-1d3945eccabf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU9EY3hMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:07:02 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-request-id": [ + "d7273a04-dd1e-4557-8420-99d1f6cc7477" + ], + "x-ms-correlation-request-id": [ + "d7273a04-dd1e-4557-8420-99d1f6cc7477" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050703Z:d7273a04-dd1e-4557-8420-99d1f6cc7477" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU9EY3hMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 26 Mar 2018 05:07:17 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14994" + ], + "x-ms-request-id": [ + "cb3103ff-7926-4da6-a0f3-c86b5c4cf601" + ], + "x-ms-correlation-request-id": [ + "cb3103ff-7926-4da6-a0f3-c86b5c4cf601" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180326T050718Z:cb3103ff-7926-4da6-a0f3-c86b5c4cf601" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": { + "CreateResourceGroup": [ + "res9871" + ], + "BlobContainersGetTest": [ + "sto6217", + "container1634" + ] + }, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json index 6250fa4e0c2b..fdd67f1aac44 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json @@ -327,7 +327,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644?api-version=2017-10-01", @@ -473,7 +473,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/listKeys?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json index 01360b3fb55e..2db2cdc5ac68 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json @@ -327,7 +327,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json index 7dfd87c2b678..ea2e85d67d2e 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json @@ -266,7 +266,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723/setLegalHold?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json index f4ef7bb4c3dc..39602b6fa337 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json @@ -327,7 +327,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json index fdf2f0ba80bf..5a017b5bc8ff 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json @@ -266,7 +266,7 @@ "nosniff" ] }, - "StatusCode": 200 + "StatusCode": 201 }, { "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", diff --git a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs index 850a3858788f..caca7419af0b 100644 --- a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs +++ b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs @@ -356,6 +356,87 @@ public void BlobContainersListTest() } } + [Fact] + public void BlobContainersGetTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Create resource group + var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); + + // Create storage account + string accountName = TestUtilities.GenerateName("sto"); + var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); + var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); + StorageManagementTestUtilities.VerifyAccountProperties(account, true); + + // implement case + try + { + string containerName = TestUtilities.GenerateName("container"); + BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Null(blobContainer.PublicAccess); + + LegalHold legalHold = storageMgmtClient.BlobContainers.SetLegalHold(rgName, accountName, containerName, new List { "tag1", "tag2", "tag3" }); + Assert.True(legalHold.HasLegalHold); + Assert.Equal(new List { "tag1", "tag2", "tag3" }, legalHold.Tags); + + ImmutabilityPolicy immutabilityPolicy = storageMgmtClient.BlobContainers.CreateOrUpdateImmutabilityPolicy(rgName, accountName, containerName, ifMatch: "", immutabilityPeriodSinceCreationInDays: 3); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + + immutabilityPolicy = storageMgmtClient.BlobContainers.LockImmutabilityPolicy(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Etag); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + immutabilityPolicy = storageMgmtClient.BlobContainers.ExtendImmutabilityPolicy(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Etag, immutabilityPeriodSinceCreationInDays: 100); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.Equal(100, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.Equal(ImmutabilityPolicyState.Locked, immutabilityPolicy.State); + + blobContainer = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); + Assert.Null(blobContainer.Metadata); + Assert.Equal(PublicAccess.None, blobContainer.PublicAccess); + Assert.Equal(3, blobContainer.ImmutabilityPolicy.UpdateHistory.Count); + Assert.Equal(ImmutabilityPolicyUpdateType.Put, blobContainer.ImmutabilityPolicy.UpdateHistory[0].Update); + Assert.Equal(ImmutabilityPolicyUpdateType.Lock, blobContainer.ImmutabilityPolicy.UpdateHistory[1].Update); + Assert.Equal(ImmutabilityPolicyUpdateType.Extend, blobContainer.ImmutabilityPolicy.UpdateHistory[2].Update); + Assert.True(blobContainer.LegalHold.HasLegalHold); + Assert.Equal(3, blobContainer.LegalHold.Tags.Count); + Assert.Equal("tag1", blobContainer.LegalHold.Tags[0].Tag); + Assert.Equal("tag2", blobContainer.LegalHold.Tags[1].Tag); + Assert.Equal("tag3", blobContainer.LegalHold.Tags[2].Tag); + + legalHold = storageMgmtClient.BlobContainers.ClearLegalHold(rgName, accountName, containerName, new List { "tag1", "tag2", "tag3" }); + Assert.False(legalHold.HasLegalHold); + //Assert.Equal(null, legalHold.Tags); + + storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); + } + finally + { + // clean up + storageMgmtClient.StorageAccounts.Delete(rgName, accountName); + resourcesClient.ResourceGroups.Delete(rgName); + } + } + } + // set/clear legal hold. [Fact] public void BlobContainersSetLegalHoldTest() diff --git a/src/SDKs/_metadata/storage_resource-manager.txt b/src/SDKs/_metadata/storage_resource-manager.txt index bb686d82317e..5661ac75eb0f 100644 --- a/src/SDKs/_metadata/storage_resource-manager.txt +++ b/src/SDKs/_metadata/storage_resource-manager.txt @@ -1,8 +1,9 @@ -2018-02-23 08:14:20 UTC +2018-03-28 01:53:18 UTC 1) azure-rest-api-specs repository information GitHub user: blueww Branch: containerapi +Commit: f43d9cc55f39d546b2ac58d6fd5c9def90139954 2) AutoRest information Requested version: latest From 89e6484a1486f0d746d2320e19965abd504cfde7 Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Thu, 29 Mar 2018 15:43:05 +0800 Subject: [PATCH 06/11] [Storage] Updated Storage SDK version to 7.2.0-preview --- .../Microsoft.Azure.Management.Storage.csproj | 4 ++-- .../Storage/Management.Storage/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index efd0a154d7ff..57d79274349d 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -7,7 +7,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.1.0-preview + 7.2.0-preview Microsoft Azure Storage management;Storage;Storage management; See https://aka.ms/asdotnetsdkchangelog for release notes. @@ -23,7 +23,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0.10-preview + 7.2.0.0-preview Microsoft Azure Storage management;Storage;Storage management See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index 47058061bd58..4eb9e912983c 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.2.0.10")] +[assembly: AssemblyFileVersion("7.2.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] From 9422188e615bdfbefee157801ddafd33dc2292ec Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Wed, 11 Apr 2018 17:16:38 +0800 Subject: [PATCH 07/11] [Storage] Upgrade API version to 2018-02-01 --- .../SdkInfo_StorageManagementClient.cs | 10 +- .../Generated/StorageManagementClient.cs | 2 +- ...ersCreateDeleteImmutabilityPolicyTest.json | 331 +++--- .../BlobContainersCreateDeleteTest.json | 386 +++++-- ...ontainersExtendImmutabilityPolicyTest.json | 312 +++--- .../BlobContainersGetTest.json | 370 ++++--- .../BlobContainersListTest.json | 380 ++++--- ...bContainersLockImmutabilityPolicyTest.json | 349 +++---- .../BlobContainersSetLegalHoldTest.json | 480 +++++++-- ...ontainersUpdateImmutabilityPolicyTest.json | 491 +++------ .../BlobContainersUpdateTest.json | 508 +++++++--- .../StorageAccountBeginCreateTest.json | 72 +- .../StorageAccountCMKTest.json | 50 +- .../StorageAccountCheckNameTest.json | 248 ++--- .../StorageAccountCreateTest.json | 142 +-- ...torageAccountCreateWithAccessTierTest.json | 273 ++--- ...torageAccountCreateWithEncryptionTest.json | 127 +-- ...StorageAccountCreateWithHttpsOnlyTest.json | 273 ++--- .../StorageAccountCreateWithStorageV2.json | 94 +- .../StorageAccountDeleteTest.json | 245 ++--- .../StorageAccountGetBlobTest.json | 492 ++++----- .../StorageAccountGetPremiumTest.json | 184 ++-- .../StorageAccountGetStandardTest.json | 419 ++++---- .../StorageAccountGetTest.json | 948 ------------------ .../StorageAccountListAccountSASTest.json | 186 ++-- ...ntListAccountSASWithDefaultProperties.json | 186 ++-- ...ntListAccountSASWithMissingProperties.json | 180 ++-- ...StorageAccountListByResourceGroupTest.json | 219 ++-- .../StorageAccountListBySubscriptionTest.json | 177 ++-- .../StorageAccountListKeysTest.json | 182 ++-- .../StorageAccountListServiceSASTest.json | 184 ++-- ...ntListServiceSASWithDefaultProperties.json | 184 ++-- ...ntListServiceSASWithMissingProperties.json | 182 ++-- .../StorageAccountListWithEncryptionTest.json | 94 +- .../StorageAccountOperationsTest.json | 61 +- .../StorageAccountRegenerateKeyTest.json | 214 ++-- .../StorageAccountUpdateEncryptionTest.json | 598 ++++------- .../StorageAccountUpdateKindStorageV2.json | 154 +-- .../StorageAccountUpdateMultipleTest.json | 214 ++-- .../StorageAccountUpdateTest.json | 378 ++++--- .../StorageAccountUpdateWithCreateTest.json | 401 +++++--- ...StorageAccountUpdateWithHttpsOnlyTest.json | 278 +++-- .../StorageAccountUsageTest.json | 6 +- .../StorageAccountVnetACLTest.json | 310 +++--- .../StorageSKUListTest.json | 27 +- .../Storage.Tests/Tests/BlobServiceTests.cs | 163 +-- .../Tests/StorageAccountTests.cs | 33 +- .../_metadata/storage_resource-manager.txt | 6 +- 48 files changed, 5119 insertions(+), 6684 deletions(-) delete mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetTest.json diff --git a/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs index 7a04b2365fb5..8fce300797dc 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs @@ -11,11 +11,11 @@ public static IEnumerable> ApiInfo_StorageManageme { return new Tuple[] { - new Tuple("Storage", "BlobContainers", "2017-10-01"), - new Tuple("Storage", "Operations", "2017-10-01"), - new Tuple("Storage", "Skus", "2017-10-01"), - new Tuple("Storage", "StorageAccounts", "2017-10-01"), - new Tuple("Storage", "Usage", "2017-10-01"), + new Tuple("Storage", "BlobContainers", "2018-02-01"), + new Tuple("Storage", "Operations", "2018-02-01"), + new Tuple("Storage", "Skus", "2018-02-01"), + new Tuple("Storage", "StorageAccounts", "2018-02-01"), + new Tuple("Storage", "Usage", "2018-02-01"), }.AsEnumerable(); } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs index c59aa4e22e8e..8c71f1c91b7d 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs @@ -307,7 +307,7 @@ private void Initialize() Usage = new UsageOperations(this); BlobContainers = new BlobContainersOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2017-10-01"; + ApiVersion = "2018-02-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json index 273484584ff4..e39c81f86a83 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5031?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczUwMzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4005?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQwMDU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "524b12ad-4733-4408-9f0f-c5393ef41c1f" + "36ad0df0-a2a4-4305-aa28-c99cda38b916" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031\",\r\n \"name\": \"res5031\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005\",\r\n \"name\": \"res4005\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:22 GMT" + "Mon, 16 Apr 2018 08:45:19 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "6a6a9035-86b2-4213-bc44-44ca0e2acb38" + "58d5313d-7635-473d-b3a5-85563d472109" ], "x-ms-correlation-request-id": [ - "6a6a9035-86b2-4213-bc44-44ca0e2acb38" + "58d5313d-7635-473d-b3a5-85563d472109" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064722Z:6a6a9035-86b2-4213-bc44-44ca0e2acb38" + "SOUTHEASTASIA:20180416T084519Z:58d5313d-7635-473d-b3a5-85563d472109" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODk5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "3cc62a83-d2e8-45e2-b4e3-b1b1930a61ab" + "bf6735a3-0bcb-4282-ba29-25f07134f77e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:26 GMT" + "Mon, 16 Apr 2018 08:45:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bd17bcc2-152c-4e98-ad39-a3ec1915761b?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8501ca6a-cb41-4bff-92ab-231b1ea29522?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bd17bcc2-152c-4e98-ad39-a3ec1915761b" + "8501ca6a-cb41-4bff-92ab-231b1ea29522" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1197" ], "x-ms-correlation-request-id": [ - "12f9d90d-0344-4d79-ae07-5e4bc38dd3e3" + "6606d40c-182c-4e52-b241-162555dc1a30" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064727Z:12f9d90d-0344-4d79-ae07-5e4bc38dd3e3" + "SOUTHEASTASIA:20180416T084522Z:6606d40c-182c-4e52-b241-162555dc1a30" ], "X-Content-Type-Options": [ "nosniff" @@ -138,17 +138,78 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bd17bcc2-152c-4e98-ad39-a3ec1915761b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2JkMTdiY2MyLTE1MmMtNGU5OC1hZDM5LWEzZWMxOTE1NzYxYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8501ca6a-cb41-4bff-92ab-231b1ea29522?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzg1MDFjYTZhLWNiNDEtNGJmZi05MmFiLTIzMWIxZWEyOTUyMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950\",\r\n \"name\": \"sto5950\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:47:26.5183341Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:47:26.5183341Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:47:26.4558208Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5950.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5950.queue.core.windows.net/\",\r\n \"table\": \"https://sto5950.table.core.windows.net/\",\r\n \"file\": \"https://sto5950.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:45:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8501ca6a-cb41-4bff-92ab-231b1ea29522?monitor=true&api-version=2018-02-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "f0442455-5809-437a-a800-2a8dfd27f4c8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14995" + ], + "x-ms-correlation-request-id": [ + "a20a41c8-0c57-40a8-a5f2-1ad2340edec4" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T084540Z:a20a41c8-0c57-40a8-a5f2-1ad2340edec4" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8501ca6a-cb41-4bff-92ab-231b1ea29522?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzg1MDFjYTZhLWNiNDEtNGJmZi05MmFiLTIzMWIxZWEyOTUyMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" + ] + }, + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899\",\r\n \"name\": \"sto1899\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:45:22.3188907Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:45:22.3188907Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:45:22.2563273Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1899.web.core.windows.net/\",\r\n \"blob\": \"https://sto1899.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1899.queue.core.windows.net/\",\r\n \"table\": \"https://sto1899.table.core.windows.net/\",\r\n \"file\": \"https://sto1899.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -160,7 +221,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:43 GMT" + "Mon, 16 Apr 2018 08:45:57 GMT" ], "Pragma": [ "no-cache" @@ -175,19 +236,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0a5de941-973a-4378-b41c-5ec36ece3ba2" + "8a7d4e39-b9e6-4922-90ba-1f59dbda603d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14994" ], "x-ms-correlation-request-id": [ - "7e59fd92-8f72-45f0-922c-dbb61e2e5ada" + "7d1dfd62-23a6-4e5e-8780-5e26e5b3bfde" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064744Z:7e59fd92-8f72-45f0-922c-dbb61e2e5ada" + "SOUTHEASTASIA:20180416T084557Z:7d1dfd62-23a6-4e5e-8780-5e26e5b3bfde" ], "X-Content-Type-Options": [ "nosniff" @@ -196,8 +257,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMzQxNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899/blobServices/default/containers/container7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODk5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNzczMj9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -208,18 +269,21 @@ "2" ], "x-ms-client-request-id": [ - "dc3caba2-e872-43cf-90d2-8bf2f033ec05" + "927d8d98-1b47-496c-a92a-7dd60745c308" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416\",\r\n \"name\": \"container3416\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899/blobServices/default/containers/container7732\",\r\n \"name\": \"container7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -230,37 +294,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:45 GMT" + "Mon, 16 Apr 2018 08:45:58 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A89587C60BD\"" + "\"0x8D5A37679F50A34\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "a1777d5e-4328-4651-9d01-a29da9bac218" + "b0295dab-c6b9-425a-9bbb-07e4fb77b7e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1196" ], "x-ms-correlation-request-id": [ - "12ff65cc-29e8-447a-b73b-505a0da79eeb" + "70311090-5e3a-4f54-b959-54e38179802e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064745Z:12ff65cc-29e8-447a-b73b-505a0da79eeb" + "SOUTHEASTASIA:20180416T084559Z:70311090-5e3a-4f54-b959-54e38179802e" ], "X-Content-Type-Options": [ "nosniff" @@ -269,8 +327,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMzQxNi9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899/blobServices/default/containers/container7732/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODk5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNzczMi9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", "RequestHeaders": { @@ -281,17 +339,17 @@ "76" ], "x-ms-client-request-id": [ - "d54d29b0-0593-4e12-9b22-ea067a3325d8" + "3fec3b42-9e5c-478d-b96a-a72c5bbad43f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8958dcb733\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899/blobServices/default/containers/container7732/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a3767a85bd5a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -303,7 +361,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:46 GMT" + "Mon, 16 Apr 2018 08:45:59 GMT" ], "Pragma": [ "no-cache" @@ -312,7 +370,7 @@ "chunked" ], "ETag": [ - "\"8d57a8958dcb733\"" + "\"8d5a3767a85bd5a\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -321,19 +379,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "1f39d9f5-df83-4045-858a-d3e9c5cbd4df" + "650ad30b-e3e4-4c4e-98d0-1ec0d9a20b94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1195" ], "x-ms-correlation-request-id": [ - "035f5167-e309-4d0d-b393-1e53f867620a" + "d35dacdb-b94b-4ef9-b41c-33d137484eb2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064746Z:035f5167-e309-4d0d-b393-1e53f867620a" + "SOUTHEASTASIA:20180416T084600Z:d35dacdb-b94b-4ef9-b41c-33d137484eb2" ], "X-Content-Type-Options": [ "nosniff" @@ -342,26 +400,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMzQxNi9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899/blobServices/default/containers/container7732/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODk5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNzczMi9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af0d97ad-0795-482f-a72f-b160184c7e86" + "5cd27e4f-a770-498c-be05-32c203094e13" ], "If-Match": [ - "\"8d57a8958dcb733\"" + "\"8d5a3767a85bd5a\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950/blobServices/default/containers/container3416/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a89594a6453\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899/blobServices/default/containers/container7732/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a3767afa90b6\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -373,7 +431,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:47 GMT" + "Mon, 16 Apr 2018 08:46:00 GMT" ], "Pragma": [ "no-cache" @@ -382,7 +440,7 @@ "chunked" ], "ETag": [ - "\"8d57a89594a6453\"" + "\"8d5a3767afa90b6\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -391,19 +449,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eb6a43af-4a5e-45d9-8e04-04780887ec3b" + "c539d55e-8636-4ada-97e0-0c0656abc52d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1194" ], "x-ms-correlation-request-id": [ - "1f77391d-d473-4b94-89ce-a19941128029" + "c5d613fa-a8d2-44bc-832d-d190ff10f8c9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064747Z:1f77391d-d473-4b94-89ce-a19941128029" + "SOUTHEASTASIA:20180416T084600Z:c5d613fa-a8d2-44bc-832d-d190ff10f8c9" ], "X-Content-Type-Options": [ "nosniff" @@ -412,20 +470,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5031/providers/Microsoft.Storage/storageAccounts/sto5950?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczUwMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTUwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4005/providers/Microsoft.Storage/storageAccounts/sto1899?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwMDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODk5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "acb8a067-679f-4b05-99a7-401f266b9ca8" + "4b7151be-06d6-49e1-89d9-b302bd340d3d" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -443,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:54 GMT" + "Mon, 16 Apr 2018 08:46:05 GMT" ], "Pragma": [ "no-cache" @@ -452,19 +510,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5cae861a-7b28-495b-9e3b-deee5b1bab87" + "72653eee-e452-402a-8254-031aace941e5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1193" ], "x-ms-correlation-request-id": [ - "84e917a4-051f-41c8-aa78-90fe8907d1ec" + "f51bed12-3bdf-412e-8721-b1cf5028afcd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064754Z:84e917a4-051f-41c8-aa78-90fe8907d1ec" + "SOUTHEASTASIA:20180416T084605Z:f51bed12-3bdf-412e-8721-b1cf5028afcd" ], "X-Content-Type-Options": [ "nosniff" @@ -473,13 +531,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5031?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczUwMzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4005?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQwMDU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b75b7d33-a5d5-40f2-99cd-92c7c1cdbb85" + "11f6a286-7a0c-49e1-98b7-6b6147f65ae6" ], "accept-language": [ "en-US" @@ -501,28 +559,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:47:57 GMT" + "Mon, 16 Apr 2018 08:46:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1192" ], "x-ms-request-id": [ - "0c66b69b-98fe-471a-b7e5-7d23af9fd805" + "be11067f-4d5b-4dcb-b846-2798cf72cc8c" ], "x-ms-correlation-request-id": [ - "0c66b69b-98fe-471a-b7e5-7d23af9fd805" + "be11067f-4d5b-4dcb-b846-2798cf72cc8c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064757Z:0c66b69b-98fe-471a-b7e5-7d23af9fd805" + "SOUTHEASTASIA:20180416T084609Z:be11067f-4d5b-4dcb-b846-2798cf72cc8c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -534,8 +592,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU1ETXhMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EQTFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -556,28 +614,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:48:12 GMT" + "Mon, 16 Apr 2018 08:46:24 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14993" ], "x-ms-request-id": [ - "a3c87c6d-0fec-4e0f-ba39-aaf545d42682" + "47348738-9f68-482e-be81-68c1628d5f65" ], "x-ms-correlation-request-id": [ - "a3c87c6d-0fec-4e0f-ba39-aaf545d42682" + "47348738-9f68-482e-be81-68c1628d5f65" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064813Z:a3c87c6d-0fec-4e0f-ba39-aaf545d42682" + "SOUTHEASTASIA:20180416T084624Z:47348738-9f68-482e-be81-68c1628d5f65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -589,8 +647,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU1ETXhMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EQTFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -611,28 +669,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:48:28 GMT" + "Mon, 16 Apr 2018 08:46:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14992" ], "x-ms-request-id": [ - "e0a87ede-045f-49dc-a304-36c2118e58c6" + "63fa1f4d-a560-4b62-be1c-f27f0fea9f2e" ], "x-ms-correlation-request-id": [ - "e0a87ede-045f-49dc-a304-36c2118e58c6" + "63fa1f4d-a560-4b62-be1c-f27f0fea9f2e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064828Z:e0a87ede-045f-49dc-a304-36c2118e58c6" + "SOUTHEASTASIA:20180416T084640Z:63fa1f4d-a560-4b62-be1c-f27f0fea9f2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -644,8 +702,57 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1MDMxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU1ETXhMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EQTFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:46:55 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-request-id": [ + "745ab863-3555-4a63-9605-0dbc83f67ef7" + ], + "x-ms-correlation-request-id": [ + "745ab863-3555-4a63-9605-0dbc83f67ef7" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T084655Z:745ab863-3555-4a63-9605-0dbc83f67ef7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDA1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EQTFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -666,22 +773,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:48:44 GMT" + "Mon, 16 Apr 2018 08:46:55 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14990" ], "x-ms-request-id": [ - "aa64a64c-3a48-48d6-ae28-54e28956fdc6" + "8e209643-c5c8-486b-802e-281815ac871b" ], "x-ms-correlation-request-id": [ - "aa64a64c-3a48-48d6-ae28-54e28956fdc6" + "8e209643-c5c8-486b-802e-281815ac871b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180223T064844Z:aa64a64c-3a48-48d6-ae28-54e28956fdc6" + "SOUTHEASTASIA:20180416T084656Z:8e209643-c5c8-486b-802e-281815ac871b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,11 +802,11 @@ ], "Names": { "CreateResourceGroup": [ - "res5031" + "res4005" ], "BlobContainersCreateDeleteImmutabilityPolicyTest": [ - "sto5950", - "container3416" + "sto1899", + "container7732" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json index 182f055598c3..0e521d9bf523 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersCreateDeleteTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4079?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQwNzk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5633?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU2MzM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "cb7ad4b7-4ca2-42ad-a3f2-46b6570f863a" + "43afcf23-6276-4cca-8df1-d239c25484f0" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079\",\r\n \"name\": \"res4079\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633\",\r\n \"name\": \"res5633\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:02 GMT" + "Mon, 16 Apr 2018 08:48:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1198" ], "x-ms-request-id": [ - "354e322f-363d-49a4-b6c6-e9a3895b3d18" + "cd5be442-c5f5-4e22-8600-3cfa379c7d55" ], "x-ms-correlation-request-id": [ - "354e322f-363d-49a4-b6c6-e9a3895b3d18" + "cd5be442-c5f5-4e22-8600-3cfa379c7d55" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071102Z:354e322f-363d-49a4-b6c6-e9a3895b3d18" + "SOUTHEASTASIA:20180416T084828Z:cd5be442-c5f5-4e22-8600-3cfa379c7d55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTk/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "d20ed351-107f-4d18-b61c-8a975266d622" + "ca404124-65bd-44f4-a880-7e7ee4d2760e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:05 GMT" + "Mon, 16 Apr 2018 08:48:31 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b6b37cb2-3aa1-4735-91d4-c80e1639026a?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/ffa95b03-590c-4012-81d1-40a0cdc397c1?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b6b37cb2-3aa1-4735-91d4-c80e1639026a" + "ffa95b03-590c-4012-81d1-40a0cdc397c1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1197" ], "x-ms-correlation-request-id": [ - "4dd8eaf8-7775-42ce-a8a5-d8ac500457a1" + "e9a34ffe-33c2-497f-874a-a8ca799cffe9" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071105Z:4dd8eaf8-7775-42ce-a8a5-d8ac500457a1" + "SOUTHEASTASIA:20180416T084831Z:e9a34ffe-33c2-497f-874a-a8ca799cffe9" ], "X-Content-Type-Options": [ "nosniff" @@ -138,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b6b37cb2-3aa1-4735-91d4-c80e1639026a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I2YjM3Y2IyLTNhYTEtNDczNS05MWQ0LWM4MGUxNjM5MDI2YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/ffa95b03-590c-4012-81d1-40a0cdc397c1?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2ZmYTk1YjAzLTU5MGMtNDAxMi04MWQxLTQwYTBjZGMzOTdjMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506\",\r\n \"name\": \"sto4506\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:11:04.9317538Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:11:04.9317538Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T07:11:04.9161014Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4506.blob.core.windows.net/\",\r\n \"queue\": \"https://sto4506.queue.core.windows.net/\",\r\n \"table\": \"https://sto4506.table.core.windows.net/\",\r\n \"file\": \"https://sto4506.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259\",\r\n \"name\": \"sto259\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:48:31.2859107Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:48:31.2859107Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:48:31.23904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto259.web.core.windows.net/\",\r\n \"blob\": \"https://sto259.blob.core.windows.net/\",\r\n \"queue\": \"https://sto259.queue.core.windows.net/\",\r\n \"table\": \"https://sto259.table.core.windows.net/\",\r\n \"file\": \"https://sto259.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:22 GMT" + "Mon, 16 Apr 2018 08:48:48 GMT" ], "Pragma": [ "no-cache" @@ -175,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a58b8d3e-d0e7-465d-abdf-522033888529" + "79c461e7-a749-4641-8b07-357e2b45b960" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14984" + "14992" ], "x-ms-correlation-request-id": [ - "3692a24b-a698-4658-a347-ed7a81d982f1" + "1387cefa-0c44-4a59-9454-91511ed092ec" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071122Z:3692a24b-a698-4658-a347-ed7a81d982f1" + "SOUTHEASTASIA:20180416T084848Z:1387cefa-0c44-4a59-9454-91511ed092ec" ], "X-Content-Type-Options": [ "nosniff" @@ -196,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyOTY4OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers/container4725?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTkvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI0NzI1P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -208,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "bf2df892-3400-4e9f-a2bb-4ec81c49ee81" + "0ed63e69-3f77-4de3-b516-b2afb89a05b5" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689\",\r\n \"name\": \"container9689\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers/container4725\",\r\n \"name\": \"container4725\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "270" + ], "Content-Type": [ "application/json" ], @@ -230,37 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:23 GMT" + "Mon, 16 Apr 2018 08:48:49 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A8CA5B3C592\"" + "\"0x8D5A376DFC640BB\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "cdc86bdc-afa0-4640-9826-cf11d2613513" + "f3c92220-85ef-4237-a809-6dc49cfe6866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1196" ], "x-ms-correlation-request-id": [ - "c6a81e1f-97bb-4063-8478-f046de57a1dc" + "28daf25d-a667-4ecd-b8bc-6760c5e389b6" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071123Z:c6a81e1f-97bb-4063-8478-f046de57a1dc" + "SOUTHEASTASIA:20180416T084849Z:28daf25d-a667-4ecd-b8bc-6760c5e389b6" ], "X-Content-Type-Options": [ "nosniff" @@ -269,23 +266,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyOTY4OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers/container4725?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTkvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI0NzI1P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e0f39c1-d3c5-43f1-a5f0-9b2d4fd1872b" + "db1d3415-9ffe-4774-a340-1048d5e31c32" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689\",\r\n \"name\": \"container9689\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D57A8CA5B3C592\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-02-23T07:11:23Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n },\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers/container4725\",\r\n \"name\": \"container4725\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D5A376DFC640BB\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-04-16T08:48:49Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n },\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -297,7 +294,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:23 GMT" + "Mon, 16 Apr 2018 08:48:49 GMT" ], "Pragma": [ "no-cache" @@ -306,7 +303,7 @@ "chunked" ], "ETag": [ - "\"0x8D57A8CA5B3C592\"" + "\"0x8D5A376DFC640BB\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -315,19 +312,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fdb51307-11e7-4871-9c60-ee0436ac0f7e" + "f579c8e9-48fd-42f2-9542-22de7f9c5866" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14983" + "14991" ], "x-ms-correlation-request-id": [ - "9f234222-8510-499b-af55-9997275a4168" + "c21779bc-b13e-47af-b412-65379df10f0e" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071124Z:9f234222-8510-499b-af55-9997275a4168" + "SOUTHEASTASIA:20180416T084850Z:c21779bc-b13e-47af-b412-65379df10f0e" ], "X-Content-Type-Options": [ "nosniff" @@ -336,20 +333,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506/blobServices/default/containers/container9689?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyOTY4OT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers/container4725?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTkvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI0NzI1P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53661e27-57ff-4314-a7d5-5f18be9fc002" + "b1944166-2d4a-465c-87a9-2a9377ca9e4d" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -367,7 +364,65 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:25 GMT" + "Mon, 16 Apr 2018 08:48:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "7a949264-b90f-4441-8694-474aab7d05c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" + ], + "x-ms-correlation-request-id": [ + "2a645acc-d190-4aef-8eb0-0b32731543ff" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T084851Z:2a645acc-d190-4aef-8eb0-0b32731543ff" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers/container4725?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTkvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI0NzI1P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "1b8f4447-aa32-4057-b241-72308358e232" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:48:51 GMT" ], "Pragma": [ "no-cache" @@ -376,19 +431,83 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "4a326095-c8ef-45da-a49d-dfa8a98d5f82" + "015ed284-1623-4040-adb7-c638830c2844" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1194" + ], + "x-ms-correlation-request-id": [ + "d41d230e-e702-4988-9126-678ac462576b" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T084852Z:d41d230e-e702-4988-9126-678ac462576b" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 204 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259/blobServices/default/containers?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTkvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "58b80326-7120-43bf-9842-f68cf87e1a8a" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": []\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:48:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "2dbc9707-1ebc-490b-8c6a-4fd6aaa8f06a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14990" ], "x-ms-correlation-request-id": [ - "550f68bb-117a-48d5-a7ba-71bb756d9f9e" + "3c93427f-d95c-4beb-92fb-14e2ff067cbf" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071125Z:550f68bb-117a-48d5-a7ba-71bb756d9f9e" + "SOUTHEASTASIA:20180416T084851Z:3c93427f-d95c-4beb-92fb-14e2ff067cbf" ], "X-Content-Type-Options": [ "nosniff" @@ -397,20 +516,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4079/providers/Microsoft.Storage/storageAccounts/sto4506?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQwNzkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NTA2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5633/providers/Microsoft.Storage/storageAccounts/sto259?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU2MzMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNTk/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "78677325-bab2-4160-96a3-61cc52e8d1ac" + "a186e3b3-ba24-41c7-bd3a-c00c2bcc059e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -428,7 +547,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:29 GMT" + "Mon, 16 Apr 2018 08:48:55 GMT" ], "Pragma": [ "no-cache" @@ -437,19 +556,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "66ead969-befe-4766-837f-57909c79d73e" + "0b6e912d-b2fe-484c-a2c3-f1a29a39d979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1193" ], "x-ms-correlation-request-id": [ - "5dd5083e-58b5-4847-8a6d-6b0d94eb9692" + "e430ac2b-7c80-4cb7-987e-a0eaded1ee0b" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071129Z:5dd5083e-58b5-4847-8a6d-6b0d94eb9692" + "SOUTHEASTASIA:20180416T084856Z:e430ac2b-7c80-4cb7-987e-a0eaded1ee0b" ], "X-Content-Type-Options": [ "nosniff" @@ -458,13 +577,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4079?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQwNzk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5633?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU2MzM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01b85632-df68-49b5-945b-d25d2920494d" + "f1a16d51-ee72-4b9b-a623-b125a073e6ba" ], "accept-language": [ "en-US" @@ -486,28 +605,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:31 GMT" + "Mon, 16 Apr 2018 08:48:58 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1192" ], "x-ms-request-id": [ - "dbbecdc8-821d-40cf-85a3-acf3a79ce853" + "7a710b2b-9859-4a0f-87ca-1d70e029f287" ], "x-ms-correlation-request-id": [ - "dbbecdc8-821d-40cf-85a3-acf3a79ce853" + "7a710b2b-9859-4a0f-87ca-1d70e029f287" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071132Z:dbbecdc8-821d-40cf-85a3-acf3a79ce853" + "SOUTHEASTASIA:20180416T084859Z:7a710b2b-9859-4a0f-87ca-1d70e029f287" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -519,8 +638,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EYzVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU5qTXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -541,28 +660,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:11:46 GMT" + "Mon, 16 Apr 2018 08:49:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14989" ], "x-ms-request-id": [ - "12009a75-9858-47af-8d9d-b0c9621c5fa5" + "a1ab9a37-2fff-4c59-b0b8-69febc459b3b" ], "x-ms-correlation-request-id": [ - "12009a75-9858-47af-8d9d-b0c9621c5fa5" + "a1ab9a37-2fff-4c59-b0b8-69febc459b3b" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071147Z:12009a75-9858-47af-8d9d-b0c9621c5fa5" + "SOUTHEASTASIA:20180416T084915Z:a1ab9a37-2fff-4c59-b0b8-69febc459b3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -574,8 +693,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EYzVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU5qTXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -596,28 +715,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:12:02 GMT" + "Mon, 16 Apr 2018 08:49:30 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14988" ], "x-ms-request-id": [ - "0b9f5908-6e4e-44d4-a5f2-0e4d68a21288" + "0cfcba8e-9563-4657-b812-f480bde94473" ], "x-ms-correlation-request-id": [ - "0b9f5908-6e4e-44d4-a5f2-0e4d68a21288" + "0cfcba8e-9563-4657-b812-f480bde94473" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071203Z:0b9f5908-6e4e-44d4-a5f2-0e4d68a21288" + "SOUTHEASTASIA:20180416T084930Z:0cfcba8e-9563-4657-b812-f480bde94473" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -629,8 +748,57 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MDc5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME1EYzVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU5qTXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:49:45 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-request-id": [ + "4148a05a-f0f2-42f1-9eb1-e3d2b1c989b2" + ], + "x-ms-correlation-request-id": [ + "4148a05a-f0f2-42f1-9eb1-e3d2b1c989b2" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T084946Z:4148a05a-f0f2-42f1-9eb1-e3d2b1c989b2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1NjMzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU5qTXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -651,22 +819,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:12:18 GMT" + "Mon, 16 Apr 2018 08:49:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14980" + "14986" ], "x-ms-request-id": [ - "e23bb32f-7a39-45e2-b13b-ab5fa7134680" + "f4d04e3c-6a18-4c61-9fbc-ee38ebf034ef" ], "x-ms-correlation-request-id": [ - "e23bb32f-7a39-45e2-b13b-ab5fa7134680" + "f4d04e3c-6a18-4c61-9fbc-ee38ebf034ef" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T071218Z:e23bb32f-7a39-45e2-b13b-ab5fa7134680" + "SOUTHEASTASIA:20180416T084946Z:f4d04e3c-6a18-4c61-9fbc-ee38ebf034ef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -680,11 +848,11 @@ ], "Names": { "CreateResourceGroup": [ - "res4079" + "res5633" ], "BlobContainersCreateDeleteTest": [ - "sto4506", - "container9689" + "sto259", + "container4725" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json index f597591c8f31..c57ba4d5cfff 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6238?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYyMzg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7472?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczc0NzI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "d57f31d6-5dec-4a7e-b5b0-325d0531486d" + "e0f28644-5be7-4a19-9a68-73c748618d18" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238\",\r\n \"name\": \"res6238\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472\",\r\n \"name\": \"res7472\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:33 GMT" + "Mon, 16 Apr 2018 08:56:30 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1197" ], "x-ms-request-id": [ - "b147df3b-e99d-423a-bd6d-2a6fb0e29d37" + "0217e036-9f70-49a9-8816-ec8c70276096" ], "x-ms-correlation-request-id": [ - "b147df3b-e99d-423a-bd6d-2a6fb0e29d37" + "0217e036-9f70-49a9-8816-ec8c70276096" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070034Z:b147df3b-e99d-423a-bd6d-2a6fb0e29d37" + "SOUTHEASTASIA:20180416T085631Z:0217e036-9f70-49a9-8816-ec8c70276096" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzI/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "8b2d8631-8d70-4471-b1fb-843c10b82f75" + "ebc54429-7752-4038-b994-a052848bc487" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:35 GMT" + "Mon, 16 Apr 2018 08:56:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/767f0e69-e257-469a-9125-a72efbae9d23?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9edbf08c-9eaa-43cf-be96-85e5af9d0464?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "767f0e69-e257-469a-9125-a72efbae9d23" + "9edbf08c-9eaa-43cf-be96-85e5af9d0464" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1196" ], "x-ms-correlation-request-id": [ - "7d461931-9ee8-47aa-a4ac-866264857290" + "63938114-f50f-45f1-ae0d-1101c8acfac8" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070036Z:7d461931-9ee8-47aa-a4ac-866264857290" + "SOUTHEASTASIA:20180416T085635Z:63938114-f50f-45f1-ae0d-1101c8acfac8" ], "X-Content-Type-Options": [ "nosniff" @@ -138,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/767f0e69-e257-469a-9125-a72efbae9d23?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc2N2YwZTY5LWUyNTctNDY5YS05MTI1LWE3MmVmYmFlOWQyMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9edbf08c-9eaa-43cf-be96-85e5af9d0464?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzllZGJmMDhjLTllYWEtNDNjZi1iZTk2LTg1ZTVhZjlkMDQ2ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232\",\r\n \"name\": \"sto232\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:00:36.3288666Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:00:36.3288666Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T07:00:36.3132663Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto232.blob.core.windows.net/\",\r\n \"queue\": \"https://sto232.queue.core.windows.net/\",\r\n \"table\": \"https://sto232.table.core.windows.net/\",\r\n \"file\": \"https://sto232.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747\",\r\n \"name\": \"sto1747\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:56:34.9124481Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:56:34.9124481Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:56:34.7874384Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1747.web.core.windows.net/\",\r\n \"blob\": \"https://sto1747.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1747.queue.core.windows.net/\",\r\n \"table\": \"https://sto1747.table.core.windows.net/\",\r\n \"file\": \"https://sto1747.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:53 GMT" + "Mon, 16 Apr 2018 08:56:52 GMT" ], "Pragma": [ "no-cache" @@ -175,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "52e6e66b-8ba8-4a11-81c7-f531cbddc60e" + "52f9c684-3a28-4c32-95d0-bca2048f291e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14997" ], "x-ms-correlation-request-id": [ - "48e13ba3-9e69-48ba-af18-95e8e5f7d971" + "3261f62e-2f14-45ac-9161-0a95f57b2659" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070054Z:48e13ba3-9e69-48ba-af18-95e8e5f7d971" + "SOUTHEASTASIA:20180416T085652Z:3261f62e-2f14-45ac-9161-0a95f57b2659" ], "X-Content-Type-Options": [ "nosniff" @@ -196,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTcxMz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -208,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "19e0e8f5-ef07-4710-9670-d46dd8b08a6d" + "45d96f35-0dc0-4adb-8ad0-f36c47895bac" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023\",\r\n \"name\": \"container5023\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713\",\r\n \"name\": \"container1713\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -230,37 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:54 GMT" + "Mon, 16 Apr 2018 08:56:53 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A8B2EF83114\"" + "\"0x8D5A378002C3A01\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "7eefe156-9094-4447-842f-57976f2a1d57" + "9be50322-ccfb-4f98-b23b-ac97103d4838" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1195" ], "x-ms-correlation-request-id": [ - "b1d290ad-f9c4-42f7-985f-fa620fac3756" + "ca748f6a-8f02-4032-9d11-1d83c01fc66e" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070055Z:b1d290ad-f9c4-42f7-985f-fa620fac3756" + "SOUTHEASTASIA:20180416T085653Z:ca748f6a-8f02-4032-9d11-1d83c01fc66e" ], "X-Content-Type-Options": [ "nosniff" @@ -269,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzL2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTcxMy9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", "RequestHeaders": { @@ -281,17 +278,17 @@ "76" ], "x-ms-client-request-id": [ - "50141704-286b-4d80-80df-e0fe9446d2cb" + "b3cf6f17-5560-4629-b808-ec0dd5eabbe9" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8b2f492ad5\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a3780081aa2e\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -303,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:54 GMT" + "Mon, 16 Apr 2018 08:56:54 GMT" ], "Pragma": [ "no-cache" @@ -312,7 +309,7 @@ "chunked" ], "ETag": [ - "\"8d57a8b2f492ad5\"" + "\"8d5a3780081aa2e\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -321,19 +318,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "54ed6b2a-fef5-4fcb-9faf-f8dcae725957" + "a08b2cc7-4116-46a4-8031-76d8fde6a1c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1194" ], "x-ms-correlation-request-id": [ - "8d67001f-6ff2-4c12-9afe-f0afdafab368" + "01a14f0a-eecc-46d4-b251-ebf0a33db341" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070055Z:8d67001f-6ff2-4c12-9afe-f0afdafab368" + "SOUTHEASTASIA:20180416T085654Z:01a14f0a-eecc-46d4-b251-ebf0a33db341" ], "X-Content-Type-Options": [ "nosniff" @@ -342,26 +339,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default/lock?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzL2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQvbG9jaz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713/immutabilityPolicies/default/lock?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTcxMy9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2xvY2s/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a4ac2061-73ba-4470-b158-df687c55e1ba" + "44ab2769-56d6-4bdc-be1e-9abfa58619b6" ], "If-Match": [ - "\"8d57a8b2f492ad5\"" + "\"8d5a3780081aa2e\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8b2f9eff30\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37800d51cee\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -373,7 +370,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:55 GMT" + "Mon, 16 Apr 2018 08:56:54 GMT" ], "Pragma": [ "no-cache" @@ -382,7 +379,7 @@ "chunked" ], "ETag": [ - "\"8d57a8b2f9eff30\"" + "\"8d5a37800d51cee\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -391,19 +388,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fb32ca26-f229-482a-8cd8-7b7819617ab5" + "97bff242-9cd4-4605-a45e-c175f6fe9d49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1193" ], "x-ms-correlation-request-id": [ - "13f427ed-68b5-4827-979e-4b196711377a" + "77c378b4-b380-4f8f-8d3e-20e88ab39f2c" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070056Z:13f427ed-68b5-4827-979e-4b196711377a" + "SOUTHEASTASIA:20180416T085655Z:77c378b4-b380-4f8f-8d3e-20e88ab39f2c" ], "X-Content-Type-Options": [ "nosniff" @@ -412,8 +409,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default/extend?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzL2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQvZXh0ZW5kP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713/immutabilityPolicies/default/extend?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTcxMy9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2V4dGVuZD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100\r\n }\r\n}", "RequestHeaders": { @@ -424,20 +421,20 @@ "78" ], "x-ms-client-request-id": [ - "f751619b-1601-4d36-a41c-44cf0810c6da" + "699825d9-2779-4715-9eef-fbf6c128607e" ], "If-Match": [ - "\"8d57a8b2f9eff30\"" + "\"8d5a37800d51cee\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8b2ff50332\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37801216858\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -449,7 +446,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:55 GMT" + "Mon, 16 Apr 2018 08:56:55 GMT" ], "Pragma": [ "no-cache" @@ -458,7 +455,7 @@ "chunked" ], "ETag": [ - "\"8d57a8b2ff50332\"" + "\"8d5a37801216858\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -467,19 +464,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "aab6a655-d2a1-41bc-b60a-31cf50f9a3ed" + "aae38697-26fb-43ce-843d-1a33e15b0e91" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1192" ], "x-ms-correlation-request-id": [ - "2ec92d0c-1201-4925-8b54-dfb266eb1393" + "10adb6a9-981a-48e6-995b-74d88a9ae0fc" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070056Z:2ec92d0c-1201-4925-8b54-dfb266eb1393" + "SOUTHEASTASIA:20180416T085655Z:10adb6a9-981a-48e6-995b-74d88a9ae0fc" ], "X-Content-Type-Options": [ "nosniff" @@ -488,20 +485,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232/blobServices/default/containers/container5023?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzIvYmxvYlNlcnZpY2VzL2RlZmF1bHQvY29udGFpbmVycy9jb250YWluZXI1MDIzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747/blobServices/default/containers/container1713?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTcxMz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ce62945-096f-4cc2-b409-ac5938c5ad40" + "3b179837-e18e-4734-afff-b157755a843e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -519,7 +516,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:00:57 GMT" + "Mon, 16 Apr 2018 08:56:56 GMT" ], "Pragma": [ "no-cache" @@ -528,19 +525,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5c500501-16ee-4749-b975-3abd12a77118" + "8a3dc9b6-37e0-47dc-bfbc-5fba8024d898" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1191" ], "x-ms-correlation-request-id": [ - "eeb9998c-786a-4b7b-9eec-281494509c69" + "6c89f9b7-2e30-4f20-9227-b4c0eba1cd48" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070057Z:eeb9998c-786a-4b7b-9eec-281494509c69" + "SOUTHEASTASIA:20180416T085656Z:6c89f9b7-2e30-4f20-9227-b4c0eba1cd48" ], "X-Content-Type-Options": [ "nosniff" @@ -549,20 +546,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6238/providers/Microsoft.Storage/storageAccounts/sto232?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYyMzgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMzI/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7472/providers/Microsoft.Storage/storageAccounts/sto1747?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc0NzIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNzQ3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b01b4a3d-2a9e-4ecf-9896-afda5ca55e52" + "39ebe489-ae3f-4c61-b0c2-4ce6ce2d436c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -580,7 +577,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:01:02 GMT" + "Mon, 16 Apr 2018 08:56:59 GMT" ], "Pragma": [ "no-cache" @@ -589,19 +586,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "89bd3c9b-9c12-4750-a698-8da6832cddd2" + "e3c27a82-5626-4289-8878-a5ded766843c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1190" ], "x-ms-correlation-request-id": [ - "e9265822-029d-4ccb-8bae-e0af4ef15e6e" + "a7cf2485-482b-49a2-a003-7ffa4f76c345" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070102Z:e9265822-029d-4ccb-8bae-e0af4ef15e6e" + "SOUTHEASTASIA:20180416T085659Z:a7cf2485-482b-49a2-a003-7ffa4f76c345" ], "X-Content-Type-Options": [ "nosniff" @@ -610,13 +607,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6238?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYyMzg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7472?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczc0NzI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "192e59c6-9829-4b1f-afc9-896413b2a565" + "7280b6f7-7b2c-4125-9abe-dde0912bfd82" ], "accept-language": [ "en-US" @@ -638,28 +635,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:01:04 GMT" + "Mon, 16 Apr 2018 08:57:02 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1189" ], "x-ms-request-id": [ - "1486d87e-114c-47a6-8a73-fb7c26d2d314" + "03460318-b211-462a-9169-8d424821171e" ], "x-ms-correlation-request-id": [ - "1486d87e-114c-47a6-8a73-fb7c26d2d314" + "03460318-b211-462a-9169-8d424821171e" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070104Z:1486d87e-114c-47a6-8a73-fb7c26d2d314" + "SOUTHEASTASIA:20180416T085702Z:03460318-b211-462a-9169-8d424821171e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -671,8 +668,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk1qTTRMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNM05EY3lMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -693,28 +690,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:01:19 GMT" + "Mon, 16 Apr 2018 08:57:17 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14996" ], "x-ms-request-id": [ - "9ff16a6b-5d9f-480b-93bd-18713443da3b" + "daac1496-249e-4458-8aea-355b56e9def6" ], "x-ms-correlation-request-id": [ - "9ff16a6b-5d9f-480b-93bd-18713443da3b" + "daac1496-249e-4458-8aea-355b56e9def6" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070119Z:9ff16a6b-5d9f-480b-93bd-18713443da3b" + "SOUTHEASTASIA:20180416T085718Z:daac1496-249e-4458-8aea-355b56e9def6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -726,8 +723,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk1qTTRMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNM05EY3lMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -748,28 +745,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:01:34 GMT" + "Mon, 16 Apr 2018 08:57:33 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14995" ], "x-ms-request-id": [ - "3e02b924-8dd3-43f3-ba75-272577bf56bb" + "c26e3e4a-4be2-47e7-84b8-8b88716fefb0" ], "x-ms-correlation-request-id": [ - "3e02b924-8dd3-43f3-ba75-272577bf56bb" + "c26e3e4a-4be2-47e7-84b8-8b88716fefb0" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070135Z:3e02b924-8dd3-43f3-ba75-272577bf56bb" + "SOUTHEASTASIA:20180416T085733Z:c26e3e4a-4be2-47e7-84b8-8b88716fefb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -781,8 +778,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2MjM4LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk1qTTRMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNM05EY3lMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -803,22 +800,71 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:01:50 GMT" + "Mon, 16 Apr 2018 08:57:48 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14994" + ], + "x-ms-request-id": [ + "996bb920-9f5a-46c2-8a8f-f091d62c5eaa" + ], + "x-ms-correlation-request-id": [ + "996bb920-9f5a-46c2-8a8f-f091d62c5eaa" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085749Z:996bb920-9f5a-46c2-8a8f-f091d62c5eaa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM3NDcyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNM05EY3lMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:57:48 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14993" ], "x-ms-request-id": [ - "5a98e105-9dff-4d43-bfbc-7f3a5c8ef21a" + "dab04c2b-0f2c-4793-a1c7-298858453f24" ], "x-ms-correlation-request-id": [ - "5a98e105-9dff-4d43-bfbc-7f3a5c8ef21a" + "dab04c2b-0f2c-4793-a1c7-298858453f24" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T070150Z:5a98e105-9dff-4d43-bfbc-7f3a5c8ef21a" + "SOUTHEASTASIA:20180416T085749Z:dab04c2b-0f2c-4793-a1c7-298858453f24" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -832,11 +878,11 @@ ], "Names": { "CreateResourceGroup": [ - "res6238" + "res7472" ], "BlobContainersExtendImmutabilityPolicyTest": [ - "sto232", - "container5023" + "sto1747", + "container1713" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json index aed1a29832c4..9d3b14caa25b 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersGetTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9871?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk4NzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6609?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY2MDk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "46046f20-3bf3-409c-a4a2-2a3c4c760d2a" + "94133b5d-b6fe-42d2-bffd-d44260f1e837" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871\",\r\n \"name\": \"res9871\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609\",\r\n \"name\": \"res6609\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:05:42 GMT" + "Mon, 16 Apr 2018 08:49:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1186" ], "x-ms-request-id": [ - "ae2c54de-3ea3-4b9a-83e0-b8a5ef61c10a" + "34b622f5-7de6-41b7-b34a-7a8ab85ac21c" ], "x-ms-correlation-request-id": [ - "ae2c54de-3ea3-4b9a-83e0-b8a5ef61c10a" + "34b622f5-7de6-41b7-b34a-7a8ab85ac21c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050543Z:ae2c54de-3ea3-4b9a-83e0-b8a5ef61c10a" + "SOUTHEASTASIA:20180416T084952Z:34b622f5-7de6-41b7-b34a-7a8ab85ac21c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "3e0f088d-db4c-4ac6-bdb8-3c9cc7be9f14" + "42e17c9e-e6be-48b4-9e40-2b9c55453798" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:05:48 GMT" + "Mon, 16 Apr 2018 08:49:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b7582d97-859a-4f1b-9318-589a8775ba11?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/48c4d86a-793e-46b9-8a7d-01b97ced858a?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b7582d97-859a-4f1b-9318-589a8775ba11" + "48c4d86a-793e-46b9-8a7d-01b97ced858a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1185" ], "x-ms-correlation-request-id": [ - "1f10f262-8770-4ef7-b359-ff891a343e1d" + "982e10e2-ac53-4334-a5d6-56be9c4c42d5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050548Z:1f10f262-8770-4ef7-b359-ff891a343e1d" + "SOUTHEASTASIA:20180416T084955Z:982e10e2-ac53-4334-a5d6-56be9c4c42d5" ], "X-Content-Type-Options": [ "nosniff" @@ -138,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b7582d97-859a-4f1b-9318-589a8775ba11?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I3NTgyZDk3LTg1OWEtNGYxYi05MzE4LTU4OWE4Nzc1YmExMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/48c4d86a-793e-46b9-8a7d-01b97ced858a?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ4YzRkODZhLTc5M2UtNDZiOS04YTdkLTAxYjk3Y2VkODU4YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217\",\r\n \"name\": \"sto6217\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T05:05:47.4767769Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T05:05:47.4767769Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T05:05:47.3830007Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6217.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6217.queue.core.windows.net/\",\r\n \"table\": \"https://sto6217.table.core.windows.net/\",\r\n \"file\": \"https://sto6217.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040\",\r\n \"name\": \"sto4040\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:49:54.7543087Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:49:54.7543087Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:49:54.7074107Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto4040.web.core.windows.net/\",\r\n \"blob\": \"https://sto4040.blob.core.windows.net/\",\r\n \"queue\": \"https://sto4040.queue.core.windows.net/\",\r\n \"table\": \"https://sto4040.table.core.windows.net/\",\r\n \"file\": \"https://sto4040.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:05 GMT" + "Mon, 16 Apr 2018 08:50:11 GMT" ], "Pragma": [ "no-cache" @@ -175,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "35ed1d13-e3ba-47db-8530-3653ce64c2ea" + "83548329-2f20-4413-ad0f-cc7676747e7c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14981" ], "x-ms-correlation-request-id": [ - "c1e1f34f-dec7-425e-ac83-05b824890679" + "6fa32fb5-7f3c-40ce-ac72-f3b5ad99d60b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050606Z:c1e1f34f-dec7-425e-ac83-05b824890679" + "SOUTHEASTASIA:20180416T085012Z:6fa32fb5-7f3c-40ce-ac72-f3b5ad99d60b" ], "X-Content-Type-Options": [ "nosniff" @@ -196,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -208,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "471b21f3-278c-411b-a435-fcc816888e74" + "2585e1dd-1802-4c30-a609-a6e6d70f16ca" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634\",\r\n \"name\": \"container1634\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408\",\r\n \"name\": \"container408\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "269" + ], "Content-Type": [ "application/json" ], @@ -230,37 +233,31 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:08 GMT" + "Mon, 16 Apr 2018 08:50:12 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D592D748CCF9CD\"" + "\"0x8D5A377115A9235\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "f3f6d7f5-1b56-48e7-ad20-b212ec5247f8" + "efdd5003-3b32-42f8-9136-4a0529d86223" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1184" ], "x-ms-correlation-request-id": [ - "08db9c93-93cc-4f01-909c-e7c97de969a3" + "09d5fa57-93b8-4cc0-8a23-ccce4a531140" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050608Z:08db9c93-93cc-4f01-909c-e7c97de969a3" + "SOUTHEASTASIA:20180416T085013Z:09d5fa57-93b8-4cc0-8a23-ccce4a531140" ], "X-Content-Type-Options": [ "nosniff" @@ -269,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/setLegalHold?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9zZXRMZWdhbEhvbGQ/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/setLegalHold?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4L3NldExlZ2FsSG9sZD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", "RequestHeaders": { @@ -281,14 +278,14 @@ "60" ], "x-ms-client-request-id": [ - "9b344965-6273-4e7a-93c3-2eeab4f86dca" + "12c419ac-2d85-4cf6-9da8-bd9475f41560" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", @@ -303,7 +300,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:09 GMT" + "Mon, 16 Apr 2018 08:50:13 GMT" ], "Pragma": [ "no-cache" @@ -318,19 +315,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a1113170-8d50-4794-bd5b-7d8d38644a80" + "91cf7af1-38c3-4a4e-97fb-c386aab784e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1183" ], "x-ms-correlation-request-id": [ - "c82cfbf0-bdb7-40ec-bd3e-d218404a1025" + "bcd8dbbf-e64f-471e-aba8-532e639960d9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050610Z:c82cfbf0-bdb7-40ec-bd3e-d218404a1025" + "SOUTHEASTASIA:20180416T085013Z:bcd8dbbf-e64f-471e-aba8-532e639960d9" ], "X-Content-Type-Options": [ "nosniff" @@ -339,8 +336,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4L2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", "RequestHeaders": { @@ -351,17 +348,17 @@ "76" ], "x-ms-client-request-id": [ - "dd453109-9c11-4579-b5c6-faa0fd91c64f" + "7e61f92d-ab7f-4436-aa7c-3cbf56845ba9" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d592d74abc62ff\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a3771214c20b\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -373,7 +370,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:11 GMT" + "Mon, 16 Apr 2018 08:50:13 GMT" ], "Pragma": [ "no-cache" @@ -382,7 +379,7 @@ "chunked" ], "ETag": [ - "\"8d592d74abc62ff\"" + "\"8d5a3771214c20b\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -391,19 +388,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "008c0754-abd6-46d3-a869-279fa7163c5a" + "ac7be375-888b-484b-92ad-e9085176238b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1182" ], "x-ms-correlation-request-id": [ - "e0a06507-5725-41e9-b4e4-65d5bf4a9423" + "952f4666-000b-4532-bc26-4fd47be6034b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050611Z:e0a06507-5725-41e9-b4e4-65d5bf4a9423" + "SOUTHEASTASIA:20180416T085014Z:952f4666-000b-4532-bc26-4fd47be6034b" ], "X-Content-Type-Options": [ "nosniff" @@ -412,26 +409,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default/lock?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2xvY2s/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/immutabilityPolicies/default/lock?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4L2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQvbG9jaz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a1bb40e-7754-4089-a43a-4b32eb2b702e" + "229450c6-67e2-4eb6-bece-2dad8ac610d1" ], "If-Match": [ - "\"8d592d74abc62ff\"" + "\"8d5a3771214c20b\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d592d74bb2836d\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37712741e92\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -443,7 +440,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:13 GMT" + "Mon, 16 Apr 2018 08:50:14 GMT" ], "Pragma": [ "no-cache" @@ -452,7 +449,7 @@ "chunked" ], "ETag": [ - "\"8d592d74bb2836d\"" + "\"8d5a37712741e92\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -461,19 +458,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "a4324b40-42b5-4a15-8f34-810f57047141" + "acc49132-443a-452f-a792-2cb4b9c371cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1181" ], "x-ms-correlation-request-id": [ - "38c8bfe7-6a80-4772-9e49-d861677803c8" + "c6e7be4c-3b4e-4cf8-a1bf-d6ca6d663ba0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050613Z:38c8bfe7-6a80-4772-9e49-d861677803c8" + "SOUTHEASTASIA:20180416T085015Z:c6e7be4c-3b4e-4cf8-a1bf-d6ca6d663ba0" ], "X-Content-Type-Options": [ "nosniff" @@ -482,8 +479,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default/extend?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2V4dGVuZD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/immutabilityPolicies/default/extend?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4L2ltbXV0YWJpbGl0eVBvbGljaWVzL2RlZmF1bHQvZXh0ZW5kP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100\r\n }\r\n}", "RequestHeaders": { @@ -494,20 +491,20 @@ "78" ], "x-ms-client-request-id": [ - "70fae224-8fe4-48e2-b376-d1d696c35735" + "e6e5f6e4-319c-43da-89f0-2f7ed87bda45" ], "If-Match": [ - "\"8d592d74bb2836d\"" + "\"8d5a37712741e92\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d592d74cb3011a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37712cc5638\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -519,7 +516,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:14 GMT" + "Mon, 16 Apr 2018 08:50:15 GMT" ], "Pragma": [ "no-cache" @@ -528,7 +525,7 @@ "chunked" ], "ETag": [ - "\"8d592d74cb3011a\"" + "\"8d5a37712cc5638\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -537,19 +534,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3e04254c-b43d-455c-91cb-13b7205404f2" + "c93682bd-80af-4fed-9405-4c7a859877d4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1180" ], "x-ms-correlation-request-id": [ - "331ea86a-8a18-4a85-8454-ee3f397ebede" + "ec9d6de0-b28f-422a-a12b-ca648f0c4eb1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050615Z:331ea86a-8a18-4a85-8454-ee3f397ebede" + "SOUTHEASTASIA:20180416T085015Z:ec9d6de0-b28f-422a-a12b-ca648f0c4eb1" ], "X-Content-Type-Options": [ "nosniff" @@ -558,23 +555,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "08580ccd-3ac3-4cd5-a092-08d3ab032c04" + "18acbf6f-3bd6-4b08-9d9a-f874998b6398" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634\",\r\n \"name\": \"container1634\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D592D74CC20EBA\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-03-26T05:06:14Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\\\"8d592d74cb3011a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n },\r\n \"updateHistory\": [\r\n {\r\n \"update\": \"put\",\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"timestamp\": \"2018-03-26T05:06:11.431403Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"update\": \"lock\",\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"timestamp\": \"2018-03-26T05:06:13.0907641Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"update\": \"extend\",\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"timestamp\": \"2018-03-26T05:06:14.7097716Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n ]\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n {\r\n \"tag\": \"tag1\",\r\n \"timestamp\": \"2018-03-26T05:06:09.6964643Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"tag\": \"tag2\",\r\n \"timestamp\": \"2018-03-26T05:06:09.6964643Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"tag\": \"tag3\",\r\n \"timestamp\": \"2018-03-26T05:06:09.6964643Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n ]\r\n },\r\n \"hasImmutabilityPolicy\": true,\r\n \"hasLegalHold\": true\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408\",\r\n \"name\": \"container408\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D5A37712D701EB\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-04-16T08:50:15Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\\\"8d5a37712cc5638\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"state\": \"Locked\"\r\n },\r\n \"updateHistory\": [\r\n {\r\n \"update\": \"put\",\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"timestamp\": \"2018-04-16T08:50:14.4141633Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"update\": \"lock\",\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"timestamp\": \"2018-04-16T08:50:14.9610511Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"update\": \"extend\",\r\n \"immutabilityPeriodSinceCreationInDays\": 100,\r\n \"timestamp\": \"2018-04-16T08:50:15.5235548Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n ]\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n {\r\n \"tag\": \"tag1\",\r\n \"timestamp\": \"2018-04-16T08:50:13.686153Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"tag\": \"tag2\",\r\n \"timestamp\": \"2018-04-16T08:50:13.686153Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n },\r\n {\r\n \"tag\": \"tag3\",\r\n \"timestamp\": \"2018-04-16T08:50:13.686153Z\",\r\n \"objectIdentifier\": \"ce7cd28a-fc25-4bf1-8fb9-e1b9833ffd4b\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n }\r\n ]\r\n },\r\n \"hasImmutabilityPolicy\": true,\r\n \"hasLegalHold\": true\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -586,7 +583,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:16 GMT" + "Mon, 16 Apr 2018 08:50:15 GMT" ], "Pragma": [ "no-cache" @@ -595,7 +592,7 @@ "chunked" ], "ETag": [ - "\"0x8D592D74CC20EBA\"" + "\"0x8D5A37712D701EB\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -604,19 +601,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "ec4bf9d4-c6bf-44a1-90d4-e04aacbfd8cb" + "6e6f9527-e8d4-4b2c-9641-a8741a8504d3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14980" ], "x-ms-correlation-request-id": [ - "516f5add-0943-4a16-8bbc-0abecae4e71b" + "a0b52150-ba1d-49b0-8596-3ac8e6021376" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050616Z:516f5add-0943-4a16-8bbc-0abecae4e71b" + "SOUTHEASTASIA:20180416T085016Z:a0b52150-ba1d-49b0-8596-3ac8e6021376" ], "X-Content-Type-Options": [ "nosniff" @@ -625,8 +622,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634/clearLegalHold?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzNC9jbGVhckxlZ2FsSG9sZD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408/clearLegalHold?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4L2NsZWFyTGVnYWxIb2xkP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", "RequestHeaders": { @@ -637,14 +634,14 @@ "60" ], "x-ms-client-request-id": [ - "e997f50f-2800-437c-a1c1-f3cc4302c6da" + "e8bafb68-bf0f-4fe9-af20-0d1f4477e1fb" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n}", @@ -659,7 +656,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:17 GMT" + "Mon, 16 Apr 2018 08:50:16 GMT" ], "Pragma": [ "no-cache" @@ -674,19 +671,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8070ab8c-2d1b-4dbc-ba25-6e81f309ba46" + "da72255a-2e2e-493d-82b6-bb4a32f915b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1179" ], "x-ms-correlation-request-id": [ - "92d7c1a7-fd48-4fbf-8f4d-da430a00ab42" + "f81c86c7-51ab-43df-98f7-826feb34cf84" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050618Z:92d7c1a7-fd48-4fbf-8f4d-da430a00ab42" + "SOUTHEASTASIA:20180416T085016Z:f81c86c7-51ab-43df-98f7-826feb34cf84" ], "X-Content-Type-Options": [ "nosniff" @@ -695,20 +692,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217/blobServices/default/containers/container1634?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040/blobServices/default/containers/container408?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ec9809fb-bb8f-4689-8394-d730cb49c103" + "7976f5cd-d147-4396-aebf-9bf2e2b20b82" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -726,7 +723,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:19 GMT" + "Mon, 16 Apr 2018 08:50:16 GMT" ], "Pragma": [ "no-cache" @@ -735,19 +732,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5857fff7-c99f-44cf-8334-893d8fd9bdba" + "73630190-9d66-47f1-b784-e9c979209f57" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1178" ], "x-ms-correlation-request-id": [ - "80c6f506-ea3a-4cfb-9fd1-04d6fbbce13a" + "189fae4c-5591-467e-a4dc-5cb3bc218020" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050620Z:80c6f506-ea3a-4cfb-9fd1-04d6fbbce13a" + "SOUTHEASTASIA:20180416T085017Z:189fae4c-5591-467e-a4dc-5cb3bc218020" ], "X-Content-Type-Options": [ "nosniff" @@ -756,20 +753,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9871/providers/Microsoft.Storage/storageAccounts/sto6217?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4NzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjE3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6609/providers/Microsoft.Storage/storageAccounts/sto4040?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQwP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5b013324-ec04-48fb-9997-d393db8c40d1" + "54f99fea-c1ef-4f8c-816e-b32f350db04f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -787,7 +784,7 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:27 GMT" + "Mon, 16 Apr 2018 08:50:20 GMT" ], "Pragma": [ "no-cache" @@ -796,19 +793,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "9d9d264d-2ca9-4115-a65f-0285a2dca94a" + "d6348c6f-48cb-46e8-b9c2-c4442302c513" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1177" ], "x-ms-correlation-request-id": [ - "ad23e213-f185-4a91-92b7-a4683b9e6a83" + "c134e722-124e-4ed4-a772-12d1cca6a593" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050628Z:ad23e213-f185-4a91-92b7-a4683b9e6a83" + "SOUTHEASTASIA:20180416T085021Z:c134e722-124e-4ed4-a772-12d1cca6a593" ], "X-Content-Type-Options": [ "nosniff" @@ -817,13 +814,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9871?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk4NzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6609?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY2MDk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ae773ac8-91f6-4ba6-b237-240af2713b68" + "18492c04-b2da-4ee1-83e9-fbb1527734a1" ], "accept-language": [ "en-US" @@ -845,28 +842,28 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:31 GMT" + "Mon, 16 Apr 2018 08:50:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1176" ], "x-ms-request-id": [ - "061727c1-a100-4434-940c-22cce01892d7" + "c0da1b8d-533c-4dcc-859c-6411c4ad6c55" ], "x-ms-correlation-request-id": [ - "061727c1-a100-4434-940c-22cce01892d7" + "c0da1b8d-533c-4dcc-859c-6411c4ad6c55" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050632Z:061727c1-a100-4434-940c-22cce01892d7" + "SOUTHEASTASIA:20180416T085023Z:c0da1b8d-533c-4dcc-859c-6411c4ad6c55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -878,8 +875,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU9EY3hMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk5qQTVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -900,28 +897,28 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:06:47 GMT" + "Mon, 16 Apr 2018 08:50:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14979" ], "x-ms-request-id": [ - "e2f84d1a-b588-4e65-9a09-1d3945eccabf" + "2d1af091-3002-4598-8c46-56c79e017cd4" ], "x-ms-correlation-request-id": [ - "e2f84d1a-b588-4e65-9a09-1d3945eccabf" + "2d1af091-3002-4598-8c46-56c79e017cd4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050647Z:e2f84d1a-b588-4e65-9a09-1d3945eccabf" + "SOUTHEASTASIA:20180416T085038Z:2d1af091-3002-4598-8c46-56c79e017cd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -933,8 +930,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU9EY3hMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk5qQTVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -955,28 +952,28 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:07:02 GMT" + "Mon, 16 Apr 2018 08:50:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14978" ], "x-ms-request-id": [ - "d7273a04-dd1e-4557-8420-99d1f6cc7477" + "d5f88760-d771-4c0e-afff-4f68b90d9b5e" ], "x-ms-correlation-request-id": [ - "d7273a04-dd1e-4557-8420-99d1f6cc7477" + "d5f88760-d771-4c0e-afff-4f68b90d9b5e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050703Z:d7273a04-dd1e-4557-8420-99d1f6cc7477" + "SOUTHEASTASIA:20180416T085054Z:d5f88760-d771-4c0e-afff-4f68b90d9b5e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -988,8 +985,57 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5ODcxLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU9EY3hMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk5qQTVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:51:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14977" + ], + "x-ms-request-id": [ + "e4aadd62-1f67-4439-a78e-d425c7962ae8" + ], + "x-ms-correlation-request-id": [ + "e4aadd62-1f67-4439-a78e-d425c7962ae8" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085109Z:e4aadd62-1f67-4439-a78e-d425c7962ae8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM2NjA5LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMk5qQTVMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1010,22 +1056,22 @@ "no-cache" ], "Date": [ - "Mon, 26 Mar 2018 05:07:17 GMT" + "Mon, 16 Apr 2018 08:51:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14976" ], "x-ms-request-id": [ - "cb3103ff-7926-4da6-a0f3-c86b5c4cf601" + "3f36c84d-14ad-48ce-a8fc-5543e94bf5de" ], "x-ms-correlation-request-id": [ - "cb3103ff-7926-4da6-a0f3-c86b5c4cf601" + "3f36c84d-14ad-48ce-a8fc-5543e94bf5de" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180326T050718Z:cb3103ff-7926-4da6-a0f3-c86b5c4cf601" + "SOUTHEASTASIA:20180416T085110Z:3f36c84d-14ad-48ce-a8fc-5543e94bf5de" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1039,11 +1085,11 @@ ], "Names": { "CreateResourceGroup": [ - "res9871" + "res6609" ], "BlobContainersGetTest": [ - "sto6217", - "container1634" + "sto4040", + "container408" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json index fdd67f1aac44..d24733bbf202 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersListTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9290?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkyOTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1180?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczExODA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "34451723-494d-42e7-a9c7-570dc19729de" + "97b26d3b-98a7-458e-9b92-65182b6ac2e8" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290\",\r\n \"name\": \"res9290\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180\",\r\n \"name\": \"res1180\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:06 GMT" + "Mon, 16 Apr 2018 08:47:02 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1195" ], "x-ms-request-id": [ - "4a2f8d98-8715-446a-bd8e-e9e6b7f91c56" + "fef80cba-7147-4673-a133-d45fa90d80d2" ], "x-ms-correlation-request-id": [ - "4a2f8d98-8715-446a-bd8e-e9e6b7f91c56" + "fef80cba-7147-4673-a133-d45fa90d80d2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082007Z:4a2f8d98-8715-446a-bd8e-e9e6b7f91c56" + "SOUTHEASTASIA:20180416T084703Z:fef80cba-7147-4673-a133-d45fa90d80d2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "0bb4d8be-ceaa-4ccb-b3e4-5697f99e964b" + "1689dcbc-4460-4648-ab19-41cc5e0d5790" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:10 GMT" + "Mon, 16 Apr 2018 08:47:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8e358e26-6258-4d2a-896a-e3195ebd02ad?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,80 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "45e7b8f7-1f00-4c6c-b5e7-1691e586f23b" + "8e358e26-6258-4d2a-896a-e3195ebd02ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" - ], - "x-ms-correlation-request-id": [ - "5414b96e-8ffa-4b85-9ed9-169b03cf0572" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082010Z:5414b96e-8ffa-4b85-9ed9-169b03cf0572" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ1ZTdiOGY3LTFmMDAtNGM2Yy1iNWU3LTE2OTFlNTg2ZjIzYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Wed, 14 Mar 2018 08:20:28 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "1faf15c8-16b6-4c2c-bd57-5c3380022bef" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "1194" ], "x-ms-correlation-request-id": [ - "49a3a4cc-a193-4e00-8acf-e47cfe38a744" + "8cb18615-297f-4441-bb32-f31be4563e10" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082028Z:49a3a4cc-a193-4e00-8acf-e47cfe38a744" + "SOUTHEASTASIA:20180416T084706Z:8cb18615-297f-4441-bb32-f31be4563e10" ], "X-Content-Type-Options": [ "nosniff" @@ -199,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45e7b8f7-1f00-4c6c-b5e7-1691e586f23b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ1ZTdiOGY3LTFmMDAtNGM2Yy1iNWU3LTE2OTFlNTg2ZjIzYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8e358e26-6258-4d2a-896a-e3195ebd02ad?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzhlMzU4ZTI2LTYyNTgtNGQyYS04OTZhLWUzMTk1ZWJkMDJhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590\",\r\n \"name\": \"sto1590\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-14T08:20:10.4292446Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-14T08:20:10.4292446Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-14T08:20:10.3667424Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1590.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1590.queue.core.windows.net/\",\r\n \"table\": \"https://sto1590.table.core.windows.net/\",\r\n \"file\": \"https://sto1590.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020\",\r\n \"name\": \"sto9020\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:47:06.3459629Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:47:06.3459629Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:47:06.3147785Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto9020.web.core.windows.net/\",\r\n \"blob\": \"https://sto9020.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9020.queue.core.windows.net/\",\r\n \"table\": \"https://sto9020.table.core.windows.net/\",\r\n \"file\": \"https://sto9020.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -221,7 +160,7 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:45 GMT" + "Mon, 16 Apr 2018 08:47:23 GMT" ], "Pragma": [ "no-cache" @@ -236,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f642810f-4823-4f91-827a-a13f5c8ae04a" + "dd21cc53-4f52-492a-bbf9-401f02c8f6fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14987" ], "x-ms-correlation-request-id": [ - "abbf2846-108c-4ee1-85d3-8459597ea003" + "04de71e0-4ae6-455f-82b6-6bf7faf42881" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082045Z:abbf2846-108c-4ee1-85d3-8459597ea003" + "SOUTHEASTASIA:20180416T084723Z:04de71e0-4ae6-455f-82b6-6bf7faf42881" ], "X-Content-Type-Options": [ "nosniff" @@ -257,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTY0ND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container8399?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODM5OT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -269,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "093882b5-5073-4675-8ce8-f7d3e7901f6d" + "bba887ca-b63e-44d8-9433-e86b6d9be61a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644\",\r\n \"name\": \"container1644\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container8399\",\r\n \"name\": \"container8399\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -291,37 +233,31 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:46 GMT" + "Mon, 16 Apr 2018 08:47:24 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D589847CF3EEBF\"" + "\"0x8D5A376AD104F83\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "cda33114-77dd-44ef-b0c5-0bd5a5777503" + "50adc369-cc42-40c0-ad26-be5e7043f0fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1193" ], "x-ms-correlation-request-id": [ - "19ea0192-c14c-4f13-86f1-d9e1f846ddb3" + "ce51bf28-20e8-45a7-990f-e48e0f317602" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082046Z:19ea0192-c14c-4f13-86f1-d9e1f846ddb3" + "SOUTHEASTASIA:20180416T084724Z:ce51bf28-20e8-45a7-990f-e48e0f317602" ], "X-Content-Type-Options": [ "nosniff" @@ -330,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTY0ND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container8399?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODM5OT9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -342,17 +278,17 @@ "114" ], "x-ms-client-request-id": [ - "489dfd08-a9b0-411c-ab63-6b0f8e2a38f3" + "74101af9-05bb-4c30-b371-dfd1e623ce18" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644\",\r\n \"name\": \"container1644\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container8399\",\r\n \"name\": \"container8399\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -364,7 +300,7 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:47 GMT" + "Mon, 16 Apr 2018 08:47:25 GMT" ], "Pragma": [ "no-cache" @@ -373,7 +309,7 @@ "chunked" ], "ETag": [ - "\"0x8D589847D51C7DE\"" + "\"0x8D5A376AD6EC5E3\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -382,19 +318,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fa988ff7-d753-4513-b6b0-8ee5106fe607" + "179bc58f-6aa5-45bb-b3c5-5907f8e07f82" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1192" ], "x-ms-correlation-request-id": [ - "53917af1-6996-46b5-8f37-de9e86977936" + "eb786c92-b751-4ef4-93ba-e8587708a4cb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082047Z:53917af1-6996-46b5-8f37-de9e86977936" + "SOUTHEASTASIA:20180416T084725Z:eb786c92-b751-4ef4-93ba-e8587708a4cb" ], "X-Content-Type-Options": [ "nosniff" @@ -403,8 +339,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNDA1Mj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container6437?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNjQzNz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -415,18 +351,21 @@ "2" ], "x-ms-client-request-id": [ - "c9a1ad32-ea34-49b4-a943-2dfe83701051" + "e3fd7aa1-ee5d-49c3-b78c-6f418d47bdb3" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052\",\r\n \"name\": \"container4052\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container6437\",\r\n \"name\": \"container6437\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -437,37 +376,31 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:47 GMT" + "Mon, 16 Apr 2018 08:47:26 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D589847DAB5AF9\"" + "\"0x8D5A376ADC96A95\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "2d143d4d-d150-4f4a-8d6f-27278067b813" + "f9982e16-0eef-4f96-bf33-6a1d241ad990" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1191" ], "x-ms-correlation-request-id": [ - "6b6ec929-8375-49a8-a8ed-73626a05af9b" + "bf5b34d8-293a-42e7-a93d-c864a2c68fe4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082048Z:6b6ec929-8375-49a8-a8ed-73626a05af9b" + "SOUTHEASTASIA:20180416T084726Z:bf5b34d8-293a-42e7-a93d-c864a2c68fe4" ], "X-Content-Type-Options": [ "nosniff" @@ -476,23 +409,23 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/listKeys?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "532c996a-020f-47b5-912b-87c3fd9982b8" + "9838658d-ff00-42a7-8f0a-42609a089c3b" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Ui63kaXFjgJKVmnHNa0jiRQB2QcqFHc/Zi0SpAW+9DjMaH4ibioTDkNAC1l6giDu/O2JtzBveKaSMYaFJBmP4A==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"GhJ+h0XLWu4nB9nQoG6oqNq+cueOaVHWIljYmAnaSVw2XDiA5cBqazdp2KfZquDaj2YMPZiNUHCqzdTdenYjtQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"Vc3I6fF0FKMFA2kdUEVBh6di3d+bbSpju6uZiq6gKrpuq3zUoQS2Dz3/b1twfNFAdgfigFb0QCfxwHSmvcVu5Q==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"QizzcCdt+YJLWX+ztpuZT4lN3p3kv5jgrfUwD7oVsZXw3E5bxOy8PrETqkFjCXDyqWkNHSiPCsy55gFCG6LbzQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -504,7 +437,7 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:48 GMT" + "Mon, 16 Apr 2018 08:47:26 GMT" ], "Pragma": [ "no-cache" @@ -519,19 +452,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "9be6ec54-1cb4-499c-8a2e-eae83304ce4c" + "356756a5-b9c6-4bb6-b0e1-899ff723d5bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1190" ], "x-ms-correlation-request-id": [ - "3bcbaaff-92a6-4e14-b26e-b42848bb1f17" + "3adf63f2-9b28-4203-9f33-d7b89ee01fc0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082048Z:3bcbaaff-92a6-4e14-b26e-b42848bb1f17" + "SOUTHEASTASIA:20180416T084726Z:3adf63f2-9b28-4203-9f33-d7b89ee01fc0" ], "X-Content-Type-Options": [ "nosniff" @@ -540,23 +473,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6b58b736-5ba5-4a61-be85-ebc45e4c75c0" + "73c7076c-a276-4d6d-935f-3120efa316e1" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container1644\",\r\n \"name\": \"container1644\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D589847D51C7DE\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-03-14T08:20:47Z\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590/blobServices/default/containers/container4052\",\r\n \"name\": \"container4052\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D589847DAB5AF9\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-03-14T08:20:47Z\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container6437\",\r\n \"name\": \"container6437\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D5A376ADC96A95\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"None\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-04-16T08:47:25Z\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020/blobServices/default/containers/container8399\",\r\n \"name\": \"container8399\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D5A376AD6EC5E3\\\"\",\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-04-16T08:47:25Z\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -568,7 +501,7 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:48 GMT" + "Mon, 16 Apr 2018 08:47:26 GMT" ], "Pragma": [ "no-cache" @@ -583,19 +516,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2d3ebba1-33f8-454b-b3f2-0f4b15843ee7" + "1ce4838f-178e-45c1-836f-5264da3fb9da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14986" ], "x-ms-correlation-request-id": [ - "53ad9363-b371-42fa-bedd-f8b2d21a3d28" + "494a9181-12e9-4447-a70d-5c9ef722c0df" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082048Z:53ad9363-b371-42fa-bedd-f8b2d21a3d28" + "SOUTHEASTASIA:20180416T084726Z:494a9181-12e9-4447-a70d-5c9ef722c0df" ], "X-Content-Type-Options": [ "nosniff" @@ -604,20 +537,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9290/providers/Microsoft.Storage/storageAccounts/sto1590?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkyOTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTkwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1180/providers/Microsoft.Storage/storageAccounts/sto9020?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczExODAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDIwP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "54e284ac-8a31-4f65-acba-4d0f1f3b4843" + "d6305e92-8a32-4db4-9b4c-1eca87bf6134" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -635,7 +568,7 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:53 GMT" + "Mon, 16 Apr 2018 08:47:30 GMT" ], "Pragma": [ "no-cache" @@ -644,19 +577,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "150956b9-91f4-4e51-86f1-57c1053a4f7c" + "7745535d-4ad8-4d66-8ec3-104202e7e7df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1189" ], "x-ms-correlation-request-id": [ - "336856ee-50f1-4b9c-ac72-28b8fa6dd176" + "136fdbef-d34d-4c1c-b3b3-cddc3610278d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082053Z:336856ee-50f1-4b9c-ac72-28b8fa6dd176" + "SOUTHEASTASIA:20180416T084731Z:136fdbef-d34d-4c1c-b3b3-cddc3610278d" ], "X-Content-Type-Options": [ "nosniff" @@ -665,13 +598,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9290?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkyOTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1180?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczExODA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cd8d10cf-4dac-4429-96f6-3d50e83411ca" + "99a3703a-ce19-44fb-9e6b-3025dbdc417c" ], "accept-language": [ "en-US" @@ -693,28 +626,28 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:20:56 GMT" + "Mon, 16 Apr 2018 08:47:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1188" ], "x-ms-request-id": [ - "204ee066-2e74-4de0-a73b-c3f19acd44e5" + "286b2ee7-71c4-4281-b4ed-220f63e7b12b" ], "x-ms-correlation-request-id": [ - "204ee066-2e74-4de0-a73b-c3f19acd44e5" + "286b2ee7-71c4-4281-b4ed-220f63e7b12b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082056Z:204ee066-2e74-4de0-a73b-c3f19acd44e5" + "SOUTHEASTASIA:20180416T084734Z:286b2ee7-71c4-4281-b4ed-220f63e7b12b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -726,8 +659,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1qa3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1UZ3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -748,28 +681,28 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:21:11 GMT" + "Mon, 16 Apr 2018 08:47:49 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14985" ], "x-ms-request-id": [ - "4f6dde4d-2c6a-4fa3-89ce-a450cb03dde3" + "ac22c0fe-5f9b-47ed-9c6d-bb3ef78af174" ], "x-ms-correlation-request-id": [ - "4f6dde4d-2c6a-4fa3-89ce-a450cb03dde3" + "ac22c0fe-5f9b-47ed-9c6d-bb3ef78af174" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082112Z:4f6dde4d-2c6a-4fa3-89ce-a450cb03dde3" + "SOUTHEASTASIA:20180416T084749Z:ac22c0fe-5f9b-47ed-9c6d-bb3ef78af174" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -781,8 +714,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1qa3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1UZ3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -803,28 +736,28 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:21:26 GMT" + "Mon, 16 Apr 2018 08:48:04 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" + "14984" ], "x-ms-request-id": [ - "1e537dc3-0f3d-41d6-a328-76e7a5c40013" + "74a9ff97-4ecc-4e30-8695-924cc9c75138" ], "x-ms-correlation-request-id": [ - "1e537dc3-0f3d-41d6-a328-76e7a5c40013" + "74a9ff97-4ecc-4e30-8695-924cc9c75138" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082127Z:1e537dc3-0f3d-41d6-a328-76e7a5c40013" + "SOUTHEASTASIA:20180416T084805Z:74a9ff97-4ecc-4e30-8695-924cc9c75138" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -836,8 +769,57 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MjkwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1qa3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1UZ3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:48:19 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14983" + ], + "x-ms-request-id": [ + "612bf407-b2e8-4e1e-bdf7-a9d5ac18d476" + ], + "x-ms-correlation-request-id": [ + "612bf407-b2e8-4e1e-bdf7-a9d5ac18d476" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T084820Z:612bf407-b2e8-4e1e-bdf7-a9d5ac18d476" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMTgwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1UZ3dMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -858,22 +840,22 @@ "no-cache" ], "Date": [ - "Wed, 14 Mar 2018 08:21:43 GMT" + "Mon, 16 Apr 2018 08:48:20 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" + "14982" ], "x-ms-request-id": [ - "22faa778-b225-491a-896f-15e9016adb42" + "132cf21e-aed2-4c48-b663-4db2cb05b94e" ], "x-ms-correlation-request-id": [ - "22faa778-b225-491a-896f-15e9016adb42" + "132cf21e-aed2-4c48-b663-4db2cb05b94e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20180314T082143Z:22faa778-b225-491a-896f-15e9016adb42" + "SOUTHEASTASIA:20180416T084821Z:132cf21e-aed2-4c48-b663-4db2cb05b94e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -887,12 +869,12 @@ ], "Names": { "CreateResourceGroup": [ - "res9290" + "res1180" ], "BlobContainersListTest": [ - "sto1590", - "container1644", - "container4052" + "sto9020", + "container8399", + "container6437" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json index 2db2cdc5ac68..5fd5b6cc57ac 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2702?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI3MDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1085?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEwODU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "b10ffffa-0251-4bb2-8869-541d966b8095" + "b4126f3d-b31c-400d-8a68-250247ca4899" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702\",\r\n \"name\": \"res2702\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085\",\r\n \"name\": \"res1085\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:54:26 GMT" + "Mon, 16 Apr 2018 08:51:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1199" ], "x-ms-request-id": [ - "ba94f5ab-3f6d-41a6-bfb8-f339ee0a6f44" + "efe7bd7f-ca8d-4377-9815-77f9987600a3" ], "x-ms-correlation-request-id": [ - "ba94f5ab-3f6d-41a6-bfb8-f339ee0a6f44" + "efe7bd7f-ca8d-4377-9815-77f9987600a3" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065426Z:ba94f5ab-3f6d-41a6-bfb8-f339ee0a6f44" + "SOUTHEASTASIA:20180416T085116Z:efe7bd7f-ca8d-4377-9815-77f9987600a3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODY2P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "47e41160-c676-43b0-bc41-f8ebdc57a285" + "ff84b229-9c7f-43c2-98f0-1fade5657ccc" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:54:28 GMT" + "Mon, 16 Apr 2018 08:51:19 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/66956227-5a75-402d-b8de-41332d765bac?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,80 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7b6fb86b-9b3e-436b-9275-07e5dabfce98" + "66956227-5a75-402d-b8de-41332d765bac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-correlation-request-id": [ - "785add90-658f-4c08-bc82-624e8505e17a" - ], - "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065429Z:785add90-658f-4c08-bc82-624e8505e17a" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzdiNmZiODZiLTliM2UtNDM2Yi05Mjc1LTA3ZTVkYWJmY2U5OD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 23 Feb 2018 06:54:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "04491d5e-ac60-4f5f-9379-901f82212b2c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "1198" ], "x-ms-correlation-request-id": [ - "41c27772-a84f-4aa6-b36a-8923d56ae7a5" + "d5ab66b0-4a0e-43b0-88cf-d99b072e36dc" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065446Z:41c27772-a84f-4aa6-b36a-8923d56ae7a5" + "SOUTHEASTASIA:20180416T085119Z:d5ab66b0-4a0e-43b0-88cf-d99b072e36dc" ], "X-Content-Type-Options": [ "nosniff" @@ -199,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7b6fb86b-9b3e-436b-9275-07e5dabfce98?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzdiNmZiODZiLTliM2UtNDM2Yi05Mjc1LTA3ZTVkYWJmY2U5OD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/66956227-5a75-402d-b8de-41332d765bac?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzY2OTU2MjI3LTVhNzUtNDAyZC1iOGRlLTQxMzMyZDc2NWJhYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009\",\r\n \"name\": \"sto5009\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:54:28.7815021Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:54:28.7815021Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:54:28.7658692Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5009.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5009.queue.core.windows.net/\",\r\n \"table\": \"https://sto5009.table.core.windows.net/\",\r\n \"file\": \"https://sto5009.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866\",\r\n \"name\": \"sto5866\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:51:19.6800762Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:51:19.6800762Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:51:19.6331797Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto5866.web.core.windows.net/\",\r\n \"blob\": \"https://sto5866.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5866.queue.core.windows.net/\",\r\n \"table\": \"https://sto5866.table.core.windows.net/\",\r\n \"file\": \"https://sto5866.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -221,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:02 GMT" + "Mon, 16 Apr 2018 08:51:36 GMT" ], "Pragma": [ "no-cache" @@ -236,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bf60b034-31ba-4156-bbdf-26a934deb2c6" + "82c7aae6-c040-424f-bfa4-b66d40dbc93e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14991" ], "x-ms-correlation-request-id": [ - "eb37bf49-c936-4a12-b007-689e8429ae3f" + "7177345b-3aee-4365-b3e1-7abbc29a8620" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065503Z:eb37bf49-c936-4a12-b007-689e8429ae3f" + "SOUTHEASTASIA:20180416T085137Z:7177345b-3aee-4365-b3e1-7abbc29a8620" ], "X-Content-Type-Options": [ "nosniff" @@ -257,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODY2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjk2OD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -269,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "5bc58f37-ef7c-4370-9055-f705f197e63b" + "0c6a4ea6-fa87-42c3-a234-fc744e4d105a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631\",\r\n \"name\": \"container1631\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968\",\r\n \"name\": \"container2968\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -291,37 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:03 GMT" + "Mon, 16 Apr 2018 08:51:37 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A8A5E2BAC12\"" + "\"0x8D5A3774420D96D\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "59dac11b-0983-4c7a-91c0-5fb92cda4a38" + "bcc3e749-a5b1-4946-bf40-c1fbd2d43103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1197" ], "x-ms-correlation-request-id": [ - "6e298584-eae2-4d65-b096-8fc3a6f313ff" + "b26931e7-2abd-4f23-a479-366be41f18f8" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065504Z:6e298584-eae2-4d65-b096-8fc3a6f313ff" + "SOUTHEASTASIA:20180416T085138Z:b26931e7-2abd-4f23-a479-366be41f18f8" ], "X-Content-Type-Options": [ "nosniff" @@ -330,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMS9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODY2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjk2OC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", "RequestHeaders": { @@ -342,17 +278,17 @@ "76" ], "x-ms-client-request-id": [ - "b793bfc3-cbdb-465f-a59b-95ab3dd68c1a" + "e69a4630-ddd1-4eba-841c-fa37d299f6c5" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a5e7e0cad\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a3774484c48d\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -364,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:04 GMT" + "Mon, 16 Apr 2018 08:51:38 GMT" ], "Pragma": [ "no-cache" @@ -373,7 +309,7 @@ "chunked" ], "ETag": [ - "\"8d57a8a5e7e0cad\"" + "\"8d5a3774484c48d\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -382,19 +318,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0a50f2d1-04b8-4f75-9385-1c82d9756385" + "a3e36356-8b0a-4859-851b-cc736cd9dab8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1196" ], "x-ms-correlation-request-id": [ - "739b63c5-9bc0-4a8e-b99f-bf7a1ca26d81" + "bf4b8739-4b50-4d45-92fb-1bcedc1536a0" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065505Z:739b63c5-9bc0-4a8e-b99f-bf7a1ca26d81" + "SOUTHEASTASIA:20180416T085139Z:bf4b8739-4b50-4d45-92fb-1bcedc1536a0" ], "X-Content-Type-Options": [ "nosniff" @@ -403,26 +339,26 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default/lock?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMS9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2xvY2s/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968/immutabilityPolicies/default/lock?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODY2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjk2OC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0L2xvY2s/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f69eea19-d8c2-4650-9f67-2c68d65feafa" + "088596ef-2d0d-475b-9018-39e41ee0f987" ], "If-Match": [ - "\"8d57a8a5e7e0cad\"" + "\"8d5a3774484c48d\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a5edb084a\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37744dd3fc0\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Locked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -434,7 +370,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:05 GMT" + "Mon, 16 Apr 2018 08:51:39 GMT" ], "Pragma": [ "no-cache" @@ -443,7 +379,7 @@ "chunked" ], "ETag": [ - "\"8d57a8a5edb084a\"" + "\"8d5a37744dd3fc0\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -452,19 +388,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "4cdccd87-26d9-4a0f-bf58-585e7854eb84" + "636900ba-66e9-4b60-a4cd-e51a8a321e05" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1195" ], "x-ms-correlation-request-id": [ - "16b61c1b-3fbc-4037-8338-bebd1c7e3689" + "8bf12dfa-3d72-4d5b-bb79-c2eb12fc67ae" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065506Z:16b61c1b-3fbc-4037-8338-bebd1c7e3689" + "SOUTHEASTASIA:20180416T085139Z:8bf12dfa-3d72-4d5b-bb79-c2eb12fc67ae" ], "X-Content-Type-Options": [ "nosniff" @@ -473,20 +409,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009/blobServices/default/containers/container1631?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMTYzMT9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866/blobServices/default/containers/container2968?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODY2L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjk2OD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "46e8b3db-60c9-446f-9105-f8b6cc7d0561" + "cc5dd7bd-eb9a-4669-a14d-83743bb4406e" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -504,7 +440,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:06 GMT" + "Mon, 16 Apr 2018 08:51:39 GMT" ], "Pragma": [ "no-cache" @@ -513,19 +449,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c1145044-7275-4ebf-a28d-ed62014f4461" + "5b4a1c61-19e2-40f1-8714-6a06dd65fef4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1194" ], "x-ms-correlation-request-id": [ - "caedab9e-9ed1-4b27-aaa7-fab76a3e75a0" + "cdafffa7-f313-4cce-8e62-d989dac80b9d" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065507Z:caedab9e-9ed1-4b27-aaa7-fab76a3e75a0" + "SOUTHEASTASIA:20180416T085140Z:cdafffa7-f313-4cce-8e62-d989dac80b9d" ], "X-Content-Type-Options": [ "nosniff" @@ -534,20 +470,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2702/providers/Microsoft.Storage/storageAccounts/sto5009?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MDA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1085/providers/Microsoft.Storage/storageAccounts/sto5866?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwODUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81ODY2P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "904b5961-2200-453d-be4a-ad5747dd25ea" + "0be66563-a5b0-466d-984b-91d69b8dfcf8" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -565,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:10 GMT" + "Mon, 16 Apr 2018 08:51:43 GMT" ], "Pragma": [ "no-cache" @@ -574,19 +510,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "81a3132a-b34e-46eb-8dd7-35f412bcd012" + "fd85d9e8-5c44-4cd7-8b69-eb6838afd137" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1193" ], "x-ms-correlation-request-id": [ - "9d203f50-5e18-42cb-8e88-742b8fa32a04" + "b1e35363-c6da-4fc7-b07e-7d064ecfff4b" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065511Z:9d203f50-5e18-42cb-8e88-742b8fa32a04" + "SOUTHEASTASIA:20180416T085144Z:b1e35363-c6da-4fc7-b07e-7d064ecfff4b" ], "X-Content-Type-Options": [ "nosniff" @@ -595,13 +531,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2702?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI3MDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1085?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEwODU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "92a1f4cf-330d-4206-9b3e-e7cae40d06ef" + "f8dad832-433d-47ce-b5d6-56b343bbe927" ], "accept-language": [ "en-US" @@ -623,28 +559,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:12 GMT" + "Mon, 16 Apr 2018 08:51:46 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1192" ], "x-ms-request-id": [ - "5fe79ef9-8070-453f-bf41-7904d04a5285" + "63d3ebda-c3b5-4821-be97-d39ac129780e" ], "x-ms-correlation-request-id": [ - "5fe79ef9-8070-453f-bf41-7904d04a5285" + "63d3ebda-c3b5-4821-be97-d39ac129780e" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065513Z:5fe79ef9-8070-453f-bf41-7904d04a5285" + "SOUTHEASTASIA:20180416T085147Z:63d3ebda-c3b5-4821-be97-d39ac129780e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -656,8 +592,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeU56QXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1EZzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -678,28 +614,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:28 GMT" + "Mon, 16 Apr 2018 08:52:02 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-request-id": [ - "cf35e289-0e42-431a-8db4-5e9a2109478d" + "ca57f009-ab63-4dec-84f2-cb40ba93f7e0" ], "x-ms-correlation-request-id": [ - "cf35e289-0e42-431a-8db4-5e9a2109478d" + "ca57f009-ab63-4dec-84f2-cb40ba93f7e0" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065528Z:cf35e289-0e42-431a-8db4-5e9a2109478d" + "SOUTHEASTASIA:20180416T085202Z:ca57f009-ab63-4dec-84f2-cb40ba93f7e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -711,8 +647,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeU56QXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1EZzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -733,28 +669,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:43 GMT" + "Mon, 16 Apr 2018 08:52:18 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14989" ], "x-ms-request-id": [ - "8fb0bf37-ebeb-442d-b586-f43f22947bd2" + "1bf62ad9-18cc-4082-bca0-173a393d8a34" ], "x-ms-correlation-request-id": [ - "8fb0bf37-ebeb-442d-b586-f43f22947bd2" + "1bf62ad9-18cc-4082-bca0-173a393d8a34" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065544Z:8fb0bf37-ebeb-442d-b586-f43f22947bd2" + "SOUTHEASTASIA:20180416T085218Z:1bf62ad9-18cc-4082-bca0-173a393d8a34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -766,8 +702,57 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMyNzAyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeU56QXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1EZzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:52:33 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14988" + ], + "x-ms-request-id": [ + "fde49e6c-b716-42b4-a728-625778ef40d7" + ], + "x-ms-correlation-request-id": [ + "fde49e6c-b716-42b4-a728-625778ef40d7" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085233Z:fde49e6c-b716-42b4-a728-625778ef40d7" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMDg1LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1EZzFMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -788,22 +773,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:55:59 GMT" + "Mon, 16 Apr 2018 08:52:34 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14987" ], "x-ms-request-id": [ - "ba0029ef-f6ba-462a-be5b-d18b931f9bb0" + "4155fc60-52a6-4824-b138-e043ddd28dff" ], "x-ms-correlation-request-id": [ - "ba0029ef-f6ba-462a-be5b-d18b931f9bb0" + "4155fc60-52a6-4824-b138-e043ddd28dff" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065559Z:ba0029ef-f6ba-462a-be5b-d18b931f9bb0" + "SOUTHEASTASIA:20180416T085234Z:4155fc60-52a6-4824-b138-e043ddd28dff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -817,11 +802,11 @@ ], "Names": { "CreateResourceGroup": [ - "res2702" + "res1085" ], "BlobContainersLockImmutabilityPolicyTest": [ - "sto5009", - "container1631" + "sto5866", + "container2968" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json index ea2e85d67d2e..c30a1f85ee35 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersSetLegalHoldTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4303?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQzMDM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9147?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkxNDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "6eeb3322-ed07-4d62-a039-51409646f8f5" + "f2f61b3e-299c-41f5-8db6-32d78fa3345e" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303\",\r\n \"name\": \"res4303\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147\",\r\n \"name\": \"res9147\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:11 GMT" + "Mon, 16 Apr 2018 08:58:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1173" ], "x-ms-request-id": [ - "53ec1779-49eb-4117-b22b-60b7006d9688" + "e4f3e8eb-a747-4c4c-97ad-0ef364bbd67e" ], "x-ms-correlation-request-id": [ - "53ec1779-49eb-4117-b22b-60b7006d9688" + "e4f3e8eb-a747-4c4c-97ad-0ef364bbd67e" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065012Z:53ec1779-49eb-4117-b22b-60b7006d9688" + "SOUTHEASTASIA:20180416T085809Z:e4f3e8eb-a747-4c4c-97ad-0ef364bbd67e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxNDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MzYxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "63fadeab-cde4-4eb6-807b-d14ddece0086" + "7591ee8b-e7c0-4e6f-8503-16d3f03a8c0d" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:15 GMT" + "Mon, 16 Apr 2018 08:58:12 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/2faf4b98-3e0a-4eed-9726-cc319a65c544?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c4e3fdf7-5eea-4531-a66d-32d6933b3625?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "2faf4b98-3e0a-4eed-9726-cc319a65c544" + "c4e3fdf7-5eea-4531-a66d-32d6933b3625" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1172" ], "x-ms-correlation-request-id": [ - "8c40459e-2277-47be-92b4-1ca68ba9cd2b" + "d9aaf879-944d-4358-a164-eb69af59fbef" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065015Z:8c40459e-2277-47be-92b4-1ca68ba9cd2b" + "SOUTHEASTASIA:20180416T085812Z:d9aaf879-944d-4358-a164-eb69af59fbef" ], "X-Content-Type-Options": [ "nosniff" @@ -138,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/2faf4b98-3e0a-4eed-9726-cc319a65c544?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzJmYWY0Yjk4LTNlMGEtNGVlZC05NzI2LWNjMzE5YTY1YzU0ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c4e3fdf7-5eea-4531-a66d-32d6933b3625?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M0ZTNmZGY3LTVlZWEtNDUzMS1hNjZkLTMyZDY5MzNiMzYyNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280\",\r\n \"name\": \"sto7280\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:50:14.7518886Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:50:14.7518886Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:50:14.7362649Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7280.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7280.queue.core.windows.net/\",\r\n \"table\": \"https://sto7280.table.core.windows.net/\",\r\n \"file\": \"https://sto7280.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361\",\r\n \"name\": \"sto8361\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:58:12.2806434Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:58:12.2806434Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:58:12.2181447Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto8361.web.core.windows.net/\",\r\n \"blob\": \"https://sto8361.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8361.queue.core.windows.net/\",\r\n \"table\": \"https://sto8361.table.core.windows.net/\",\r\n \"file\": \"https://sto8361.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:32 GMT" + "Mon, 16 Apr 2018 08:58:29 GMT" ], "Pragma": [ "no-cache" @@ -175,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "de165509-b563-4db1-91db-877b65b9c3db" + "2d4d1576-702b-43fe-a4b3-72f18c01edf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14974" ], "x-ms-correlation-request-id": [ - "abe43d2d-9578-4166-8abd-bb686747ac9d" + "cb7d1734-185d-4966-a29f-e60b598ca6e5" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065032Z:abe43d2d-9578-4166-8abd-bb686747ac9d" + "SOUTHEASTASIA:20180416T085829Z:cb7d1734-185d-4966-a29f-e60b598ca6e5" ], "X-Content-Type-Options": [ "nosniff" @@ -196,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODcyMz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361/blobServices/default/containers/container5080?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxNDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MzYxL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNTA4MD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -208,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "131d35e0-3111-4c46-8f3c-fc17dd22a62a" + "ad645b5f-c26b-4c9a-b3fe-a692be253f47" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723\",\r\n \"name\": \"container8723\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361/blobServices/default/containers/container5080\",\r\n \"name\": \"container5080\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -230,37 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:33 GMT" + "Mon, 16 Apr 2018 08:58:30 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A89BCB7AD13\"" + "\"0x8D5A3783A1E1899\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "e3a34cf5-3f59-4c85-9187-0b82b66b891e" + "7775e9ba-4afe-4423-a1f7-f0dab75a5775" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1171" ], "x-ms-correlation-request-id": [ - "c7675be8-47db-4212-ad34-69162bfdba6a" + "c9fed19b-21ec-4853-92fb-5e1c49e52b90" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065033Z:c7675be8-47db-4212-ad34-69162bfdba6a" + "SOUTHEASTASIA:20180416T085831Z:c9fed19b-21ec-4853-92fb-5e1c49e52b90" ], "X-Content-Type-Options": [ "nosniff" @@ -269,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723/setLegalHold?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODcyMy9zZXRMZWdhbEhvbGQ/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361/blobServices/default/containers/container5080/setLegalHold?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxNDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MzYxL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNTA4MC9zZXRMZWdhbEhvbGQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", "RequestHeaders": { @@ -281,14 +278,14 @@ "60" ], "x-ms-client-request-id": [ - "596dff71-62c5-49c7-bb64-1e4cff652d7f" + "e40ddcc1-f5d0-45fa-808d-caedbfdd9fc7" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"hasLegalHold\": true,\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", @@ -303,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:34 GMT" + "Mon, 16 Apr 2018 08:58:31 GMT" ], "Pragma": [ "no-cache" @@ -318,19 +315,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0a7920d8-bd82-43c4-8149-e06bcb001c5e" + "90d1d5cd-44c0-43ca-974a-e3009dbdda49" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1170" ], "x-ms-correlation-request-id": [ - "7543f12d-77c7-4bc8-8c34-528786586cc6" + "65d31374-116d-4c9f-988c-2af33adac4ad" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065034Z:7543f12d-77c7-4bc8-8c34-528786586cc6" + "SOUTHEASTASIA:20180416T085831Z:65d31374-116d-4c9f-988c-2af33adac4ad" ], "X-Content-Type-Options": [ "nosniff" @@ -339,8 +336,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280/blobServices/default/containers/container8723/clearLegalHold?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODcyMy9jbGVhckxlZ2FsSG9sZD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361/blobServices/default/containers/container5080/clearLegalHold?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxNDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MzYxL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyNTA4MC9jbGVhckxlZ2FsSG9sZD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "POST", "RequestBody": "{\r\n \"tags\": [\r\n \"tag1\",\r\n \"tag2\",\r\n \"tag3\"\r\n ]\r\n}", "RequestHeaders": { @@ -351,14 +348,14 @@ "60" ], "x-ms-client-request-id": [ - "697319d8-66bf-4a89-837e-e849bdb3ab03" + "74cd8c88-3525-44fb-8713-e6d4cf3dc8b8" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n}", @@ -373,7 +370,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:34 GMT" + "Mon, 16 Apr 2018 08:58:31 GMT" ], "Pragma": [ "no-cache" @@ -388,19 +385,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c25526cc-1736-49ce-a1f9-ee97b5a6c9e7" + "11269325-1a10-4a7e-b462-f5cfc67bfb72" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" + "1169" ], "x-ms-correlation-request-id": [ - "f29e92a0-bf81-485f-b901-c5d55682c503" + "708743c9-0f30-4388-825c-062d29b003f4" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065034Z:f29e92a0-bf81-485f-b901-c5d55682c503" + "SOUTHEASTASIA:20180416T085832Z:708743c9-0f30-4388-825c-062d29b003f4" ], "X-Content-Type-Options": [ "nosniff" @@ -409,20 +406,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4303/providers/Microsoft.Storage/storageAccounts/sto7280?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQzMDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjgwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9147/providers/Microsoft.Storage/storageAccounts/sto8361?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxNDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MzYxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "537c68d8-2f30-413a-81d5-d35699f4b6f3" + "b5878f38-bf15-4ae5-ae2e-a986f4a39772" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -440,7 +437,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:37 GMT" + "Mon, 16 Apr 2018 08:58:34 GMT" ], "Pragma": [ "no-cache" @@ -449,19 +446,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b2b8d855-5306-4413-b89e-e2b5af399d60" + "678d1ccf-2577-4ce3-991c-a75d6f680e68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1168" ], "x-ms-correlation-request-id": [ - "babb53a4-4223-4f0c-b067-1ad9202ad630" + "69eabe6a-9f3c-4870-8b08-d39f01639518" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065038Z:babb53a4-4223-4f0c-b067-1ad9202ad630" + "SOUTHEASTASIA:20180416T085835Z:69eabe6a-9f3c-4870-8b08-d39f01639518" ], "X-Content-Type-Options": [ "nosniff" @@ -470,13 +467,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4303?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQzMDM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9147?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkxNDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d3434ba1-cb75-4ad7-9bcc-bffd84397a8a" + "7d4b37fc-14b5-4679-b2c9-ea7ea23104db" ], "accept-language": [ "en-US" @@ -498,28 +495,193 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:40 GMT" + "Mon, 16 Apr 2018 08:58:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1167" + ], + "x-ms-request-id": [ + "286ddbdb-0a61-4bae-85c5-bd230abeef43" + ], + "x-ms-correlation-request-id": [ + "286ddbdb-0a61-4bae-85c5-bd230abeef43" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085837Z:286ddbdb-0a61-4bae-85c5-bd230abeef43" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:58:52 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14973" + ], + "x-ms-request-id": [ + "9537252e-4192-48b9-9ce4-d6dc3882ef0c" + ], + "x-ms-correlation-request-id": [ + "9537252e-4192-48b9-9ce4-d6dc3882ef0c" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085853Z:9537252e-4192-48b9-9ce4-d6dc3882ef0c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:59:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14972" + ], + "x-ms-request-id": [ + "b0ed93c0-dbaa-4bc7-9179-f5be6dd5ba68" + ], + "x-ms-correlation-request-id": [ + "b0ed93c0-dbaa-4bc7-9179-f5be6dd5ba68" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085908Z:b0ed93c0-dbaa-4bc7-9179-f5be6dd5ba68" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:59:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14971" ], "x-ms-request-id": [ - "6f8f0c76-d4cb-46f7-8db2-e4a2427734d9" + "407cc34b-0a3a-4193-bb9b-1499c0b261e1" ], "x-ms-correlation-request-id": [ - "6f8f0c76-d4cb-46f7-8db2-e4a2427734d9" + "407cc34b-0a3a-4193-bb9b-1499c0b261e1" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065040Z:6f8f0c76-d4cb-46f7-8db2-e4a2427734d9" + "SOUTHEASTASIA:20180416T085924Z:407cc34b-0a3a-4193-bb9b-1499c0b261e1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -531,8 +693,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16QXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -553,28 +715,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:50:55 GMT" + "Mon, 16 Apr 2018 08:59:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14970" ], "x-ms-request-id": [ - "62e2da0f-390e-40c5-a3b3-60911fd2bec7" + "0a0de57a-f80d-4891-bc20-bf224bc39870" ], "x-ms-correlation-request-id": [ - "62e2da0f-390e-40c5-a3b3-60911fd2bec7" + "0a0de57a-f80d-4891-bc20-bf224bc39870" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065056Z:62e2da0f-390e-40c5-a3b3-60911fd2bec7" + "SOUTHEASTASIA:20180416T085939Z:0a0de57a-f80d-4891-bc20-bf224bc39870" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -586,8 +748,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16QXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -608,28 +770,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:51:10 GMT" + "Mon, 16 Apr 2018 08:59:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14969" ], "x-ms-request-id": [ - "ac12809a-cf2a-46fa-851e-1fa76eb2223e" + "7b9bfa19-1cfb-436d-adba-242356498230" ], "x-ms-correlation-request-id": [ - "ac12809a-cf2a-46fa-851e-1fa76eb2223e" + "7b9bfa19-1cfb-436d-adba-242356498230" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065111Z:ac12809a-cf2a-46fa-851e-1fa76eb2223e" + "SOUTHEASTASIA:20180416T085955Z:7b9bfa19-1cfb-436d-adba-242356498230" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -641,8 +803,112 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM0MzAzLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNME16QXpMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 09:00:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14968" + ], + "x-ms-request-id": [ + "13f4373f-ac78-4f2a-9b84-cdaac49bbdf6" + ], + "x-ms-correlation-request-id": [ + "13f4373f-ac78-4f2a-9b84-cdaac49bbdf6" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T090010Z:13f4373f-ac78-4f2a-9b84-cdaac49bbdf6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 09:00:26 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14967" + ], + "x-ms-request-id": [ + "c5f6c2da-1fdb-4952-ada0-1583a2a268d9" + ], + "x-ms-correlation-request-id": [ + "c5f6c2da-1fdb-4952-ada0-1583a2a268d9" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T090026Z:c5f6c2da-1fdb-4952-ada0-1583a2a268d9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM5MTQ3LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNU1UUTNMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -663,22 +929,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:51:26 GMT" + "Mon, 16 Apr 2018 09:00:26 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14966" ], "x-ms-request-id": [ - "af3e4f0a-ee3e-4260-8ae1-5cb84b49f64f" + "b1e00187-ec10-47b2-b384-270fcedc09df" ], "x-ms-correlation-request-id": [ - "af3e4f0a-ee3e-4260-8ae1-5cb84b49f64f" + "b1e00187-ec10-47b2-b384-270fcedc09df" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065127Z:af3e4f0a-ee3e-4260-8ae1-5cb84b49f64f" + "SOUTHEASTASIA:20180416T090026Z:b1e00187-ec10-47b2-b384-270fcedc09df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -692,11 +958,11 @@ ], "Names": { "CreateResourceGroup": [ - "res4303" + "res9147" ], "BlobContainersSetLegalHoldTest": [ - "sto7280", - "container8723" + "sto8361", + "container5080" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json index 39602b6fa337..6cefe1dc8a3a 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1286?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEyODY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res8366?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczgzNjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "4353e1c2-308d-4f7a-8ca8-f8590dc92843" + "fe755926-e291-4ce8-b9b6-fa4d9ad37ade" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286\",\r\n \"name\": \"res1286\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366\",\r\n \"name\": \"res8366\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:07 GMT" + "Mon, 16 Apr 2018 08:52:39 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1197" ], "x-ms-request-id": [ - "3bf2992c-caf0-46fa-acda-6ee0d0c2ef70" + "555cb1d1-bdc3-4a07-bd92-16ea6be31218" ], "x-ms-correlation-request-id": [ - "3bf2992c-caf0-46fa-acda-6ee0d0c2ef70" + "555cb1d1-bdc3-4a07-bd92-16ea6be31218" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065608Z:3bf2992c-caf0-46fa-acda-6ee0d0c2ef70" + "SOUTHEASTASIA:20180416T085240Z:555cb1d1-bdc3-4a07-bd92-16ea6be31218" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgzNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTc4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "f9f2f8e2-2589-4df6-8725-094bb7fc8ebd" + "4123c10f-f00d-4da5-845a-f7363480d7a9" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:09 GMT" + "Mon, 16 Apr 2018 08:52:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/4f1a7c1f-bb9b-474d-98cc-f408536e4a86?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "740b2919-028b-442d-a3d7-801f72422046" + "4f1a7c1f-bb9b-474d-98cc-f408536e4a86" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-correlation-request-id": [ - "b4b8123d-7f67-40a5-971c-6f0f194a0f64" + "01e4ad02-0b48-4e92-84a6-4fbe3141149f" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065610Z:b4b8123d-7f67-40a5-971c-6f0f194a0f64" + "SOUTHEASTASIA:20180416T085244Z:01e4ad02-0b48-4e92-84a6-4fbe3141149f" ], "X-Content-Type-Options": [ "nosniff" @@ -138,78 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc0MGIyOTE5LTAyOGItNDQyZC1hM2Q3LTgwMWY3MjQyMjA0Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/4f1a7c1f-bb9b-474d-98cc-f408536e4a86?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzRmMWE3YzFmLWJiOWItNDc0ZC05OGNjLWY0MDg1MzZlNGE4Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "text/plain; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 23 Feb 2018 06:56:27 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "13a547e2-bbdb-4728-a3fd-c4e6f4c5589c" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "7518f3d9-5ff1-4caa-8113-849d20e8f367" - ], - "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065627Z:7518f3d9-5ff1-4caa-8113-849d20e8f367" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/740b2919-028b-442d-a3d7-801f72422046?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzc0MGIyOTE5LTAyOGItNDQyZC1hM2Q3LTgwMWY3MjQyMjA0Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" - ] - }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135\",\r\n \"name\": \"sto2135\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:56:10.0304099Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T06:56:10.0304099Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T06:56:09.9991528Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2135.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2135.queue.core.windows.net/\",\r\n \"table\": \"https://sto2135.table.core.windows.net/\",\r\n \"file\": \"https://sto2135.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178\",\r\n \"name\": \"sto8178\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:52:43.8873981Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:52:43.8873981Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:52:43.8404934Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto8178.web.core.windows.net/\",\r\n \"blob\": \"https://sto8178.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8178.queue.core.windows.net/\",\r\n \"table\": \"https://sto8178.table.core.windows.net/\",\r\n \"file\": \"https://sto8178.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -221,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:44 GMT" + "Mon, 16 Apr 2018 08:53:01 GMT" ], "Pragma": [ "no-cache" @@ -236,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0fbe9175-e714-4022-9eb2-6c6d2473bc6b" + "e71f11b1-92c9-471f-a6fc-dee7ae1ca2c7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14994" ], "x-ms-correlation-request-id": [ - "7483bbfa-fbf4-495b-b114-c7bd7a7cffa0" + "4b5fa6ca-a1ff-4731-bfd6-ef6ad28ebdf9" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065645Z:7483bbfa-fbf4-495b-b114-c7bd7a7cffa0" + "SOUTHEASTASIA:20180416T085301Z:4b5fa6ca-a1ff-4731-bfd6-ef6ad28ebdf9" ], "X-Content-Type-Options": [ "nosniff" @@ -257,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5ND9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgzNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTc4L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODAxND9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -269,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "4680f8bb-9d7b-4a81-a6b4-4d7eba5184ff" + "61eef029-be19-4744-87b2-3e6130fed203" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194\",\r\n \"name\": \"container2194\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014\",\r\n \"name\": \"container8014\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -291,37 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:45 GMT" + "Mon, 16 Apr 2018 08:53:02 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A8A9A77FCB4\"" + "\"0x8D5A3777646BB49\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "0bf1bdad-716b-425f-b977-74ef8b6cc735" + "83f063f1-c831-4ff1-af1d-ffe7fa506c69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "592048b6-da8b-415c-9ffd-76e66544cbfa" + "4cfec283-c733-4614-a8cc-0f6eb65afee2" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065645Z:592048b6-da8b-415c-9ffd-76e66544cbfa" + "SOUTHEASTASIA:20180416T085302Z:4cfec283-c733-4614-a8cc-0f6eb65afee2" ], "X-Content-Type-Options": [ "nosniff" @@ -330,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5NC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgzNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTc4L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODAxNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3\r\n }\r\n}", "RequestHeaders": { @@ -342,17 +278,17 @@ "76" ], "x-ms-client-request-id": [ - "201be3ed-4595-4492-b280-ab9270540a2f" + "1f7dc2c8-c17b-4f2a-bb87-d59bde117cd3" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a9abe5831\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a377769c70cf\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 3,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -364,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:46 GMT" + "Mon, 16 Apr 2018 08:53:02 GMT" ], "Pragma": [ "no-cache" @@ -373,7 +309,7 @@ "chunked" ], "ETag": [ - "\"8d57a8a9abe5831\"" + "\"8d5a377769c70cf\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -382,19 +318,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "eada4140-8613-410b-9bef-4444b3b412f0" + "05c18bd1-1f8f-49b2-88fe-d2f95f9dafb7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1194" ], "x-ms-correlation-request-id": [ - "2515ef02-361d-40ee-8c4a-5e3357e04e10" + "ef2f16f3-7545-43ed-bda9-94977cc44a64" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065646Z:2515ef02-361d-40ee-8c4a-5e3357e04e10" + "SOUTHEASTASIA:20180416T085303Z:ef2f16f3-7545-43ed-bda9-94977cc44a64" ], "X-Content-Type-Options": [ "nosniff" @@ -403,8 +339,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5NC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgzNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTc4L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODAxNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5\r\n }\r\n}", "RequestHeaders": { @@ -415,20 +351,20 @@ "76" ], "x-ms-client-request-id": [ - "23260249-a556-4a3b-a39a-610250f2feb7" + "97fce7ff-14a5-41a2-93ed-1f3735d6df2a" ], "If-Match": [ - "\"8d57a8a9abe5831\"" + "\"8d5a377769c70cf\"" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a9b0f6858\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37776eb1f79\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -440,7 +376,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:46 GMT" + "Mon, 16 Apr 2018 08:53:03 GMT" ], "Pragma": [ "no-cache" @@ -449,7 +385,7 @@ "chunked" ], "ETag": [ - "\"8d57a8a9b0f6858\"" + "\"8d5a37776eb1f79\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -458,19 +394,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "12b60ec0-90e9-4257-8e88-45eae25620e6" + "e244c72e-28fa-41d9-a645-8d6b24dc8036" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1193" ], "x-ms-correlation-request-id": [ - "4aa8dab1-2d15-4e29-8912-7a11ac0c9a57" + "5122f1f9-e6dd-422f-ae79-d5c70d5fb3e4" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065647Z:4aa8dab1-2d15-4e29-8912-7a11ac0c9a57" + "SOUTHEASTASIA:20180416T085303Z:5122f1f9-e6dd-422f-ae79-d5c70d5fb3e4" ], "X-Content-Type-Options": [ "nosniff" @@ -479,23 +415,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjE5NC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014/immutabilityPolicies/default?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgzNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTc4L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyODAxNC9pbW11dGFiaWxpdHlQb2xpY2llcy9kZWZhdWx0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db52d96a-50f4-4257-942b-939da06f2369" + "ce94bec4-b87a-4bad-bfe5-56b015fedd6c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135/blobServices/default/containers/container2194/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d57a8a9b0f6858\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178/blobServices/default/containers/container8014/immutabilityPolicies/default\",\r\n \"name\": \"default\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies\",\r\n \"etag\": \"\\\"8d5a37776eb1f79\\\"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 5,\r\n \"state\": \"Unlocked\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -507,7 +443,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:47 GMT" + "Mon, 16 Apr 2018 08:53:03 GMT" ], "Pragma": [ "no-cache" @@ -516,7 +452,7 @@ "chunked" ], "ETag": [ - "\"8d57a8a9b0f6858\"" + "\"8d5a37776eb1f79\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -525,19 +461,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "53a91c0c-5be8-4b7a-ab9f-2dfff455c4dd" + "23881755-db0d-4129-b799-a4cd1a74cac6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14993" ], "x-ms-correlation-request-id": [ - "89d22d53-ff65-4c31-962d-8017a7cf1a2f" + "b0da9087-7af1-402a-af09-a9e6c44cf758" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065647Z:89d22d53-ff65-4c31-962d-8017a7cf1a2f" + "SOUTHEASTASIA:20180416T085304Z:b0da9087-7af1-402a-af09-a9e6c44cf758" ], "X-Content-Type-Options": [ "nosniff" @@ -546,20 +482,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1286/providers/Microsoft.Storage/storageAccounts/sto2135?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyODYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTM1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8366/providers/Microsoft.Storage/storageAccounts/sto8178?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgzNjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTc4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7a5c8a12-c0f4-434b-a674-5e2559a01ca3" + "f407c321-d32e-4b4d-a524-75d751ea6fc7" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -577,7 +513,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:50 GMT" + "Mon, 16 Apr 2018 08:53:07 GMT" ], "Pragma": [ "no-cache" @@ -586,19 +522,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "83f414ef-9f21-4650-9b5f-542f6487da1f" + "40664ed1-cd65-4fb7-853a-ac4786f50947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1192" ], "x-ms-correlation-request-id": [ - "30e9f589-3279-4298-bef8-8a4a30da6474" + "13bf9a9b-1a60-4d56-9f4d-bf710e4c8e3f" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065650Z:30e9f589-3279-4298-bef8-8a4a30da6474" + "SOUTHEASTASIA:20180416T085307Z:13bf9a9b-1a60-4d56-9f4d-bf710e4c8e3f" ], "X-Content-Type-Options": [ "nosniff" @@ -607,13 +543,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1286?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEyODY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res8366?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczgzNjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ebda2f38-49c3-429f-9f7c-1f7d873ac5e3" + "e74528a4-957f-4dff-9d5b-fadc883de5bf" ], "accept-language": [ "en-US" @@ -635,193 +571,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:56:52 GMT" + "Mon, 16 Apr 2018 08:53:10 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" - ], - "x-ms-request-id": [ - "f6d72600-6beb-4f5d-a14d-1466ad091b06" - ], - "x-ms-correlation-request-id": [ - "f6d72600-6beb-4f5d-a14d-1466ad091b06" - ], - "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065653Z:f6d72600-6beb-4f5d-a14d-1466ad091b06" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 23 Feb 2018 06:57:07 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-request-id": [ - "91674d6c-3b7e-430d-a8f5-c20e474feb90" - ], - "x-ms-correlation-request-id": [ - "91674d6c-3b7e-430d-a8f5-c20e474feb90" - ], - "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065708Z:91674d6c-3b7e-430d-a8f5-c20e474feb90" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 23 Feb 2018 06:57:23 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-request-id": [ - "186d418b-50b1-4d5b-8ac8-0092a79019b6" - ], - "x-ms-correlation-request-id": [ - "186d418b-50b1-4d5b-8ac8-0092a79019b6" - ], - "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065724Z:186d418b-50b1-4d5b-8ac8-0092a79019b6" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 23 Feb 2018 06:57:39 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" + "1191" ], "x-ms-request-id": [ - "d0d62e53-7611-474e-b873-be68361adf74" + "450a1a6e-cc41-4957-a7bb-3665e1de4987" ], "x-ms-correlation-request-id": [ - "d0d62e53-7611-474e-b873-be68361adf74" + "450a1a6e-cc41-4957-a7bb-3665e1de4987" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065739Z:d0d62e53-7611-474e-b873-be68361adf74" + "SOUTHEASTASIA:20180416T085311Z:450a1a6e-cc41-4957-a7bb-3665e1de4987" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -833,8 +604,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNE16WTJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -855,28 +626,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:57:54 GMT" + "Mon, 16 Apr 2018 08:53:26 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" + "14992" ], "x-ms-request-id": [ - "4b0fb5a1-f423-4ff7-99cf-857946cee2ee" + "091f49ae-078c-4648-9dba-7a982567e962" ], "x-ms-correlation-request-id": [ - "4b0fb5a1-f423-4ff7-99cf-857946cee2ee" + "091f49ae-078c-4648-9dba-7a982567e962" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065754Z:4b0fb5a1-f423-4ff7-99cf-857946cee2ee" + "SOUTHEASTASIA:20180416T085326Z:091f49ae-078c-4648-9dba-7a982567e962" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -888,8 +659,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNE16WTJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -910,28 +681,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:58:10 GMT" + "Mon, 16 Apr 2018 08:53:41 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" + "14991" ], "x-ms-request-id": [ - "c0ba87d5-78ce-4616-895a-104b759a6787" + "2880ae60-5728-41dd-9385-0df15ace603d" ], "x-ms-correlation-request-id": [ - "c0ba87d5-78ce-4616-895a-104b759a6787" + "2880ae60-5728-41dd-9385-0df15ace603d" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065810Z:c0ba87d5-78ce-4616-895a-104b759a6787" + "SOUTHEASTASIA:20180416T085342Z:2880ae60-5728-41dd-9385-0df15ace603d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -943,8 +714,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNE16WTJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -965,28 +736,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:58:25 GMT" + "Mon, 16 Apr 2018 08:53:57 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14986" + "14990" ], "x-ms-request-id": [ - "f0e25809-702a-4f1a-a78c-121c490c7e4b" + "82006064-f91d-4758-8656-99fc28b9f97d" ], "x-ms-correlation-request-id": [ - "f0e25809-702a-4f1a-a78c-121c490c7e4b" + "82006064-f91d-4758-8656-99fc28b9f97d" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065825Z:f0e25809-702a-4f1a-a78c-121c490c7e4b" + "SOUTHEASTASIA:20180416T085357Z:82006064-f91d-4758-8656-99fc28b9f97d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -995,11 +760,11 @@ "nosniff" ] }, - "StatusCode": 202 + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMxMjg2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNeE1qZzJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM4MzY2LUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNNE16WTJMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1020,22 +785,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 06:58:40 GMT" + "Mon, 16 Apr 2018 08:53:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14985" + "14989" ], "x-ms-request-id": [ - "20e96971-ecc3-4dcc-b2be-c73eeeb270e5" + "d70957f6-982a-44b6-98f1-8d8c91c5fa15" ], "x-ms-correlation-request-id": [ - "20e96971-ecc3-4dcc-b2be-c73eeeb270e5" + "d70957f6-982a-44b6-98f1-8d8c91c5fa15" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T065841Z:20e96971-ecc3-4dcc-b2be-c73eeeb270e5" + "SOUTHEASTASIA:20180416T085358Z:d70957f6-982a-44b6-98f1-8d8c91c5fa15" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1049,11 +814,11 @@ ], "Names": { "CreateResourceGroup": [ - "res1286" + "res8366" ], "BlobContainersUpdateImmutabilityPolicyTest": [ - "sto2135", - "container2194" + "sto8178", + "container8014" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json index 5a017b5bc8ff..db36f4b85ddb 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.BlobServiceTests/BlobContainersUpdateTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5822?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU4MjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3650?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczM2NTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "fa15a790-0dfe-4786-8d49-09510e9e4bc8" + "e1dbc555-6c0a-469f-9ef7-a8ea2e1febdb" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822\",\r\n \"name\": \"res5822\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650\",\r\n \"name\": \"res3650\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,22 +38,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:33:49 GMT" + "Mon, 16 Apr 2018 08:54:05 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1197" ], "x-ms-request-id": [ - "3b7a6b4e-00d4-44b2-870a-1fef8f9c6d3f" + "6f17076e-993a-4681-94b0-3df941b6dfe3" ], "x-ms-correlation-request-id": [ - "3b7a6b4e-00d4-44b2-870a-1fef8f9c6d3f" + "6f17076e-993a-4681-94b0-3df941b6dfe3" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073349Z:3b7a6b4e-00d4-44b2-870a-1fef8f9c6d3f" + "SOUTHEASTASIA:20180416T085406Z:6f17076e-993a-4681-94b0-3df941b6dfe3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -65,8 +65,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM2NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTQ0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -77,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "c2a3cae8-db79-45f7-8b28-4b2ab2e88ac8" + "30637220-9c52-4343-80fa-c625dd90b2a6" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -102,13 +102,13 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:33:51 GMT" + "Mon, 16 Apr 2018 08:54:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c808f81d-1db4-425e-a5f5-3071bf074ffc?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c9c9ebe9-db10-4040-ae5d-79de88c694f5?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -117,19 +117,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c808f81d-1db4-425e-a5f5-3071bf074ffc" + "c9c9ebe9-db10-4040-ae5d-79de88c694f5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "1196" ], "x-ms-correlation-request-id": [ - "359b5d15-9ad7-4b6c-ae28-4e3236d643b0" + "48895d54-f63b-47ce-9e05-5d3d1c399076" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073351Z:359b5d15-9ad7-4b6c-ae28-4e3236d643b0" + "SOUTHEASTASIA:20180416T085409Z:48895d54-f63b-47ce-9e05-5d3d1c399076" ], "X-Content-Type-Options": [ "nosniff" @@ -138,17 +138,17 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c808f81d-1db4-425e-a5f5-3071bf074ffc?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M4MDhmODFkLTFkYjQtNDI1ZS1hNWY1LTMwNzFiZjA3NGZmYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c9c9ebe9-db10-4040-ae5d-79de88c694f5?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M5YzllYmU5LWRiMTAtNDA0MC1hZTVkLTc5ZGU4OGM2OTRmNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782\",\r\n \"name\": \"sto3782\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:33:51.1928061Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-02-23T07:33:51.1928061Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-02-23T07:33:51.1772363Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3782.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3782.queue.core.windows.net/\",\r\n \"table\": \"https://sto3782.table.core.windows.net/\",\r\n \"file\": \"https://sto3782.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544\",\r\n \"name\": \"sto9544\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:54:09.250874Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:54:09.250874Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:54:09.2012545Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto9544.web.core.windows.net/\",\r\n \"blob\": \"https://sto9544.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9544.queue.core.windows.net/\",\r\n \"table\": \"https://sto9544.table.core.windows.net/\",\r\n \"file\": \"https://sto9544.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -160,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:08 GMT" + "Mon, 16 Apr 2018 08:54:27 GMT" ], "Pragma": [ "no-cache" @@ -175,19 +175,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e56b94b4-f712-4748-b096-26daca6fc20f" + "1236a95b-fd40-4031-91e2-3aa3cb47be14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14999" + "14993" ], "x-ms-correlation-request-id": [ - "3d15b08e-d458-4214-9cb7-ae9740d537f7" + "85005d02-2a32-469f-aa83-c98ca491acdf" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073409Z:3d15b08e-d458-4214-9cb7-ae9740d537f7" + "SOUTHEASTASIA:20180416T085427Z:85005d02-2a32-469f-aa83-c98ca491acdf" ], "X-Content-Type-Options": [ "nosniff" @@ -196,8 +196,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjMyNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/blobServices/default/containers/container2817?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM2NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTQ0L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjgxNz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", "RequestBody": "{}", "RequestHeaders": { @@ -208,18 +208,21 @@ "2" ], "x-ms-client-request-id": [ - "5deae2a6-b485-4218-981b-50040c3f3d1b" + "152f292d-f3e6-4334-8d98-ba6846d66f5c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326\",\r\n \"name\": \"container2326\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/blobServices/default/containers/container2817\",\r\n \"name\": \"container2817\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\"\r\n}", "ResponseHeaders": { + "Content-Length": [ + "271" + ], "Content-Type": [ "application/json" ], @@ -230,37 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:09 GMT" + "Mon, 16 Apr 2018 08:54:28 GMT" ], "Pragma": [ "no-cache" ], - "Transfer-Encoding": [ - "chunked" - ], "ETag": [ - "\"0x8D57A8FD4442413\"" + "\"0x8D5A377A9814A14\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], - "Vary": [ - "Accept-Encoding" - ], "x-ms-request-id": [ - "21e3394a-74a2-4227-9cfd-f767abd54f1e" + "caa1b8b7-656c-4e35-bb8b-5245209a92da" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1195" ], "x-ms-correlation-request-id": [ - "c3b5fe71-89a5-418c-9cb8-d7f275541a41" + "00ac0318-8b23-48e2-aced-ce3472719709" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073410Z:c3b5fe71-89a5-418c-9cb8-d7f275541a41" + "SOUTHEASTASIA:20180416T085428Z:00ac0318-8b23-48e2-aced-ce3472719709" ], "X-Content-Type-Options": [ "nosniff" @@ -269,8 +266,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjMyNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/blobServices/default/containers/container2817?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM2NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTQ0L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjgxNz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"publicAccess\": \"Container\",\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -281,17 +278,17 @@ "114" ], "x-ms-client-request-id": [ - "37578ed8-c42b-41ea-971c-37d850ac8f70" + "778b67f1-81e6-4f26-bc23-0dec3182105a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326\",\r\n \"name\": \"container2326\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/blobServices/default/containers/container2817\",\r\n \"name\": \"container2817\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -303,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:10 GMT" + "Mon, 16 Apr 2018 08:54:28 GMT" ], "Pragma": [ "no-cache" @@ -312,7 +309,7 @@ "chunked" ], "ETag": [ - "\"0x8D57A8FD4A3FADA\"" + "\"0x8D5A377A9D5D417\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -321,19 +318,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "48139a0f-c96d-43d2-b2ee-69f4a02c0cb8" + "3b474667-b6b6-411f-8b0b-4d37c8651ee7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1194" ], "x-ms-correlation-request-id": [ - "81b4eea5-f5ba-4abb-952a-aa2f097b844a" + "ec9bc8e6-4920-4cdc-81ee-4a11ebf2a09a" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073411Z:81b4eea5-f5ba-4abb-952a-aa2f097b844a" + "SOUTHEASTASIA:20180416T085428Z:ec9bc8e6-4920-4cdc-81ee-4a11ebf2a09a" ], "X-Content-Type-Options": [ "nosniff" @@ -342,23 +339,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/listKeys?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM2NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTQ0L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1da69fc2-8179-4383-b8bc-0521b39fc88e" + "117946bb-60a0-450b-bc0b-d142452c8ee3" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"uaa/2UDyhu/mNYGd03XUPdh4jvP1Yj2m9toT2L+T6KeSkJDuDs2yK/bX67dxDGuEQPZyYmOHpa7UNqLJeLKZOg==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"fVMeGCaqeoHH57etaZotNfxgD49j1f8MSUSQNJBRUAkeNW0mxG4xYjN4c6SfflgtDHh7YFHAK4HxKHLHRzEsSg==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"vXiuIhggrg0Yz5hDmneB2xbry4lC2ohdYeRbYokrzNMta1DYAP26vTuGz22zgwK4ZLaP7RfbO14zlf0VMUeZCw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"uspWye8y0fQr7JNsUprYmeBf7G35bAcOlZVMo5XpZtMJSWsJCnKXoMPDnEA2v3227/DLg/51wKqbDTB6yfe8iQ==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -370,7 +367,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:10 GMT" + "Mon, 16 Apr 2018 08:54:28 GMT" ], "Pragma": [ "no-cache" @@ -385,19 +382,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "7486bae1-7500-40b1-b58c-04e6119071b2" + "848061b2-7b3b-4201-8430-294b3be16b6d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1193" ], "x-ms-correlation-request-id": [ - "ea11851e-b23a-4496-bc3c-f4fba1c270bd" + "bfca8258-bf56-4cb9-96dd-119c14e5cbd1" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073411Z:ea11851e-b23a-4496-bc3c-f4fba1c270bd" + "SOUTHEASTASIA:20180416T085429Z:bfca8258-bf56-4cb9-96dd-119c14e5cbd1" ], "X-Content-Type-Options": [ "nosniff" @@ -406,23 +403,23 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyL2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjMyNj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/blobServices/default/containers/container2817?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM2NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTQ0L2Jsb2JTZXJ2aWNlcy9kZWZhdWx0L2NvbnRhaW5lcnMvY29udGFpbmVyMjgxNz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a68774b5-6e91-4f91-ab32-c94a2fb1fc21" + "39c80457-a66e-410e-bdb6-e71a6fef02d3" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782/blobServices/default/containers/container2326\",\r\n \"name\": \"container2326\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D57A8FD4A3FADA\\\"\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-02-23T07:34:10Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n },\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544/blobServices/default/containers/container2817\",\r\n \"name\": \"container2817\",\r\n \"type\": \"Microsoft.Storage/storageAccounts/blobServices/containers\",\r\n \"etag\": \"\\\"0x8D5A377A9D5D417\\\"\",\r\n \"properties\": {\r\n \"metadata\": {\r\n \"metadata\": \"true\"\r\n },\r\n \"publicAccess\": \"Container\",\r\n \"leaseStatus\": \"Unlocked\",\r\n \"leaseState\": \"Available\",\r\n \"lastModifiedTime\": \"2018-04-16T08:54:28Z\",\r\n \"immutabilityPolicy\": {\r\n \"etag\": \"\",\r\n \"properties\": {\r\n \"immutabilityPeriodSinceCreationInDays\": 0,\r\n \"state\": \"Unlocked\"\r\n }\r\n },\r\n \"legalHold\": {\r\n \"hasLegalHold\": false,\r\n \"tags\": []\r\n },\r\n \"hasImmutabilityPolicy\": false,\r\n \"hasLegalHold\": false\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -434,7 +431,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:11 GMT" + "Mon, 16 Apr 2018 08:54:29 GMT" ], "Pragma": [ "no-cache" @@ -443,7 +440,7 @@ "chunked" ], "ETag": [ - "\"0x8D57A8FD4A3FADA\"" + "\"0x8D5A377A9D5D417\"" ], "Server": [ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" @@ -452,19 +449,19 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "fdfb4ef0-511c-468c-a7df-a4f468b9036b" + "21c158c1-5482-4c15-9de6-3fb4d70177d6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14998" + "14992" ], "x-ms-correlation-request-id": [ - "1a88bc13-2993-468e-a7d7-9982572f5c84" + "a9e70029-24c8-4aa6-92ce-b59c5120bd58" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073411Z:1a88bc13-2993-468e-a7d7-9982572f5c84" + "SOUTHEASTASIA:20180416T085429Z:a9e70029-24c8-4aa6-92ce-b59c5120bd58" ], "X-Content-Type-Options": [ "nosniff" @@ -473,20 +470,20 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5822/providers/Microsoft.Storage/storageAccounts/sto3782?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU4MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzgyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3650/providers/Microsoft.Storage/storageAccounts/sto9544?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM2NTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTQ0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f921c79d-d8ba-45eb-aa19-8fac3d8333b2" + "758629cb-06fc-4729-8f00-011fcafe4569" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.8" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -504,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:15 GMT" + "Mon, 16 Apr 2018 08:54:31 GMT" ], "Pragma": [ "no-cache" @@ -513,19 +510,19 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0a042f19-f993-4030-9afe-15abf816924f" + "067e6353-ef21-4c4f-b21c-3458bce7f4f9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1192" ], "x-ms-correlation-request-id": [ - "81ce9b08-decb-4c99-951a-8a0a8eaa2373" + "a7114070-2539-4ed5-beaf-3c4efd0fbfc2" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073415Z:81ce9b08-decb-4c99-951a-8a0a8eaa2373" + "SOUTHEASTASIA:20180416T085432Z:a7114070-2539-4ed5-beaf-3c4efd0fbfc2" ], "X-Content-Type-Options": [ "nosniff" @@ -534,13 +531,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5822?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU4MjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3650?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczM2NTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fecebb34-5cce-4222-95f8-34f95c7693b6" + "afee12c6-d6a8-4816-8a7f-6968f7d68e43" ], "accept-language": [ "en-US" @@ -562,28 +559,193 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:18 GMT" + "Mon, 16 Apr 2018 08:54:34 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1191" + ], + "x-ms-request-id": [ + "a2450a1a-46f9-4d0b-bb4f-e6232677b1ed" + ], + "x-ms-correlation-request-id": [ + "a2450a1a-46f9-4d0b-bb4f-e6232677b1ed" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085435Z:a2450a1a-46f9-4d0b-bb4f-e6232677b1ed" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:54:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-request-id": [ + "687bfa73-f239-4b45-81ca-14a7780285b3" + ], + "x-ms-correlation-request-id": [ + "687bfa73-f239-4b45-81ca-14a7780285b3" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085450Z:687bfa73-f239-4b45-81ca-14a7780285b3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:55:05 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14992" + ], + "x-ms-request-id": [ + "c3967ccb-f331-47d6-8392-d1764cbd13a6" + ], + "x-ms-correlation-request-id": [ + "c3967ccb-f331-47d6-8392-d1764cbd13a6" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085506Z:c3967ccb-f331-47d6-8392-d1764cbd13a6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:55:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" ], "x-ms-request-id": [ - "95305f1d-476c-4fc4-9890-700f07c6d93c" + "026a6a0f-af87-4125-9002-f53885c7a850" ], "x-ms-correlation-request-id": [ - "95305f1d-476c-4fc4-9890-700f07c6d93c" + "026a6a0f-af87-4125-9002-f53885c7a850" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073418Z:95305f1d-476c-4fc4-9890-700f07c6d93c" + "SOUTHEASTASIA:20180416T085522Z:026a6a0f-af87-4125-9002-f53885c7a850" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -595,8 +757,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU9ESXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -617,28 +779,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:33 GMT" + "Mon, 16 Apr 2018 08:55:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" + "14990" ], "x-ms-request-id": [ - "00c4b558-8349-4e93-b1ce-ab3b5ae93639" + "4a455c3a-b0d5-401d-95d5-a4654cfc370d" ], "x-ms-correlation-request-id": [ - "00c4b558-8349-4e93-b1ce-ab3b5ae93639" + "4a455c3a-b0d5-401d-95d5-a4654cfc370d" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073433Z:00c4b558-8349-4e93-b1ce-ab3b5ae93639" + "SOUTHEASTASIA:20180416T085537Z:4a455c3a-b0d5-401d-95d5-a4654cfc370d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -650,8 +812,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU9ESXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -672,28 +834,28 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:34:49 GMT" + "Mon, 16 Apr 2018 08:55:52 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" + "14989" ], "x-ms-request-id": [ - "1278dbff-8c52-47cb-b406-e0bcbde91f32" + "85ac7bce-e3a3-4133-ad86-8bfb0980cec5" ], "x-ms-correlation-request-id": [ - "1278dbff-8c52-47cb-b406-e0bcbde91f32" + "85ac7bce-e3a3-4133-ad86-8bfb0980cec5" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073449Z:1278dbff-8c52-47cb-b406-e0bcbde91f32" + "SOUTHEASTASIA:20180416T085553Z:85ac7bce-e3a3-4133-ad86-8bfb0980cec5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -705,8 +867,112 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVM1ODIyLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNMU9ESXlMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:56:07 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01" + ], + "Retry-After": [ + "15" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14987" + ], + "x-ms-request-id": [ + "ca25afbb-a99f-4ddd-a6fe-d246d1ed9d27" + ], + "x-ms-correlation-request-id": [ + "ca25afbb-a99f-4ddd-a6fe-d246d1ed9d27" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085608Z:ca25afbb-a99f-4ddd-a6fe-d246d1ed9d27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Mon, 16 Apr 2018 08:56:23 GMT" + ], + "Pragma": [ + "no-cache" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14986" + ], + "x-ms-request-id": [ + "f1d855e2-e022-4583-8559-54c2f379d0f6" + ], + "x-ms-correlation-request-id": [ + "f1d855e2-e022-4583-8559-54c2f379d0f6" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180416T085624Z:f1d855e2-e022-4583-8559-54c2f379d0f6" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1SRVMzNjUwLUVBU1RVUzIiLCJqb2JMb2NhdGlvbiI6ImVhc3R1czIifQ?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFTUlZNek5qVXdMVVZCVTFSVlV6SWlMQ0pxYjJKTWIyTmhkR2x2YmlJNkltVmhjM1IxY3pJaWZRP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -727,22 +993,22 @@ "no-cache" ], "Date": [ - "Fri, 23 Feb 2018 07:35:04 GMT" + "Mon, 16 Apr 2018 08:56:24 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" + "14985" ], "x-ms-request-id": [ - "4420a76c-fd25-493d-8e50-4aefeb97a8f7" + "b87066b0-a87a-443a-92dc-686fb92b671f" ], "x-ms-correlation-request-id": [ - "4420a76c-fd25-493d-8e50-4aefeb97a8f7" + "b87066b0-a87a-443a-92dc-686fb92b671f" ], "x-ms-routing-request-id": [ - "JAPANWEST:20180223T073504Z:4420a76c-fd25-493d-8e50-4aefeb97a8f7" + "SOUTHEASTASIA:20180416T085624Z:b87066b0-a87a-443a-92dc-686fb92b671f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -756,11 +1022,11 @@ ], "Names": { "CreateResourceGroup": [ - "res5822" + "res3650" ], "BlobContainersUpdateTest": [ - "sto3782", - "container2326" + "sto9544", + "container2817" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountBeginCreateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountBeginCreateTest.json index 12badd043f2c..075a4fdfcfe4 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountBeginCreateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountBeginCreateTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res8308?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczgzMDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1270?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEyNzA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "7f4f2121-cdb7-4ead-a1fd-32b044cee1ad" + "74b2a0cf-f320-4651-a2cc-c04f4e56d99d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8308\",\r\n \"name\": \"res8308\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1270\",\r\n \"name\": \"res1270\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:51:39 GMT" + "Wed, 11 Apr 2018 08:37:12 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1183" ], "x-ms-request-id": [ - "7dabdf04-b95f-40dd-8d04-8a603d802ad7" + "4a63b142-779f-4310-ab4e-2a25fc61bef5" ], "x-ms-correlation-request-id": [ - "7dabdf04-b95f-40dd-8d04-8a603d802ad7" + "4a63b142-779f-4310-ab4e-2a25fc61bef5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035140Z:7dabdf04-b95f-40dd-8d04-8a603d802ad7" + "SOUTHEASTASIA:20180411T083713Z:4a63b142-779f-4310-ab4e-2a25fc61bef5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8308/providers/Microsoft.Storage/storageAccounts/sto6911?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczgzMDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82OTExP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1270/providers/Microsoft.Storage/storageAccounts/sto4047?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEyNzAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDQ3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "5b7a8073-bfdb-4cdc-8c1f-17e693851fed" + "5a01841c-efce-4d8b-bb2f-a0a198223d57" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,35 +102,37 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:52:00 GMT" + "Wed, 11 Apr 2018 08:37:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a604c6ce-ea44-40bb-adad-60f2a2becc52?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/e2f05349-06e4-4f70-8a79-f9940472a4d0?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "aad85309-be77-4abd-ab17-ab85bb4d131f" + "e2f05349-06e4-4f70-8a79-f9940472a4d0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1182" ], "x-ms-correlation-request-id": [ - "aad85309-be77-4abd-ab17-ab85bb4d131f" + "d520c613-8f83-469d-aa70-16f62ee896dd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035201Z:aad85309-be77-4abd-ab17-ab85bb4d131f" + "SOUTHEASTASIA:20180411T083716Z:d520c613-8f83-469d-aa70-16f62ee896dd" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 @@ -132,13 +140,13 @@ ], "Names": { "CreateResourceGroup": [ - "res8308" + "res1270" ], "StorageAccountBeginCreateTest": [ - "sto6911" + "sto4047" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCMKTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCMKTest.json index 0a2d0f13059f..de060b66b44f 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCMKTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCMKTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6127?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczYxMjc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6127?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYxMjc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127\",\r\n \"name\": \"res6127\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127\",\r\n \"name\": \"res6127\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -62,8 +62,8 @@ "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\"\r\n }\r\n}", "RequestHeaders": { @@ -102,7 +102,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -130,8 +130,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1YjQxYTNmLTk3NmItNGFlOC1iYWQ0LTA2Y2ZiMDA4NDY5Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1YjQxYTNmLTk3NmItNGFlOC1iYWQ0LTA2Y2ZiMDA4NDY5Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -158,7 +158,7 @@ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -186,8 +186,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1YjQxYTNmLTk3NmItNGFlOC1iYWQ0LTA2Y2ZiMDA4NDY5Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f5b41a3f-976b-4ae8-bad4-06cfb0084696?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1YjQxYTNmLTk3NmItNGFlOC1iYWQ0LTA2Y2ZiMDA4NDY5Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -196,7 +196,7 @@ "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -242,8 +242,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.KeyVault/vaults/keyvault1718?api-version=2016-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5LZXlWYXVsdC92YXVsdHMva2V5dmF1bHQxNzE4P2FwaS12ZXJzaW9uPTIwMTYtMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.KeyVault/vaults/keyvault1718?api-version=2016-10-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5LZXlWYXVsdC92YXVsdHMva2V5dmF1bHQxNzE4P2FwaS12ZXJzaW9uPTIwMTYtMTAtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"sku\": {\r\n \"name\": \"standard\",\r\n \"family\": \"A\"\r\n },\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"permissions\": {\r\n \"keys\": [\r\n \"wrapkey\",\r\n \"unwrapkey\"\r\n ]\r\n }\r\n },\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"257a2e03-0f96-462a-a692-c5c98a2f7d9c\",\r\n \"permissions\": {\r\n \"keys\": [\r\n \"all\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": false,\r\n \"enabledForDiskEncryption\": false,\r\n \"enabledForTemplateDeployment\": false\r\n }\r\n}", "RequestHeaders": { @@ -264,7 +264,7 @@ "Microsoft.Azure.Management.KeyVault.KeyVaultManagementClient/2.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.KeyVault/vaults/keyvault1718\",\r\n \"name\": \"keyvault1718\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"permissions\": {\r\n \"keys\": [\r\n \"wrapkey\",\r\n \"unwrapkey\"\r\n ]\r\n }\r\n },\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"257a2e03-0f96-462a-a692-c5c98a2f7d9c\",\r\n \"permissions\": {\r\n \"keys\": [\r\n \"all\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": false,\r\n \"enabledForDiskEncryption\": false,\r\n \"enabledForTemplateDeployment\": false,\r\n \"vaultUri\": \"https://keyvault1718.vault.azure.net\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.KeyVault/vaults/keyvault1718\",\r\n \"name\": \"keyvault1718\",\r\n \"type\": \"Microsoft.KeyVault/vaults\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"sku\": {\r\n \"family\": \"A\",\r\n \"name\": \"standard\"\r\n },\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"accessPolicies\": [\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"permissions\": {\r\n \"keys\": [\r\n \"wrapkey\",\r\n \"unwrapkey\"\r\n ]\r\n }\r\n },\r\n {\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"objectId\": \"257a2e03-0f96-462a-a692-c5c98a2f7d9c\",\r\n \"permissions\": {\r\n \"keys\": [\r\n \"all\"\r\n ]\r\n }\r\n }\r\n ],\r\n \"enabledForDeployment\": false,\r\n \"enabledForDiskEncryption\": false,\r\n \"enabledForTemplateDeployment\": false,\r\n \"vaultUri\": \"https://keyvault1718.vault.azure.net\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -391,8 +391,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"keyvaultkey4905\",\r\n \"keyversion\": \"b243121830984a00a4775f2236b7cf16\",\r\n \"keyvaulturi\": \"https://keyvault1718.vault.azure.net\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -413,7 +413,7 @@ "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"keyvaultkey4905\",\r\n \"keyvaulturi\": \"https://keyvault1718.vault.azure.net\",\r\n \"keyversion\": \"b243121830984a00a4775f2236b7cf16\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"keyvaultkey4905\",\r\n \"keyvaulturi\": \"https://keyvault1718.vault.azure.net\",\r\n \"keyversion\": \"b243121830984a00a4775f2236b7cf16\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -459,8 +459,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -481,7 +481,7 @@ "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:18:22.8283516Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -527,8 +527,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": false\r\n },\r\n \"file\": {\r\n \"enabled\": false\r\n }\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -549,7 +549,7 @@ "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto2607\",\r\n \"identity\": {\r\n \"principalId\": \"fdcd653c-6e25-48fb-b324-73d1989be652\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2607\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:18:22.8263516Z\",\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2607.blob.core.windows.net/\",\r\n \"file\": \"https://sto2607.file.core.windows.net/\",\r\n \"queue\": \"https://sto2607.queue.core.windows.net/\",\r\n \"table\": \"https://sto2607.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -606,7 +606,7 @@ ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778", + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e", "AADClientId": "257a2e03-0f96-462a-a692-c5c98a2f7d9c", "ServicePrincipal": "412ba7c7-8d9e-41f7-ab67-85adec8ec0ad" } diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCheckNameTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCheckNameTest.json index 0240828a45b1..cdc12ee72b15 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCheckNameTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCheckNameTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res5889?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczU4ODk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6920?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY5MjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "447e4f29-3f03-4cae-bf7a-be574e13dcc6" + "0bd74919-9a76-40e6-9aca-215a50a1ccac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5889\",\r\n \"name\": \"res5889\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6920\",\r\n \"name\": \"res6920\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,34 +38,37 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:39:45 GMT" + "Fri, 13 Apr 2018 10:54:11 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1199" ], "x-ms-request-id": [ - "af1348ee-7228-41b4-8ff1-0de63f6861c0" + "b5fbffeb-675b-4f58-85d9-80e186c79192" ], "x-ms-correlation-request-id": [ - "af1348ee-7228-41b4-8ff1-0de63f6861c0" + "b5fbffeb-675b-4f58-85d9-80e186c79192" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033946Z:af1348ee-7228-41b4-8ff1-0de63f6861c0" + "SOUTHEASTASIA:20180413T105412Z:b5fbffeb-675b-4f58-85d9-80e186c79192" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/checkNameAvailability?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sto6445\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sto3311\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -74,14 +77,14 @@ "73" ], "x-ms-client-request-id": [ - "0bfff852-805f-4819-8db4-045445aa408d" + "ed7ddd6c-aed2-4f07-9777-63410b1674a1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"nameAvailable\": true\r\n}", @@ -96,7 +99,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:39:46 GMT" + "Fri, 13 Apr 2018 10:54:12 GMT" ], "Pragma": [ "no-cache" @@ -105,33 +108,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8a39a838-1933-4b0d-85c4-a21bbb75c21e" + "317dc28c-1fe7-4cc1-bd53-ecd702f482c5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14884" + "14997" ], "x-ms-correlation-request-id": [ - "8a39a838-1933-4b0d-85c4-a21bbb75c21e" + "dd560cb5-833c-4bd6-ad9e-f580da18c1df" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033947Z:8a39a838-1933-4b0d-85c4-a21bbb75c21e" + "SOUTHEASTASIA:20180413T105413Z:dd560cb5-833c-4bd6-ad9e-f580da18c1df" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/checkNameAvailability?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"name\": \"CAPS\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "RequestHeaders": { @@ -142,14 +147,14 @@ "70" ], "x-ms-client-request-id": [ - "a44067a3-a829-42ed-a6a5-fe81af27ccd5" + "725a572f-0946-40f6-be38-5ce6b51ca345" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"nameAvailable\": false,\r\n \"reason\": \"AccountNameInvalid\",\r\n \"message\": \"CAPS is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only.\"\r\n}", @@ -164,7 +169,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:39:46 GMT" + "Fri, 13 Apr 2018 10:54:12 GMT" ], "Pragma": [ "no-cache" @@ -173,35 +178,37 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ade83ac5-7e46-4100-a73b-6ce47ab5cfc3" + "b72a3a60-0dd9-4f94-bcb3-054dced251fa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14883" + "14996" ], "x-ms-correlation-request-id": [ - "ade83ac5-7e46-4100-a73b-6ce47ab5cfc3" + "24483898-6d1b-48ef-a5d7-3b7889820760" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033947Z:ade83ac5-7e46-4100-a73b-6ce47ab5cfc3" + "SOUTHEASTASIA:20180413T105413Z:24483898-6d1b-48ef-a5d7-3b7889820760" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/checkNameAvailability?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/checkNameAvailability?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", - "RequestBody": "{\r\n \"name\": \"sto9245\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "RequestBody": "{\r\n \"name\": \"sto1908\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -210,17 +217,17 @@ "73" ], "x-ms-client-request-id": [ - "0f246e6d-e417-42f8-b70b-4929c681ed43" + "628ab4b3-6431-448f-81b8-78d5ca8ae713" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"message\": \"The storage account named sto9245 is already taken.\",\r\n \"nameAvailable\": false,\r\n \"reason\": \"AlreadyExists\"\r\n}", + "ResponseBody": "{\r\n \"nameAvailable\": false,\r\n \"reason\": \"AlreadyExists\",\r\n \"message\": \"The storage account named sto1908 is already taken.\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -232,7 +239,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:40:35 GMT" + "Fri, 13 Apr 2018 10:54:33 GMT" ], "Pragma": [ "no-cache" @@ -241,51 +248,53 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "17af5b8a-3dab-4291-b02f-e6d60b5a834a" + "4c824927-fee8-4067-815c-c4dd0448505f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14878" + "14994" ], "x-ms-correlation-request-id": [ - "17af5b8a-3dab-4291-b02f-e6d60b5a834a" + "009900c5-e24e-46e6-850c-534a98fd70ca" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034035Z:17af5b8a-3dab-4291-b02f-e6d60b5a834a" + "SOUTHEASTASIA:20180413T105434Z:009900c5-e24e-46e6-850c-534a98fd70ca" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5889/providers/Microsoft.Storage/storageAccounts/sto9245?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczU4ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MjQ1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6920/providers/Microsoft.Storage/storageAccounts/sto1908?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY5MjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xOTA4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "213307ec-b7cc-49da-a4f0-7ae6800b03d9" + "3ed89641-3977-4d82-8172-d1cc78d28d52" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -293,6 +302,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -300,107 +312,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:40:00 GMT" + "Fri, 13 Apr 2018 10:54:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a6b9aff1-5fd1-46ac-9795-6bdcb96d1c07?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a9b5d09d-2daa-46e0-a454-e4e6382f134a?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "17f2d917-7596-43dc-8961-6fb35ca1271a" - ], - "x-ms-correlation-request-id": [ - "17f2d917-7596-43dc-8961-6fb35ca1271a" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034000Z:17f2d917-7596-43dc-8961-6fb35ca1271a" + "a9b5d09d-2daa-46e0-a454-e4e6382f134a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a6b9aff1-5fd1-46ac-9795-6bdcb96d1c07?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2E2YjlhZmYxLTVmZDEtNDZhYy05Nzk1LTZiZGNiOTZkMWMwNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:40:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a6b9aff1-5fd1-46ac-9795-6bdcb96d1c07?monitor=true&api-version=2017-10-01" ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" - ], - "x-ms-request-id": [ - "8a498515-cc56-46d4-8c14-d61269e41128" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "8a498515-cc56-46d4-8c14-d61269e41128" + "4c013940-9f33-4800-ac55-2cc988f81415" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034017Z:8a498515-cc56-46d4-8c14-d61269e41128" + "SOUTHEASTASIA:20180413T105416Z:4c013940-9f33-4800-ac55-2cc988f81415" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a6b9aff1-5fd1-46ac-9795-6bdcb96d1c07?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2E2YjlhZmYxLTVmZDEtNDZhYy05Nzk1LTZiZGNiOTZkMWMwNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a9b5d09d-2daa-46e0-a454-e4e6382f134a?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2E5YjVkMDlkLTJkYWEtNDZlMC1hNDU0LWU0ZTYzODJmMTM0YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res5889/providers/Microsoft.Storage/storageAccounts/sto9245\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9245\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:39:50.4632077Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:39:50.5022136Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:39:50.5022136Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9245.blob.core.windows.net/\",\r\n \"file\": \"https://sto9245.file.core.windows.net/\",\r\n \"queue\": \"https://sto9245.queue.core.windows.net/\",\r\n \"table\": \"https://sto9245.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6920/providers/Microsoft.Storage/storageAccounts/sto1908\",\r\n \"name\": \"sto1908\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-13T10:54:15.6785682Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-13T10:54:15.6785682Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-13T10:54:15.6160953Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1908.web.core.windows.net/\",\r\n \"blob\": \"https://sto1908.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1908.queue.core.windows.net/\",\r\n \"table\": \"https://sto1908.table.core.windows.net/\",\r\n \"file\": \"https://sto1908.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -412,7 +370,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:40:34 GMT" + "Fri, 13 Apr 2018 10:54:33 GMT" ], "Pragma": [ "no-cache" @@ -421,26 +379,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "4796f2ee-4aab-42a2-a3ce-183d20ccecb7" + "94228266-1948-4db1-bb64-b97a38380bb3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14995" ], "x-ms-correlation-request-id": [ - "4796f2ee-4aab-42a2-a3ce-183d20ccecb7" + "4484c6a0-228b-4357-85b0-aff974ff3afb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034035Z:4796f2ee-4aab-42a2-a3ce-183d20ccecb7" + "SOUTHEASTASIA:20180413T105433Z:4484c6a0-228b-4357-85b0-aff974ff3afb" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -448,16 +408,16 @@ ], "Names": { "CreateResourceGroup": [ - "res5889" + "res6920" ], "StorageAccountCheckNameTest": [ - "sto6445" + "sto3311" ], "CreateStorageAccount": [ - "sto9245" + "sto1908" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json index d95d1298d5fc..e7354522ffd8 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9454?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk0NTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1983?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczE5ODM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "be80e151-6974-44c4-8c08-2a2795916ad8" + "2fbf6269-0203-49cf-8779-5c4ed8088830" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454\",\r\n \"name\": \"res9454\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983\",\r\n \"name\": \"res1983\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,32 +38,35 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:38 GMT" + "Wed, 11 Apr 2018 08:31:32 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1176" ], "x-ms-request-id": [ - "cfc5a23d-7b56-457a-be19-15397a0e8a31" + "d5dcc529-d666-4a73-b78f-d722c8c3d8d1" ], "x-ms-correlation-request-id": [ - "cfc5a23d-7b56-457a-be19-15397a0e8a31" + "d5dcc529-d666-4a73-b78f-d722c8c3d8d1" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074338Z:cfc5a23d-7b56-457a-be19-15397a0e8a31" + "SOUTHEASTASIA:20180411T083132Z:d5dcc529-d666-4a73-b78f-d722c8c3d8d1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MTcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto7927?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE5ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTI3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -74,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "eddde465-7ff9-4737-a5db-65a72f3a6d8c" + "7612fa02-0eb8-4cb5-b010-56f42347776f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -90,7 +93,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -99,13 +102,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:40 GMT" + "Wed, 11 Apr 2018 08:31:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/be99527b-36fe-4822-8ebd-4dd1f9ab61cd?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/4e68ee92-419f-46d8-b9f7-06b0600c13d5?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -114,26 +117,29 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "be99527b-36fe-4822-8ebd-4dd1f9ab61cd" + "4e68ee92-419f-46d8-b9f7-06b0600c13d5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1175" ], "x-ms-correlation-request-id": [ - "8cbf3cd0-30cc-42c0-9f1b-e94a013ac68a" + "ce11a9c0-27fd-4cd1-b7ff-cbfdbd925422" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074341Z:8cbf3cd0-30cc-42c0-9f1b-e94a013ac68a" + "SOUTHEASTASIA:20180411T083136Z:ce11a9c0-27fd-4cd1-b7ff-cbfdbd925422" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MTcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto7927?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE5ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTI3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -144,17 +150,17 @@ "168" ], "x-ms-client-request-id": [ - "17709e62-2e31-410a-8244-ec7b67933bcb" + "da38c033-89a3-49df-95d6-1cff20c497dc" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172\",\r\n \"name\": \"sto9172\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:41.8225433Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9172.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9172.queue.core.windows.net/\",\r\n \"table\": \"https://sto9172.table.core.windows.net/\",\r\n \"file\": \"https://sto9172.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto7927\",\r\n \"name\": \"sto7927\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:31:35.8696403Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:31:35.8696403Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:31:35.8071396Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7927.web.core.windows.net/\",\r\n \"blob\": \"https://sto7927.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7927.queue.core.windows.net/\",\r\n \"table\": \"https://sto7927.table.core.windows.net/\",\r\n \"file\": \"https://sto7927.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -166,7 +172,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:59 GMT" + "Wed, 11 Apr 2018 08:31:55 GMT" ], "Pragma": [ "no-cache" @@ -181,35 +187,38 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "95787d09-82a7-4301-9b65-384a360b45c9" + "403860cc-db90-435e-8287-a30c3a682916" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1174" ], "x-ms-correlation-request-id": [ - "7797713d-abaa-4e9f-a23f-4c90c2e07607" + "777927f1-f7b6-4329-999f-6943f20af329" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074400Z:7797713d-abaa-4e9f-a23f-4c90c2e07607" + "SOUTHEASTASIA:20180411T083155Z:777927f1-f7b6-4329-999f-6943f20af329" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/be99527b-36fe-4822-8ebd-4dd1f9ab61cd?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2JlOTk1MjdiLTM2ZmUtNDgyMi04ZWJkLTRkZDFmOWFiNjFjZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/4e68ee92-419f-46d8-b9f7-06b0600c13d5?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzRlNjhlZTkyLTQxOWYtNDZkOC1iOWY3LTA2YjA2MDBjMTNkNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto9172\",\r\n \"name\": \"sto9172\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:41.8381383Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:41.8225433Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9172.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9172.queue.core.windows.net/\",\r\n \"table\": \"https://sto9172.table.core.windows.net/\",\r\n \"file\": \"https://sto9172.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto7927\",\r\n \"name\": \"sto7927\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:31:35.8696403Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:31:35.8696403Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:31:35.8071396Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7927.web.core.windows.net/\",\r\n \"blob\": \"https://sto7927.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7927.queue.core.windows.net/\",\r\n \"table\": \"https://sto7927.table.core.windows.net/\",\r\n \"file\": \"https://sto7927.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -221,7 +230,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:58 GMT" + "Wed, 11 Apr 2018 08:31:53 GMT" ], "Pragma": [ "no-cache" @@ -236,26 +245,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "f4d73a0c-22e6-4e2c-aa7a-989edd032da7" + "e62f1118-8eca-4b0e-86f3-25c5c2b30333" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "14983" ], "x-ms-correlation-request-id": [ - "bb7b9e08-2e33-4c2f-8342-c6d1c3edf5f4" + "4ff55eb3-ffcd-47a6-b0ac-54c51c23b707" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074358Z:bb7b9e08-2e33-4c2f-8342-c6d1c3edf5f4" + "SOUTHEASTASIA:20180411T083153Z:4ff55eb3-ffcd-47a6-b0ac-54c51c23b707" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto5907?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0NTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTA3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto260?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE5ODMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjA/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\"\r\n}", "RequestHeaders": { @@ -266,14 +278,14 @@ "104" ], "x-ms-client-request-id": [ - "6858b74b-84eb-4688-925b-68ab2332a256" + "f49b54c1-2ea7-4aa4-a0c7-c5059e438ea5" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -282,7 +294,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -291,13 +303,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:44:01 GMT" + "Wed, 11 Apr 2018 08:31:56 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/6a900e9a-8bad-4a51-985a-e8110004bdad?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cb62e21d-a568-43a4-9404-c9faf98db476?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -306,35 +318,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6a900e9a-8bad-4a51-985a-e8110004bdad" + "cb62e21d-a568-43a4-9404-c9faf98db476" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1173" ], "x-ms-correlation-request-id": [ - "5d3154d1-ecbf-442d-a3bf-8dff5fc6cf62" + "93aee179-b7d4-4fa0-953b-a3d9c15701e4" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074401Z:5d3154d1-ecbf-442d-a3bf-8dff5fc6cf62" + "SOUTHEASTASIA:20180411T083156Z:93aee179-b7d4-4fa0-953b-a3d9c15701e4" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/6a900e9a-8bad-4a51-985a-e8110004bdad?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzZhOTAwZTlhLThiYWQtNGE1MS05ODVhLWU4MTEwMDA0YmRhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cb62e21d-a568-43a4-9404-c9faf98db476?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2NiNjJlMjFkLWE1NjgtNDNhNC05NDA0LWM5ZmFmOThkYjQ3Nj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9454/providers/Microsoft.Storage/storageAccounts/sto5907\",\r\n \"name\": \"sto5907\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:02.3034144Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:02.3034144Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:44:02.2878346Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5907.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5907.queue.core.windows.net/\",\r\n \"table\": \"https://sto5907.table.core.windows.net/\",\r\n \"file\": \"https://sto5907.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto260\",\r\n \"name\": \"sto260\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:31:56.7382101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:31:56.7382101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:31:56.6739964Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto260.web.core.windows.net/\",\r\n \"blob\": \"https://sto260.blob.core.windows.net/\",\r\n \"queue\": \"https://sto260.queue.core.windows.net/\",\r\n \"table\": \"https://sto260.table.core.windows.net/\",\r\n \"file\": \"https://sto260.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -346,7 +361,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:44:18 GMT" + "Wed, 11 Apr 2018 08:32:13 GMT" ], "Pragma": [ "no-cache" @@ -361,19 +376,22 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e3464f3a-bcfc-40a8-9b66-30a63fb71159" + "ae43aa8e-b5e0-4d09-a584-96d1ab35dbf3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14948" + "14982" ], "x-ms-correlation-request-id": [ - "cd11a8eb-0795-4a59-b555-b7c674833681" + "6aaf4b05-58c2-4bee-bd36-3d8258364d91" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074419Z:cd11a8eb-0795-4a59-b555-b7c674833681" + "SOUTHEASTASIA:20180411T083214Z:6aaf4b05-58c2-4bee-bd36-3d8258364d91" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -381,11 +399,11 @@ ], "Names": { "CreateResourceGroup": [ - "res9454" + "res1983" ], "StorageAccountCreateTest": [ - "sto9172", - "sto5907" + "sto7927", + "sto260" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithAccessTierTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithAccessTierTest.json index ae14c27f8e21..3d12cb4b4e11 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithAccessTierTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithAccessTierTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res8463?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3Jlczg0NjM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7248?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczcyNDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "27a0f8e8-ca84-4603-9942-5b22f1e59885" + "7249e8c4-0f27-40a2-8028-b694728bcbd7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8463\",\r\n \"name\": \"res8463\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7248\",\r\n \"name\": \"res7248\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:29 GMT" + "Wed, 11 Apr 2018 08:23:21 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-request-id": [ - "86e2604f-567c-4b0d-bcb3-3e3a379d44cb" + "379086c1-895c-4fa0-9c9a-86538f47c1df" ], "x-ms-correlation-request-id": [ - "86e2604f-567c-4b0d-bcb3-3e3a379d44cb" + "379086c1-895c-4fa0-9c9a-86538f47c1df" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032629Z:86e2604f-567c-4b0d-bcb3-3e3a379d44cb" + "SOUTHEASTASIA:20180411T082321Z:379086c1-895c-4fa0-9c9a-86538f47c1df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8463/providers/Microsoft.Storage/storageAccounts/sto7360?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3Jlczg0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MzYwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7248/providers/Microsoft.Storage/storageAccounts/sto7577?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NTc3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "155" + "158" ], "x-ms-client-request-id": [ - "6d808044-9527-4d7b-9b3f-b75b319db925" + "dc65502f-780d-4480-a8b9-b0d799921939" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:42 GMT" + "Wed, 11 Apr 2018 08:23:24 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e8896e63-305f-451c-8906-a20d19d2daad?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/aaf31d23-567a-4d27-940a-623aae3a7228?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c30e84f7-8013-4be6-a574-d1bca6a0db98" - ], - "x-ms-correlation-request-id": [ - "c30e84f7-8013-4be6-a574-d1bca6a0db98" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032642Z:c30e84f7-8013-4be6-a574-d1bca6a0db98" + "aaf31d23-567a-4d27-940a-623aae3a7228" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e8896e63-305f-451c-8906-a20d19d2daad?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2U4ODk2ZTYzLTMwNWYtNDUxYy04OTA2LWEyMGQxOWQyZGFhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:26:59 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e8896e63-305f-451c-8906-a20d19d2daad?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14833" - ], - "x-ms-request-id": [ - "939bc465-4294-4eb6-b099-2908fbc6fcf4" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1195" ], "x-ms-correlation-request-id": [ - "939bc465-4294-4eb6-b099-2908fbc6fcf4" + "139400be-dd08-42f9-9e98-fc85db91e0ee" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032700Z:939bc465-4294-4eb6-b099-2908fbc6fcf4" + "SOUTHEASTASIA:20180411T082325Z:139400be-dd08-42f9-9e98-fc85db91e0ee" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e8896e63-305f-451c-8906-a20d19d2daad?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2U4ODk2ZTYzLTMwNWYtNDUxYy04OTA2LWEyMGQxOWQyZGFhZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/aaf31d23-567a-4d27-940a-623aae3a7228?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2FhZjMxZDIzLTU2N2EtNGQyNy05NDBhLTYyM2FhZTNhNzIyOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8463/providers/Microsoft.Storage/storageAccounts/sto7360\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7360\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:26:32.7733833Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:26:32.7753838Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:26:32.7753838Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7360.blob.core.windows.net/\",\r\n \"table\": \"https://sto7360.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7248/providers/Microsoft.Storage/storageAccounts/sto7577\",\r\n \"name\": \"sto7577\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:23:25.1584487Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:23:25.1584487Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:23:25.0959647Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7577.web.core.windows.net/\",\r\n \"blob\": \"https://sto7577.blob.core.windows.net/\",\r\n \"table\": \"https://sto7577.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:27:16 GMT" + "Wed, 11 Apr 2018 08:23:42 GMT" ], "Pragma": [ "no-cache" @@ -217,51 +169,53 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c327d7b5-b943-4692-a3d6-5a720423da2a" + "842522a5-1701-4271-b5a1-4fe829895ebf" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14832" + "14992" ], "x-ms-correlation-request-id": [ - "c327d7b5-b943-4692-a3d6-5a720423da2a" + "410b8dee-e26d-4548-b1e5-fa4e2ac7167c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032717Z:c327d7b5-b943-4692-a3d6-5a720423da2a" + "SOUTHEASTASIA:20180411T082342Z:410b8dee-e26d-4548-b1e5-fa4e2ac7167c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8463/providers/Microsoft.Storage/storageAccounts/sto8172?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3Jlczg0NjMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7248/providers/Microsoft.Storage/storageAccounts/sto916?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MTY/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"accessTier\": \"Cool\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"accessTier\": \"Cool\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "156" + "159" ], "x-ms-client-request-id": [ - "127443b2-e2f2-4f87-bac6-05278409f574" + "3e519f91-76e0-484c-8c56-7384dd3eddd4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -269,6 +223,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -276,107 +233,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:27:28 GMT" + "Wed, 11 Apr 2018 08:23:43 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/814e2fd6-c51a-421a-a86a-3008c1f3d95a?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7fd643be-3a1e-442b-b587-86b307b0712a?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "8c2da3e9-e924-470c-9683-1568a6f088cb" - ], - "x-ms-correlation-request-id": [ - "8c2da3e9-e924-470c-9683-1568a6f088cb" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032728Z:8c2da3e9-e924-470c-9683-1568a6f088cb" + "7fd643be-3a1e-442b-b587-86b307b0712a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/814e2fd6-c51a-421a-a86a-3008c1f3d95a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzgxNGUyZmQ2LWM1MWEtNDIxYS1hODZhLTMwMDhjMWYzZDk1YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:27:45 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/814e2fd6-c51a-421a-a86a-3008c1f3d95a?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14831" - ], - "x-ms-request-id": [ - "c32e5818-407d-4caf-8b07-e25a13a06d09" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1194" ], "x-ms-correlation-request-id": [ - "c32e5818-407d-4caf-8b07-e25a13a06d09" + "a355de07-eece-443d-8433-33217d19be02" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032745Z:c32e5818-407d-4caf-8b07-e25a13a06d09" + "SOUTHEASTASIA:20180411T082344Z:a355de07-eece-443d-8433-33217d19be02" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/814e2fd6-c51a-421a-a86a-3008c1f3d95a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzgxNGUyZmQ2LWM1MWEtNDIxYS1hODZhLTMwMDhjMWYzZDk1YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7fd643be-3a1e-442b-b587-86b307b0712a?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzdmZDY0M2JlLTNhMWUtNDQyYi1iNTg3LTg2YjMwN2IwNzEyYT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8463/providers/Microsoft.Storage/storageAccounts/sto8172\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8172\",\r\n \"properties\": {\r\n \"accessTier\": \"Cool\",\r\n \"creationTime\": \"2017-11-17T03:27:18.6627236Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:27:18.664724Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:27:18.664724Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8172.blob.core.windows.net/\",\r\n \"table\": \"https://sto8172.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7248/providers/Microsoft.Storage/storageAccounts/sto916\",\r\n \"name\": \"sto916\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:23:44.234366Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:23:44.234366Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:23:44.1874923Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto916.web.core.windows.net/\",\r\n \"blob\": \"https://sto916.blob.core.windows.net/\",\r\n \"table\": \"https://sto916.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -388,7 +291,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:28:02 GMT" + "Wed, 11 Apr 2018 08:24:01 GMT" ], "Pragma": [ "no-cache" @@ -397,26 +300,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "225f414f-7f4f-4854-b7e1-7c5aa3fbae3b" + "f8f012d7-4e54-4649-bfc1-fb4133fa8f76" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14830" + "14991" ], "x-ms-correlation-request-id": [ - "225f414f-7f4f-4854-b7e1-7c5aa3fbae3b" + "b5fed6ae-b4dd-4837-83d8-8551099528a8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032803Z:225f414f-7f4f-4854-b7e1-7c5aa3fbae3b" + "SOUTHEASTASIA:20180411T082401Z:b5fed6ae-b4dd-4837-83d8-8551099528a8" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -424,14 +329,14 @@ ], "Names": { "CreateResourceGroup": [ - "res8463" + "res7248" ], "StorageAccountCreateWithAccessTierTest": [ - "sto7360", - "sto8172" + "sto7577", + "sto916" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json index 4eee7936c52a..75eef816facd 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithEncryptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5958?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU5NTg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res8060?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczgwNjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "7f48ac3d-84d4-4db3-83a6-701976dd53ac" + "f1ae95f9-4476-46f3-a7ff-5e9533600f5e" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5958\",\r\n \"name\": \"res5958\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8060\",\r\n \"name\": \"res8060\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,32 +38,35 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:40:36 GMT" + "Wed, 11 Apr 2018 08:24:13 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1196" ], "x-ms-request-id": [ - "291776c9-63d8-4e72-90f9-a0d0c34b86ca" + "6a0a436b-99bc-4c09-a2ff-7b5486bc5a08" ], "x-ms-correlation-request-id": [ - "291776c9-63d8-4e72-90f9-a0d0c34b86ca" + "6a0a436b-99bc-4c09-a2ff-7b5486bc5a08" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074036Z:291776c9-63d8-4e72-90f9-a0d0c34b86ca" + "SOUTHEASTASIA:20180411T082413Z:6a0a436b-99bc-4c09-a2ff-7b5486bc5a08" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5958/providers/Microsoft.Storage/storageAccounts/sto5268?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5NTgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MjY4P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8060/providers/Microsoft.Storage/storageAccounts/sto2117?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczgwNjAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yMTE3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -74,14 +77,14 @@ "407" ], "x-ms-client-request-id": [ - "7c32607d-8247-4387-860d-ad4233f11b1f" + "f67a08c9-7567-4708-b68d-c2e3b609609a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -90,7 +93,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -99,13 +102,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:40:39 GMT" + "Wed, 11 Apr 2018 08:24:16 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9735db16-5b59-40f2-950e-2bcc7d9bbc2e?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -114,93 +117,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1436a66b-0c66-43aa-b43d-64c6bd252f36" + "9735db16-5b59-40f2-950e-2bcc7d9bbc2e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1195" ], "x-ms-correlation-request-id": [ - "8ee1bbf8-132a-4ff2-8b36-53eb08c2f79a" + "c30ee5fb-361c-4509-9b58-0f2bfd67f114" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074039Z:8ee1bbf8-132a-4ff2-8b36-53eb08c2f79a" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzE0MzZhNjZiLTBjNjYtNDNhYS1iNDNkLTY0YzZiZDI1MmYzNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" + "SOUTHEASTASIA:20180411T082417Z:c30ee5fb-361c-4509-9b58-0f2bfd67f114" ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 02 Jan 2018 07:40:56 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "66b5ce28-15e3-46ef-9a5c-a77a6e1747d5" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14955" - ], - "x-ms-correlation-request-id": [ - "fc071de2-7a5a-4b8f-975b-4c0ba25d9593" - ], - "x-ms-routing-request-id": [ - "EASTASIA:20180102T074057Z:fc071de2-7a5a-4b8f-975b-4c0ba25d9593" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/1436a66b-0c66-43aa-b43d-64c6bd252f36?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzE0MzZhNjZiLTBjNjYtNDNhYS1iNDNkLTY0YzZiZDI1MmYzNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9735db16-5b59-40f2-950e-2bcc7d9bbc2e?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzk3MzVkYjE2LTViNTktNDBmMi05NTBlLTJiY2M3ZDliYmMyZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5958/providers/Microsoft.Storage/storageAccounts/sto5268\",\r\n \"name\": \"sto5268\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:40:40.2424902Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:40:40.2424902Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:40:40.2424902Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5268.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5268.queue.core.windows.net/\",\r\n \"table\": \"https://sto5268.table.core.windows.net/\",\r\n \"file\": \"https://sto5268.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8060/providers/Microsoft.Storage/storageAccounts/sto2117\",\r\n \"name\": \"sto2117\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:24:17.1030761Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:24:17.1030761Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:24:17.0407031Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto2117.web.core.windows.net/\",\r\n \"blob\": \"https://sto2117.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2117.queue.core.windows.net/\",\r\n \"table\": \"https://sto2117.table.core.windows.net/\",\r\n \"file\": \"https://sto2117.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -212,7 +160,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:41:13 GMT" + "Wed, 11 Apr 2018 08:24:34 GMT" ], "Pragma": [ "no-cache" @@ -227,19 +175,22 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "0db4cb62-e60f-46c4-a3ed-4a562d87bdd7" + "75d3a41b-0172-413c-baad-eab5d9eb22f3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14954" + "14992" ], "x-ms-correlation-request-id": [ - "075bf174-529e-470d-afda-7348989f403c" + "46a91883-6ad0-4d39-8a15-a8349545f917" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074114Z:075bf174-529e-470d-afda-7348989f403c" + "SOUTHEASTASIA:20180411T082434Z:46a91883-6ad0-4d39-8a15-a8349545f917" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -247,10 +198,10 @@ ], "Names": { "CreateResourceGroup": [ - "res5958" + "res8060" ], "StorageAccountCreateWithEncryptionTest": [ - "sto5268" + "sto2117" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json index 9b7d0a3d0cf1..8be5b19e68bd 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res4057?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczQwNTc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9405?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk0MDU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "92a22722-310e-409b-8483-dcd073122b62" + "0b1408ce-43fb-47d2-b2df-00cca8b9f824" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4057\",\r\n \"name\": \"res4057\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9405\",\r\n \"name\": \"res9405\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:59:51 GMT" + "Wed, 11 Apr 2018 08:35:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1164" ], "x-ms-request-id": [ - "2f9ce37f-cc1b-481d-9f83-a5ec48c6cea0" + "ad33c51d-fd62-4d35-9056-b3dd746ad3a9" ], "x-ms-correlation-request-id": [ - "2f9ce37f-cc1b-481d-9f83-a5ec48c6cea0" + "ad33c51d-fd62-4d35-9056-b3dd746ad3a9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035952Z:2f9ce37f-cc1b-481d-9f83-a5ec48c6cea0" + "SOUTHEASTASIA:20180411T083547Z:ad33c51d-fd62-4d35-9056-b3dd746ad3a9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4057/providers/Microsoft.Storage/storageAccounts/sto9735?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczQwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NzM1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9405/providers/Microsoft.Storage/storageAccounts/sto1382?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xMzgyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": true\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": true\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "164" + "167" ], "x-ms-client-request-id": [ - "62f471d3-e3f8-43e1-ba1a-7436844ff385" + "34c2564f-2699-4285-8015-afeae84a2220" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 04:00:08 GMT" + "Wed, 11 Apr 2018 08:35:49 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a08273e4-6d0d-407c-901d-858fadeba29b?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a23172f3-f431-4a77-bf19-d7ac6cf40228?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "59a5497b-d0c1-44c5-883f-4c1c68f3404b" - ], - "x-ms-correlation-request-id": [ - "59a5497b-d0c1-44c5-883f-4c1c68f3404b" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T040008Z:59a5497b-d0c1-44c5-883f-4c1c68f3404b" + "a23172f3-f431-4a77-bf19-d7ac6cf40228" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a08273e4-6d0d-407c-901d-858fadeba29b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2EwODI3M2U0LTZkMGQtNDA3Yy05MDFkLTg1OGZhZGViYTI5Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 04:00:25 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a08273e4-6d0d-407c-901d-858fadeba29b?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14688" - ], - "x-ms-request-id": [ - "3ef49d92-3741-463e-8ec3-9d4acd8b0941" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1163" ], "x-ms-correlation-request-id": [ - "3ef49d92-3741-463e-8ec3-9d4acd8b0941" + "235e256f-3486-44f2-9b74-398ecdaad9fe" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T040026Z:3ef49d92-3741-463e-8ec3-9d4acd8b0941" + "SOUTHEASTASIA:20180411T083550Z:235e256f-3486-44f2-9b74-398ecdaad9fe" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a08273e4-6d0d-407c-901d-858fadeba29b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2EwODI3M2U0LTZkMGQtNDA3Yy05MDFkLTg1OGZhZGViYTI5Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a23172f3-f431-4a77-bf19-d7ac6cf40228?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2EyMzE3MmYzLWY0MzEtNGE3Ny1iZjE5LWQ3YWM2Y2Y0MDIyOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4057/providers/Microsoft.Storage/storageAccounts/sto9735\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9735\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:59:57.3817773Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:59:57.7628139Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:59:57.7628139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9735.blob.core.windows.net/\",\r\n \"file\": \"https://sto9735.file.core.windows.net/\",\r\n \"queue\": \"https://sto9735.queue.core.windows.net/\",\r\n \"table\": \"https://sto9735.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9405/providers/Microsoft.Storage/storageAccounts/sto1382\",\r\n \"name\": \"sto1382\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:50.135984Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:50.135984Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:35:50.0734988Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1382.web.core.windows.net/\",\r\n \"blob\": \"https://sto1382.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1382.queue.core.windows.net/\",\r\n \"table\": \"https://sto1382.table.core.windows.net/\",\r\n \"file\": \"https://sto1382.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 04:00:43 GMT" + "Wed, 11 Apr 2018 08:36:07 GMT" ], "Pragma": [ "no-cache" @@ -217,51 +169,53 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "74a2dee0-719e-4c8a-a387-8ca9f8de929f" + "9354d40c-1a56-4373-bfea-b6960354150e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14684" + "14981" ], "x-ms-correlation-request-id": [ - "74a2dee0-719e-4c8a-a387-8ca9f8de929f" + "ad385748-23c8-47e6-aae2-dd3ea71151bb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T040043Z:74a2dee0-719e-4c8a-a387-8ca9f8de929f" + "SOUTHEASTASIA:20180411T083607Z:ad385748-23c8-47e6-aae2-dd3ea71151bb" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4057/providers/Microsoft.Storage/storageAccounts/sto3564?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczQwNTcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNTY0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9405/providers/Microsoft.Storage/storageAccounts/sto4742?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk0MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80NzQyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "8ccde700-4a05-42c2-ada3-a0c29c011e03" + "e2eb0b73-5f19-4dc1-a6cf-e97b1c1b4dcb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -269,6 +223,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -276,107 +233,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 04:00:55 GMT" + "Wed, 11 Apr 2018 08:36:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b875aa95-39a3-40ad-b65e-241a79c85842?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/65a1866b-bc71-4244-9045-9ca0c0da2716?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "3cd3efd9-13f8-4818-8f93-0df55e0d3cef" - ], - "x-ms-correlation-request-id": [ - "3cd3efd9-13f8-4818-8f93-0df55e0d3cef" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T040056Z:3cd3efd9-13f8-4818-8f93-0df55e0d3cef" + "65a1866b-bc71-4244-9045-9ca0c0da2716" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b875aa95-39a3-40ad-b65e-241a79c85842?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2I4NzVhYTk1LTM5YTMtNDBhZC1iNjVlLTI0MWE3OWM4NTg0Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 04:01:13 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b875aa95-39a3-40ad-b65e-241a79c85842?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" - ], - "x-ms-request-id": [ - "d677d955-dd41-4ae4-a6cb-e8ad5f7c85d1" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1162" ], "x-ms-correlation-request-id": [ - "d677d955-dd41-4ae4-a6cb-e8ad5f7c85d1" + "9233d5e7-a2c9-4684-9a0c-ce7a7b4ccbf5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T040113Z:d677d955-dd41-4ae4-a6cb-e8ad5f7c85d1" + "SOUTHEASTASIA:20180411T083609Z:9233d5e7-a2c9-4684-9a0c-ce7a7b4ccbf5" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b875aa95-39a3-40ad-b65e-241a79c85842?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2I4NzVhYTk1LTM5YTMtNDBhZC1iNjVlLTI0MWE3OWM4NTg0Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/65a1866b-bc71-4244-9045-9ca0c0da2716?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzY1YTE4NjZiLWJjNzEtNDI0NC05MDQ1LTljYTBjMGRhMjcxNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res4057/providers/Microsoft.Storage/storageAccounts/sto3564\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3564\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T04:00:46.1443909Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T04:00:46.1543928Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T04:00:46.1543928Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3564.blob.core.windows.net/\",\r\n \"file\": \"https://sto3564.file.core.windows.net/\",\r\n \"queue\": \"https://sto3564.queue.core.windows.net/\",\r\n \"table\": \"https://sto3564.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9405/providers/Microsoft.Storage/storageAccounts/sto4742\",\r\n \"name\": \"sto4742\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:36:09.1019188Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:36:09.1019188Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:36:09.0394243Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto4742.web.core.windows.net/\",\r\n \"blob\": \"https://sto4742.blob.core.windows.net/\",\r\n \"queue\": \"https://sto4742.queue.core.windows.net/\",\r\n \"table\": \"https://sto4742.table.core.windows.net/\",\r\n \"file\": \"https://sto4742.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -388,7 +291,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 04:01:30 GMT" + "Wed, 11 Apr 2018 08:36:26 GMT" ], "Pragma": [ "no-cache" @@ -397,26 +300,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b317512e-91c5-4097-be4e-60ae15b8b522" + "00c07cea-0820-472a-b3a0-7507985f0a84" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14679" + "14980" ], "x-ms-correlation-request-id": [ - "b317512e-91c5-4097-be4e-60ae15b8b522" + "c8d61494-3d1f-4afc-a873-281c9fafe1b3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T040130Z:b317512e-91c5-4097-be4e-60ae15b8b522" + "SOUTHEASTASIA:20180411T083626Z:c8d61494-3d1f-4afc-a873-281c9fafe1b3" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -424,14 +329,14 @@ ], "Names": { "CreateResourceGroup": [ - "res4057" + "res9405" ], "StorageAccountCreateWithHttpsOnlyTest": [ - "sto9735", - "sto3564" + "sto1382", + "sto4742" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithStorageV2.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithStorageV2.json index 050b4169e6f0..1a0c9bf0b19d 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithStorageV2.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountCreateWithStorageV2.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6629?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY2Mjk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3710?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczM3MTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "c1f348bd-3289-435f-be71-b0bae87f866d" + "8e3be231-6e00-4602-ac82-feeab37f449e" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6629\",\r\n \"name\": \"res6629\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3710\",\r\n \"name\": \"res3710\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:44 GMT" + "Wed, 11 Apr 2018 08:38:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "1189" ], "x-ms-request-id": [ - "9a438b31-9f31-4898-b987-ef41edb987ec" + "f37b6bee-c8b8-4090-9529-5afa81b0c713" ], "x-ms-correlation-request-id": [ - "9a438b31-9f31-4898-b987-ef41edb987ec" + "f37b6bee-c8b8-4090-9529-5afa81b0c713" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055445Z:9a438b31-9f31-4898-b987-ef41edb987ec" + "SOUTHEASTASIA:20180411T083815Z:f37b6bee-c8b8-4090-9529-5afa81b0c713" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6629/providers/Microsoft.Storage/storageAccounts/sto479?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY2MjkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80Nzk/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3710/providers/Microsoft.Storage/storageAccounts/sto4119?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM3MTAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTE5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2(stage)\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "103" + "106" ], "x-ms-client-request-id": [ - "81a07295-ff15-40d0-89b5-ca1ae9e9c575" + "4e39c6d8-f7a0-4692-8af9-9514f798ea2f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,51 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:47 GMT" + "Wed, 11 Apr 2018 08:38:17 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0b06b8cb-a5de-4090-b7c0-f2bdbb09037e?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cc9cb9cf-b11f-4cb6-9afb-5f396334e636?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1ee8db25-a0ef-4f8b-9046-3d08154b5a99" + "cc9cb9cf-b11f-4cb6-9afb-5f396334e636" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1188" ], "x-ms-correlation-request-id": [ - "1ee8db25-a0ef-4f8b-9046-3d08154b5a99" + "34a71e94-f949-4950-aaf1-22fab0a11c27" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055448Z:1ee8db25-a0ef-4f8b-9046-3d08154b5a99" + "SOUTHEASTASIA:20180411T083818Z:34a71e94-f949-4950-aaf1-22fab0a11c27" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0b06b8cb-a5de-4090-b7c0-f2bdbb09037e?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzBiMDZiOGNiLWE1ZGUtNDA5MC1iN2MwLWYyYmRiYjA5MDM3ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cc9cb9cf-b11f-4cb6-9afb-5f396334e636?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2NjOWNiOWNmLWIxMWYtNGNiNi05YWZiLTVmMzk2MzM0ZTYzNj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6629/providers/Microsoft.Storage/storageAccounts/sto479\",\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto479\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-12-08T05:54:48.2655735Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:48.2675733Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:48.2675733Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto479.blob.core.windows.net/\",\r\n \"file\": \"https://sto479.file.core.windows.net/\",\r\n \"queue\": \"https://sto479.queue.core.windows.net/\",\r\n \"table\": \"https://sto479.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3710/providers/Microsoft.Storage/storageAccounts/sto4119\",\r\n \"name\": \"sto4119\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:38:18.1824484Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:38:18.1824484Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:38:18.1199249Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto4119.web.core.windows.net/\",\r\n \"blob\": \"https://sto4119.blob.core.windows.net/\",\r\n \"queue\": \"https://sto4119.queue.core.windows.net/\",\r\n \"table\": \"https://sto4119.table.core.windows.net/\",\r\n \"file\": \"https://sto4119.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -152,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:55:05 GMT" + "Wed, 11 Apr 2018 08:38:35 GMT" ], "Pragma": [ "no-cache" @@ -161,26 +169,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "42e4e827-6d71-4c51-b73d-0e69bf7a4d0c" + "2e086b04-d957-44db-8719-1eda3bdd2fd2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14982" + "14993" ], "x-ms-correlation-request-id": [ - "42e4e827-6d71-4c51-b73d-0e69bf7a4d0c" + "0cafd502-3e21-4d69-a1af-70c05799956e" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055505Z:42e4e827-6d71-4c51-b73d-0e69bf7a4d0c" + "SOUTHEASTASIA:20180411T083835Z:0cafd502-3e21-4d69-a1af-70c05799956e" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -188,10 +198,10 @@ ], "Names": { "CreateResourceGroup": [ - "res6629" + "res3710" ], "StorageAccountCreateWithStorageV2": [ - "sto479" + "sto4119" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountDeleteTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountDeleteTest.json index 0b63a4b21a7d..69b9d93c8d22 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountDeleteTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountDeleteTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res9551?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3Jlczk1NTE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7101?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczcxMDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "5ae25b6c-603d-4984-9b85-bf5af870b335" + "775be71a-b5bf-42e4-8cfd-edbe8121dca9" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9551\",\r\n \"name\": \"res9551\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7101\",\r\n \"name\": \"res7101\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,44 +38,47 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:40:54 GMT" + "Wed, 11 Apr 2018 08:30:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1182" ], "x-ms-request-id": [ - "09816fc4-2850-4085-bd6c-2458a7bbaa29" + "2a67b2cf-6169-401a-b1a8-a58c25f3976b" ], "x-ms-correlation-request-id": [ - "09816fc4-2850-4085-bd6c-2458a7bbaa29" + "2a67b2cf-6169-401a-b1a8-a58c25f3976b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034054Z:09816fc4-2850-4085-bd6c-2458a7bbaa29" + "SOUTHEASTASIA:20180411T083015Z:2a67b2cf-6169-401a-b1a8-a58c25f3976b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9551/providers/Microsoft.Storage/storageAccounts/missingaccount?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3Jlczk1NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9taXNzaW5nYWNjb3VudD9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7101/providers/Microsoft.Storage/storageAccounts/missingaccount?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9taXNzaW5nYWNjb3VudD9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f661dede-e369-40ec-85ce-624c0914147a" + "d30f7cc0-5837-4323-8387-fa218b2de31a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -87,50 +90,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:40:54 GMT" + "Wed, 11 Apr 2018 08:30:14 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1181" ], "x-ms-request-id": [ - "58697e18-cdad-4ef4-8c6a-0e3517ccfbe8" + "f744d3e6-0b10-4d3c-879f-433993e886be" ], "x-ms-correlation-request-id": [ - "58697e18-cdad-4ef4-8c6a-0e3517ccfbe8" + "f744d3e6-0b10-4d3c-879f-433993e886be" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034054Z:58697e18-cdad-4ef4-8c6a-0e3517ccfbe8" + "SOUTHEASTASIA:20180411T083015Z:f744d3e6-0b10-4d3c-879f-433993e886be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 204 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9551/providers/Microsoft.Storage/storageAccounts/sto1471?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3Jlczk1NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNDcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7101/providers/Microsoft.Storage/storageAccounts/sto7978?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTc4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "1f67edb9-5721-4c3f-b711-ea4672451215" + "af9dece3-8f42-4583-a99f-5b0bae675ce3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -138,6 +144,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -145,107 +154,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:41:07 GMT" + "Wed, 11 Apr 2018 08:30:17 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f621c248-b778-4973-962b-a9256df6f6f7?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b197779e-110a-4d47-b9bb-c9ced2c6fdef?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "66d81450-16c5-40d2-a6fb-291cb07fb428" - ], - "x-ms-correlation-request-id": [ - "66d81450-16c5-40d2-a6fb-291cb07fb428" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034107Z:66d81450-16c5-40d2-a6fb-291cb07fb428" + "b197779e-110a-4d47-b9bb-c9ced2c6fdef" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f621c248-b778-4973-962b-a9256df6f6f7?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y2MjFjMjQ4LWI3NzgtNDk3My05NjJiLWE5MjU2ZGY2ZjZmNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:41:24 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f621c248-b778-4973-962b-a9256df6f6f7?monitor=true&api-version=2017-10-01" ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14709" - ], - "x-ms-request-id": [ - "6cb1dd37-4777-4429-ae2d-68c6d446e0f1" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1180" ], "x-ms-correlation-request-id": [ - "6cb1dd37-4777-4429-ae2d-68c6d446e0f1" + "31b388a6-2f11-47bc-99dc-c8b9715f7f5b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034125Z:6cb1dd37-4777-4429-ae2d-68c6d446e0f1" + "SOUTHEASTASIA:20180411T083018Z:31b388a6-2f11-47bc-99dc-c8b9715f7f5b" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f621c248-b778-4973-962b-a9256df6f6f7?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y2MjFjMjQ4LWI3NzgtNDk3My05NjJiLWE5MjU2ZGY2ZjZmNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b197779e-110a-4d47-b9bb-c9ced2c6fdef?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2IxOTc3NzllLTExMGEtNGQ0Ny1iOWJiLWM5Y2VkMmM2ZmRlZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9551/providers/Microsoft.Storage/storageAccounts/sto1471\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1471\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:40:57.845032Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:40:57.8590321Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:40:57.8590321Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1471.blob.core.windows.net/\",\r\n \"file\": \"https://sto1471.file.core.windows.net/\",\r\n \"queue\": \"https://sto1471.queue.core.windows.net/\",\r\n \"table\": \"https://sto1471.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7101/providers/Microsoft.Storage/storageAccounts/sto7978\",\r\n \"name\": \"sto7978\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:30:18.0850596Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:30:18.0850596Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:30:18.0225576Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7978.web.core.windows.net/\",\r\n \"blob\": \"https://sto7978.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7978.queue.core.windows.net/\",\r\n \"table\": \"https://sto7978.table.core.windows.net/\",\r\n \"file\": \"https://sto7978.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -257,7 +212,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:41:42 GMT" + "Wed, 11 Apr 2018 08:30:35 GMT" ], "Pragma": [ "no-cache" @@ -266,45 +221,47 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a6bb11e1-23c9-44b9-9e2f-d3bcb8220cd9" + "4828d7e1-88ee-45eb-af2b-3bfa27ed3735" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14708" + "14983" ], "x-ms-correlation-request-id": [ - "a6bb11e1-23c9-44b9-9e2f-d3bcb8220cd9" + "b0111899-cb1a-4cb1-8fb2-58db32b27d43" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034142Z:a6bb11e1-23c9-44b9-9e2f-d3bcb8220cd9" + "SOUTHEASTASIA:20180411T083035Z:b0111899-cb1a-4cb1-8fb2-58db32b27d43" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9551/providers/Microsoft.Storage/storageAccounts/sto1471?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3Jlczk1NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNDcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7101/providers/Microsoft.Storage/storageAccounts/sto7978?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTc4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "66798dba-29d9-4de0-ae58-591a0006625a" + "08abdd13-8341-476d-8e5a-14e4f4f04f37" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -312,6 +269,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -319,52 +279,57 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:41:44 GMT" + "Wed, 11 Apr 2018 08:30:38 GMT" ], "Pragma": [ "no-cache" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "785400c3-2c77-4129-8959-26aa9abe6e8e" + "877d8cec-84b6-4507-9fff-bb9038062208" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1179" ], "x-ms-correlation-request-id": [ - "785400c3-2c77-4129-8959-26aa9abe6e8e" + "2ba0e999-d3d9-4722-b39e-a03718182abb" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034145Z:785400c3-2c77-4129-8959-26aa9abe6e8e" + "SOUTHEASTASIA:20180411T083038Z:2ba0e999-d3d9-4722-b39e-a03718182abb" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res9551/providers/Microsoft.Storage/storageAccounts/sto1471?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3Jlczk1NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNDcxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7101/providers/Microsoft.Storage/storageAccounts/sto7978?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcxMDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTc4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbdb30d9-e723-4424-a89a-7e52c39ba25f" + "68e90585-8acf-4c40-b7c5-e39c36572a17" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", "ResponseHeaders": { + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -372,25 +337,31 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:41:45 GMT" + "Wed, 11 Apr 2018 08:30:41 GMT" ], "Pragma": [ "no-cache" ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d49c88ba-8afe-410e-806a-4eedf285a19d" + "1b29fb7b-a212-4490-98b5-636f48e5713b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1178" ], "x-ms-correlation-request-id": [ - "d49c88ba-8afe-410e-806a-4eedf285a19d" + "caaaa9ac-4d92-4dca-8f74-9e87b6130129" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034145Z:d49c88ba-8afe-410e-806a-4eedf285a19d" + "SOUTHEASTASIA:20180411T083041Z:caaaa9ac-4d92-4dca-8f74-9e87b6130129" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 204 @@ -398,13 +369,13 @@ ], "Names": { "CreateResourceGroup": [ - "res9551" + "res7101" ], "CreateStorageAccount": [ - "sto1471" + "sto7978" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetBlobTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetBlobTest.json index 2afde53e7675..f7fc4176d6ec 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetBlobTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetBlobTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res1375?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczEzNzU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7274?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczcyNzQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "7fd3112b-5e47-4aee-ac0f-7d40204ccdb9" + "284cb08b-41c8-47e9-b35c-996f2178394e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375\",\r\n \"name\": \"res1375\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274\",\r\n \"name\": \"res7274\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:34:12 GMT" + "Wed, 11 Apr 2018 08:27:15 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" + "1171" ], "x-ms-request-id": [ - "ffc0bd4f-8896-4d30-af19-455caa3118ad" + "c18b47c0-2cba-4c53-aa48-a60151e1ea94" ], "x-ms-correlation-request-id": [ - "ffc0bd4f-8896-4d30-af19-455caa3118ad" + "c18b47c0-2cba-4c53-aa48-a60151e1ea94" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033413Z:ffc0bd4f-8896-4d30-af19-455caa3118ad" + "SOUTHEASTASIA:20180411T082716Z:c18b47c0-2cba-4c53-aa48-a60151e1ea94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto1557?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczEzNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto2682?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjgyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "219" + "222" ], "x-ms-client-request-id": [ - "a97bbc8c-f895-4c92-a88b-e80974e739cc" + "7d9929c0-946b-430a-b8a5-9619ac8109a8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:34:26 GMT" + "Wed, 11 Apr 2018 08:27:18 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/67beee2c-9509-49cf-b554-70e4b32c4595?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/f5f88b25-d816-411f-9584-5069bd46f61b?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f18eceac-b186-454f-8a67-5760d252439a" - ], - "x-ms-correlation-request-id": [ - "f18eceac-b186-454f-8a67-5760d252439a" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033426Z:f18eceac-b186-454f-8a67-5760d252439a" + "f5f88b25-d816-411f-9584-5069bd46f61b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/67beee2c-9509-49cf-b554-70e4b32c4595?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzY3YmVlZTJjLTk1MDktNDljZi1iNTU0LTcwZTRiMzJjNDU5NT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:34:43 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/67beee2c-9509-49cf-b554-70e4b32c4595?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" ], - "x-ms-request-id": [ - "36ddb31f-3b06-4d8b-97f6-80ffbded0449" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1170" ], "x-ms-correlation-request-id": [ - "36ddb31f-3b06-4d8b-97f6-80ffbded0449" + "9f6eeb96-4cc8-417a-b696-124300acae07" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033444Z:36ddb31f-3b06-4d8b-97f6-80ffbded0449" + "SOUTHEASTASIA:20180411T082719Z:9f6eeb96-4cc8-417a-b696-124300acae07" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/67beee2c-9509-49cf-b554-70e4b32c4595?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzY3YmVlZTJjLTk1MDktNDljZi1iNTU0LTcwZTRiMzJjNDU5NT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/f5f88b25-d816-411f-9584-5069bd46f61b?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2Y1Zjg4YjI1LWQ4MTYtNDExZi05NTg0LTUwNjliZDQ2ZjYxYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto1557\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1557\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:34:16.8935387Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:34:16.9225418Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:34:16.9225418Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1557.blob.core.windows.net/\",\r\n \"table\": \"https://sto1557.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto2682\",\r\n \"name\": \"sto2682\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:18.9231397Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:18.9231397Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:27:18.8762619Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto2682.web.core.windows.net/\",\r\n \"blob\": \"https://sto2682.blob.core.windows.net/\",\r\n \"table\": \"https://sto2682.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:35:01 GMT" + "Wed, 11 Apr 2018 08:27:36 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +169,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "12a50102-49ce-48d4-a772-ac2cf0a4dbe4" + "471ac907-0837-41b2-a846-83aba8859dc0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14829" + "14976" ], "x-ms-correlation-request-id": [ - "12a50102-49ce-48d4-a772-ac2cf0a4dbe4" + "99df7eca-ddfe-42ce-87ab-f7dfb9807cc5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033501Z:12a50102-49ce-48d4-a772-ac2cf0a4dbe4" + "SOUTHEASTASIA:20180411T082736Z:99df7eca-ddfe-42ce-87ab-f7dfb9807cc5" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto1557?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczEzNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto2682?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjgyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "728896d1-ad70-43b4-804a-8965851bce13" + "eb17df82-38a3-48d7-a00c-9682f616ea9b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto1557\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1557\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:34:16.8935387Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:34:16.9225418Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:34:16.9225418Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1557.blob.core.windows.net/\",\r\n \"table\": \"https://sto1557.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto2682\",\r\n \"name\": \"sto2682\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:18.9231397Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:18.9231397Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:27:18.8762619Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto2682.web.core.windows.net/\",\r\n \"blob\": \"https://sto2682.blob.core.windows.net/\",\r\n \"table\": \"https://sto2682.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:35:01 GMT" + "Wed, 11 Apr 2018 08:27:36 GMT" ], "Pragma": [ "no-cache" @@ -279,51 +233,53 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "75770a1a-b07f-495d-b32b-baf72e0da061" + "23a1521f-4d30-4b0a-8de2-a543037d49b9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14828" + "14975" ], "x-ms-correlation-request-id": [ - "75770a1a-b07f-495d-b32b-baf72e0da061" + "6e0d99cf-9717-44a0-a4a0-f8411aba19ff" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033501Z:75770a1a-b07f-495d-b32b-baf72e0da061" + "SOUTHEASTASIA:20180411T082736Z:6e0d99cf-9717-44a0-a4a0-f8411aba19ff" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto7655?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczEzNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NjU1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5259?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MjU5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "219" + "222" ], "x-ms-client-request-id": [ - "a93876b1-31b7-4128-bff9-6eb31b522f97" + "b1dffe35-9707-449b-ae2a-2bed295af451" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -331,6 +287,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -338,107 +297,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:35:13 GMT" + "Wed, 11 Apr 2018 08:27:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0d6cd4eb-75ce-489e-bb5e-8eb78e64dbfb?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/ea2557f8-fb67-49c1-9dad-6f40077cc3df?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e7b15048-e27c-4187-862f-8690b192c236" - ], - "x-ms-correlation-request-id": [ - "e7b15048-e27c-4187-862f-8690b192c236" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033513Z:e7b15048-e27c-4187-862f-8690b192c236" + "ea2557f8-fb67-49c1-9dad-6f40077cc3df" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0d6cd4eb-75ce-489e-bb5e-8eb78e64dbfb?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzBkNmNkNGViLTc1Y2UtNDg5ZS1iYjVlLThlYjc4ZTY0ZGJmYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:35:30 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0d6cd4eb-75ce-489e-bb5e-8eb78e64dbfb?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14825" - ], - "x-ms-request-id": [ - "51e33a07-9408-4dea-a7d6-08dafe175ea5" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1169" ], "x-ms-correlation-request-id": [ - "51e33a07-9408-4dea-a7d6-08dafe175ea5" + "22a1a1d7-c1ea-4bb0-be41-33e83e8ec685" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033530Z:51e33a07-9408-4dea-a7d6-08dafe175ea5" + "SOUTHEASTASIA:20180411T082738Z:22a1a1d7-c1ea-4bb0-be41-33e83e8ec685" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/0d6cd4eb-75ce-489e-bb5e-8eb78e64dbfb?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzBkNmNkNGViLTc1Y2UtNDg5ZS1iYjVlLThlYjc4ZTY0ZGJmYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/ea2557f8-fb67-49c1-9dad-6f40077cc3df?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2VhMjU1N2Y4LWZiNjctNDljMS05ZGFkLTZmNDAwNzdjYzNkZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto7655\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7655\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:35:03.317998Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:03.3239999Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:03.3239999Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7655.blob.core.windows.net/\",\r\n \"table\": \"https://sto7655.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5259\",\r\n \"name\": \"sto5259\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:38.2460445Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:38.2460445Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:27:38.1835871Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto5259.web.core.windows.net/\",\r\n \"blob\": \"https://sto5259.blob.core.windows.net/\",\r\n \"table\": \"https://sto5259.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -450,7 +355,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:35:47 GMT" + "Wed, 11 Apr 2018 08:27:55 GMT" ], "Pragma": [ "no-cache" @@ -459,48 +364,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1b404ec7-51c7-4da9-b454-d4577369f37a" + "e10c5d3e-f3af-4934-a1bb-6866a4766727" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14823" + "14974" ], "x-ms-correlation-request-id": [ - "1b404ec7-51c7-4da9-b454-d4577369f37a" + "c7d50d16-8b46-4c5f-922b-c80558ba2c5c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033547Z:1b404ec7-51c7-4da9-b454-d4577369f37a" + "SOUTHEASTASIA:20180411T082755Z:c7d50d16-8b46-4c5f-922b-c80558ba2c5c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto7655?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczEzNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NjU1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5259?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MjU5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "238c7ffc-5548-4b02-90e5-8fdb3e1ef36d" + "7067cd1e-53f0-4f3d-917e-e6baab4bc77c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto7655\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7655\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:35:03.317998Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:03.3239999Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:03.3239999Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7655.blob.core.windows.net/\",\r\n \"table\": \"https://sto7655.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5259\",\r\n \"name\": \"sto5259\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:38.2460445Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:38.2460445Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:27:38.1835871Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto5259.web.core.windows.net/\",\r\n \"blob\": \"https://sto5259.blob.core.windows.net/\",\r\n \"table\": \"https://sto5259.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -512,7 +419,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:35:47 GMT" + "Wed, 11 Apr 2018 08:27:55 GMT" ], "Pragma": [ "no-cache" @@ -521,51 +428,53 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "2ffe240f-c49a-4301-b38d-3f8c08d002b0" + "3af31101-25d1-4d70-a204-bc313ee3cc36" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14822" + "14973" ], "x-ms-correlation-request-id": [ - "2ffe240f-c49a-4301-b38d-3f8c08d002b0" + "a53ce468-9e3a-4f6e-8796-1308661ef577" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033548Z:2ffe240f-c49a-4301-b38d-3f8c08d002b0" + "SOUTHEASTASIA:20180411T082756Z:a53ce468-9e3a-4f6e-8796-1308661ef577" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto620?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczEzNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5361?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MzYxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accessTier\": \"Hot\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "221" + "224" ], "x-ms-client-request-id": [ - "d42f5c0e-c841-4f3c-aeb7-ef39d8d95fdd" + "3ae27475-14cf-4c7c-96b3-55807bf269ac" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -573,6 +482,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -580,107 +492,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:35:59 GMT" + "Wed, 11 Apr 2018 08:27:57 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/c82df5a8-8b2c-4eee-bce8-243f6092efd4?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/21045180-d62c-4dc2-b1ed-93b92b74a62c?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bb84035b-3719-4ab1-8b34-e4426a90ef6a" - ], - "x-ms-correlation-request-id": [ - "bb84035b-3719-4ab1-8b34-e4426a90ef6a" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033600Z:bb84035b-3719-4ab1-8b34-e4426a90ef6a" + "21045180-d62c-4dc2-b1ed-93b92b74a62c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/c82df5a8-8b2c-4eee-bce8-243f6092efd4?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2M4MmRmNWE4LThiMmMtNGVlZS1iY2U4LTI0M2Y2MDkyZWZkND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:36:16 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/c82df5a8-8b2c-4eee-bce8-243f6092efd4?monitor=true&api-version=2017-10-01" ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14819" - ], - "x-ms-request-id": [ - "59e0bd3a-58e7-45ee-ba35-968f873c11db" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1168" ], "x-ms-correlation-request-id": [ - "59e0bd3a-58e7-45ee-ba35-968f873c11db" + "42141f22-dcfb-4339-9573-bab96b13d2df" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033617Z:59e0bd3a-58e7-45ee-ba35-968f873c11db" + "SOUTHEASTASIA:20180411T082757Z:42141f22-dcfb-4339-9573-bab96b13d2df" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/c82df5a8-8b2c-4eee-bce8-243f6092efd4?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2M4MmRmNWE4LThiMmMtNGVlZS1iY2U4LTI0M2Y2MDkyZWZkND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/21045180-d62c-4dc2-b1ed-93b92b74a62c?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzIxMDQ1MTgwLWQ2MmMtNGRjMi1iMWVkLTkzYjkyYjc0YTYyYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto620\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto620\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:35:49.9996497Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:50.0016492Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:50.0016492Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto620.blob.core.windows.net/\",\r\n \"table\": \"https://sto620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto620-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://sto620-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5361\",\r\n \"name\": \"sto5361\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:57.4809814Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:57.4809814Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:27:57.4184597Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto5361.web.core.windows.net/\",\r\n \"blob\": \"https://sto5361.blob.core.windows.net/\",\r\n \"table\": \"https://sto5361.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"web\": \"https://sto5361-secondary.web.core.windows.net/\",\r\n \"blob\": \"https://sto5361-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://sto5361-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -692,7 +550,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:36:33 GMT" + "Wed, 11 Apr 2018 08:28:14 GMT" ], "Pragma": [ "no-cache" @@ -701,48 +559,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "fb42d026-e4a5-4a1c-aaa7-7089bd8e8af5" + "1a5313c8-bac3-43f9-8bf5-c4f50b37ac11" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14817" + "14972" ], "x-ms-correlation-request-id": [ - "fb42d026-e4a5-4a1c-aaa7-7089bd8e8af5" + "d14f566e-2871-4237-ac58-de992fbdc0b7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033634Z:fb42d026-e4a5-4a1c-aaa7-7089bd8e8af5" + "SOUTHEASTASIA:20180411T082815Z:d14f566e-2871-4237-ac58-de992fbdc0b7" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto620?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczEzNzUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82MjA/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5361?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczcyNzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MzYxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "448abfd8-161c-4512-b98f-eebc71e8f3d5" + "212c9ec4-5487-4f57-a176-fab17a4d32d2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1375/providers/Microsoft.Storage/storageAccounts/sto620\",\r\n \"kind\": \"BlobStorage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto620\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-11-17T03:35:49.9996497Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:50.0016492Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:35:50.0016492Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto620.blob.core.windows.net/\",\r\n \"table\": \"https://sto620.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto620-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://sto620-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7274/providers/Microsoft.Storage/storageAccounts/sto5361\",\r\n \"name\": \"sto5361\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:57.4809814Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:27:57.4809814Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:27:57.4184597Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto5361.web.core.windows.net/\",\r\n \"blob\": \"https://sto5361.blob.core.windows.net/\",\r\n \"table\": \"https://sto5361.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"web\": \"https://sto5361-secondary.web.core.windows.net/\",\r\n \"blob\": \"https://sto5361-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://sto5361-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -754,7 +614,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:36:34 GMT" + "Wed, 11 Apr 2018 08:28:14 GMT" ], "Pragma": [ "no-cache" @@ -763,26 +623,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3ebb5356-6d31-47fc-965c-42b45d4e9288" + "d6efe880-2139-4286-9be1-c826f53ec502" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14816" + "14971" ], "x-ms-correlation-request-id": [ - "3ebb5356-6d31-47fc-965c-42b45d4e9288" + "bac298c9-ab3d-44d4-a97e-4dd61c3fafc2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033634Z:3ebb5356-6d31-47fc-965c-42b45d4e9288" + "SOUTHEASTASIA:20180411T082815Z:bac298c9-ab3d-44d4-a97e-4dd61c3fafc2" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -790,15 +652,15 @@ ], "Names": { "CreateResourceGroup": [ - "res1375" + "res7274" ], "StorageAccountGetBlobTest": [ - "sto1557", - "sto7655", - "sto620" + "sto2682", + "sto5259", + "sto5361" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetPremiumTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetPremiumTest.json index a85abb692326..10e99ca1465f 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetPremiumTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetPremiumTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res14?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczE0P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res315?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczMxNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,20 +13,20 @@ "29" ], "x-ms-client-request-id": [ - "dc06ae00-54db-4198-8a50-2797c6107f79" + "5abe25ec-a650-41f9-aba5-2123e4493f62" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res14\",\r\n \"name\": \"res14\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res315\",\r\n \"name\": \"res315\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "164" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:52:20 GMT" + "Wed, 11 Apr 2018 08:37:43 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1159" ], "x-ms-request-id": [ - "704e6abf-eda3-427a-8dbe-206467ac3948" + "a3595864-a7b6-4022-9b59-7f71daffadab" ], "x-ms-correlation-request-id": [ - "704e6abf-eda3-427a-8dbe-206467ac3948" + "a3595864-a7b6-4022-9b59-7f71daffadab" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035220Z:704e6abf-eda3-427a-8dbe-206467ac3948" + "SOUTHEASTASIA:20180411T083744Z:a3595864-a7b6-4022-9b59-7f71daffadab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res14/providers/Microsoft.Storage/storageAccounts/sto9086?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc3RvOTA4Nj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res315/providers/Microsoft.Storage/storageAccounts/sto3443?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczMxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0bzM0NDM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "6a7365e7-39eb-47d9-9b86-bf51ba257f15" + "c0c3304e-99ad-4952-b16b-d785e6a2cea0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:52:33 GMT" + "Wed, 11 Apr 2018 08:37:46 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e64b0e62-7990-4f0c-a51a-960e71d49e6a?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a697558c-0c54-404d-9a79-ae03849e844c?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "e8ea4baf-c707-4d2a-91e1-ac1555e5a2a4" - ], - "x-ms-correlation-request-id": [ - "e8ea4baf-c707-4d2a-91e1-ac1555e5a2a4" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035233Z:e8ea4baf-c707-4d2a-91e1-ac1555e5a2a4" + "a697558c-0c54-404d-9a79-ae03849e844c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e64b0e62-7990-4f0c-a51a-960e71d49e6a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2U2NGIwZTYyLTc5OTAtNGYwYy1hNTFhLTk2MGU3MWQ0OWU2YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:52:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e64b0e62-7990-4f0c-a51a-960e71d49e6a?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" ], - "x-ms-request-id": [ - "c199a1ea-901e-4353-a835-778b9c9bf7e1" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1158" ], "x-ms-correlation-request-id": [ - "c199a1ea-901e-4353-a835-778b9c9bf7e1" + "f188c70f-4ad8-4841-b618-7166581b3e1f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035250Z:c199a1ea-901e-4353-a835-778b9c9bf7e1" + "SOUTHEASTASIA:20180411T083746Z:f188c70f-4ad8-4841-b618-7166581b3e1f" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/e64b0e62-7990-4f0c-a51a-960e71d49e6a?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2U2NGIwZTYyLTc5OTAtNGYwYy1hNTFhLTk2MGU3MWQ0OWU2YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a697558c-0c54-404d-9a79-ae03849e844c?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2E2OTc1NThjLTBjNTQtNDA0ZC05YTc5LWFlMDM4NDllODQ0Yz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res14/providers/Microsoft.Storage/storageAccounts/sto9086\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9086\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:52:23.5486568Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:52:23.5506564Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:52:23.5506564Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9086.blob.core.windows.net/\",\r\n \"file\": \"https://sto9086.file.core.windows.net/\",\r\n \"queue\": \"https://sto9086.queue.core.windows.net/\",\r\n \"table\": \"https://sto9086.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res315/providers/Microsoft.Storage/storageAccounts/sto3443\",\r\n \"name\": \"sto3443\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:37:46.7426955Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:37:46.7426955Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:37:46.6802162Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3443.web.core.windows.net/\",\r\n \"blob\": \"https://sto3443.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3443.queue.core.windows.net/\",\r\n \"table\": \"https://sto3443.table.core.windows.net/\",\r\n \"file\": \"https://sto3443.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:53:07 GMT" + "Wed, 11 Apr 2018 08:38:04 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +169,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a6623cbf-59c0-433c-9402-bddb83b3fee9" + "d48b5c62-fc3f-434f-bc5f-0d9ea49c698e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14666" + "14979" ], "x-ms-correlation-request-id": [ - "a6623cbf-59c0-433c-9402-bddb83b3fee9" + "69d6cb4f-e2f7-450f-9505-4633f665b9b4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035308Z:a6623cbf-59c0-433c-9402-bddb83b3fee9" + "SOUTHEASTASIA:20180411T083804Z:69d6cb4f-e2f7-450f-9505-4633f665b9b4" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res14/providers/Microsoft.Storage/storageAccounts/sto9086?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE0L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHMvc3RvOTA4Nj9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res315/providers/Microsoft.Storage/storageAccounts/sto3443?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczMxNS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0bzM0NDM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9c98e422-d75a-4960-ac55-75cd023fc040" + "d9b7cc86-d000-4fac-a641-9f510dd0920b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res14/providers/Microsoft.Storage/storageAccounts/sto9086\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9086\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:52:23.5486568Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:52:23.5506564Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:52:23.5506564Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9086.blob.core.windows.net/\",\r\n \"file\": \"https://sto9086.file.core.windows.net/\",\r\n \"queue\": \"https://sto9086.queue.core.windows.net/\",\r\n \"table\": \"https://sto9086.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res315/providers/Microsoft.Storage/storageAccounts/sto3443\",\r\n \"name\": \"sto3443\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:37:46.7426955Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:37:46.7426955Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:37:46.6802162Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3443.web.core.windows.net/\",\r\n \"blob\": \"https://sto3443.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3443.queue.core.windows.net/\",\r\n \"table\": \"https://sto3443.table.core.windows.net/\",\r\n \"file\": \"https://sto3443.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:53:07 GMT" + "Wed, 11 Apr 2018 08:38:04 GMT" ], "Pragma": [ "no-cache" @@ -279,26 +233,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "9b63cc96-fca8-4223-ae85-16f1af85310f" + "6cbe0c84-69c5-40f3-9ece-a556cafc6ffa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14665" + "14978" ], "x-ms-correlation-request-id": [ - "9b63cc96-fca8-4223-ae85-16f1af85310f" + "fce2d77c-61e1-4c2f-9252-1444072b5655" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035308Z:9b63cc96-fca8-4223-ae85-16f1af85310f" + "SOUTHEASTASIA:20180411T083804Z:fce2d77c-61e1-4c2f-9252-1444072b5655" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -306,13 +262,13 @@ ], "Names": { "CreateResourceGroup": [ - "res14" + "res315" ], "StorageAccountGetPremiumTest": [ - "sto9086" + "sto3443" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json index 5ac68c32be37..95384e2e3e35 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetStandardTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2674?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI2NzQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res5913?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczU5MTM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "9984af46-df5d-496b-b83d-17293fe5433e" + "72a9b9d6-bdc4-4f0e-ae29-bb47b3b7bfa5" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674\",\r\n \"name\": \"res2674\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913\",\r\n \"name\": \"res5913\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,32 +38,35 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:31:34 GMT" + "Wed, 11 Apr 2018 08:39:18 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1162" ], "x-ms-request-id": [ - "a3f649b2-af37-4ea8-ad3c-0e47986b0ef2" + "dac02f6f-a127-4b15-8cd1-921e0d185947" ], "x-ms-correlation-request-id": [ - "a3f649b2-af37-4ea8-ad3c-0e47986b0ef2" + "dac02f6f-a127-4b15-8cd1-921e0d185947" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073135Z:a3f649b2-af37-4ea8-ad3c-0e47986b0ef2" + "SOUTHEASTASIA:20180411T083919Z:dac02f6f-a127-4b15-8cd1-921e0d185947" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNzg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3743?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzQzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -74,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "18dc7570-09ab-4350-add5-9937dc285692" + "8b6b0ef4-f7b3-4e21-8391-9c3c1299f09c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -90,7 +93,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -99,13 +102,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:31:37 GMT" + "Wed, 11 Apr 2018 08:39:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bf69f387-6d05-4e45-bb4f-1a48d7aa1242?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c056071f-9194-4c29-8743-053cfcf022b2?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -114,35 +117,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bf69f387-6d05-4e45-bb4f-1a48d7aa1242" + "c056071f-9194-4c29-8743-053cfcf022b2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1161" ], "x-ms-correlation-request-id": [ - "42d34226-7a7b-4941-b77e-57b55fd740bd" + "e437088c-42be-4aba-b693-a45c9554f6b9" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073138Z:42d34226-7a7b-4941-b77e-57b55fd740bd" + "SOUTHEASTASIA:20180411T083922Z:e437088c-42be-4aba-b693-a45c9554f6b9" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/bf69f387-6d05-4e45-bb4f-1a48d7aa1242?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2JmNjlmMzg3LTZkMDUtNGU0NS1iYjRmLTFhNDhkN2FhMTI0Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c056071f-9194-4c29-8743-053cfcf022b2?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2MwNTYwNzFmLTkxOTQtNGMyOS04NzQzLTA1M2NmY2YwMjJiMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787\",\r\n \"name\": \"sto2787\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:38.9385563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2787.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2787.queue.core.windows.net/\",\r\n \"table\": \"https://sto2787.table.core.windows.net/\",\r\n \"file\": \"https://sto2787.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3743\",\r\n \"name\": \"sto3743\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:22.1850162Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:22.1850162Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:39:22.1224802Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3743.web.core.windows.net/\",\r\n \"blob\": \"https://sto3743.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3743.queue.core.windows.net/\",\r\n \"table\": \"https://sto3743.table.core.windows.net/\",\r\n \"file\": \"https://sto3743.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -154,7 +160,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:31:55 GMT" + "Wed, 11 Apr 2018 08:39:38 GMT" ], "Pragma": [ "no-cache" @@ -169,41 +175,44 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "8d87297a-79b2-4526-b381-bcd0627df48d" + "e56e8a73-6701-4877-891b-7578a794e855" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "14977" ], "x-ms-correlation-request-id": [ - "8cc7b3e2-9cc7-4d2a-bb2a-c89cb45b0dd9" + "27b4538f-5e01-44e1-9463-60204422f6d2" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073155Z:8cc7b3e2-9cc7-4d2a-bb2a-c89cb45b0dd9" + "SOUTHEASTASIA:20180411T083939Z:27b4538f-5e01-44e1-9463-60204422f6d2" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNzg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3743?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzQzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2da8a3a9-99b6-445a-afe6-1b8b70179dae" + "d10a641d-283e-4c95-a6db-0589ba27eeed" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto2787\",\r\n \"name\": \"sto2787\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:38.9541775Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:38.9385563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2787.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2787.queue.core.windows.net/\",\r\n \"table\": \"https://sto2787.table.core.windows.net/\",\r\n \"file\": \"https://sto2787.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3743\",\r\n \"name\": \"sto3743\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:22.1850162Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:22.1850162Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:39:22.1224802Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3743.web.core.windows.net/\",\r\n \"blob\": \"https://sto3743.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3743.queue.core.windows.net/\",\r\n \"table\": \"https://sto3743.table.core.windows.net/\",\r\n \"file\": \"https://sto3743.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -215,7 +224,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:31:56 GMT" + "Wed, 11 Apr 2018 08:39:39 GMT" ], "Pragma": [ "no-cache" @@ -230,26 +239,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "26289908-999e-4268-a39f-4f455420844c" + "733a4d31-4aa6-4990-81ab-029a423883b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" + "14976" ], "x-ms-correlation-request-id": [ - "de5f466a-fe9a-4967-a0c1-9aa4aedef2d3" + "1d5073bc-6ffb-42ed-a61e-bc5d809af1af" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073156Z:de5f466a-fe9a-4967-a0c1-9aa4aedef2d3" + "SOUTHEASTASIA:20180411T083940Z:1d5073bc-6ffb-42ed-a61e-bc5d809af1af" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDM0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto747?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NDc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -260,14 +272,14 @@ "168" ], "x-ms-client-request-id": [ - "2af87901-dadb-4f23-9c9b-378270c61d4c" + "29bd2c23-f2e0-4a6c-a016-4071d837be53" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -276,7 +288,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -285,13 +297,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:31:57 GMT" + "Wed, 11 Apr 2018 08:39:41 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/de70b8f6-3779-4c50-b7c8-35718c53a215?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -300,93 +312,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b589f408-421a-44d3-9709-084b9bda680c" + "de70b8f6-3779-4c50-b7c8-35718c53a215" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1160" ], "x-ms-correlation-request-id": [ - "f69944de-e060-4950-aa29-056458e5cbdb" + "4f8df870-9ab3-4bef-9be7-934719fa564f" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073157Z:f69944de-e060-4950-aa29-056458e5cbdb" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I1ODlmNDA4LTQyMWEtNDRkMy05NzA5LTA4NGI5YmRhNjgwYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" + "SOUTHEASTASIA:20180411T083941Z:4f8df870-9ab3-4bef-9be7-934719fa564f" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 02 Jan 2018 07:32:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "6b5e411f-5708-405c-a6c6-6aea1b500ecf" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" - ], - "x-ms-correlation-request-id": [ - "4105b261-18c9-446d-97e4-7ed351c2ca48" - ], - "x-ms-routing-request-id": [ - "EASTASIA:20180102T073215Z:4105b261-18c9-446d-97e4-7ed351c2ca48" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b589f408-421a-44d3-9709-084b9bda680c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I1ODlmNDA4LTQyMWEtNDRkMy05NzA5LTA4NGI5YmRhNjgwYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/de70b8f6-3779-4c50-b7c8-35718c53a215?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2RlNzBiOGY2LTM3NzktNGM1MC1iN2M4LTM1NzE4YzUzYTIxNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034\",\r\n \"name\": \"sto9034\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:58.3617848Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9034.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9034.queue.core.windows.net/\",\r\n \"table\": \"https://sto9034.table.core.windows.net/\",\r\n \"file\": \"https://sto9034.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto747\",\r\n \"name\": \"sto747\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:41.4926497Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:41.4926497Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:39:41.4301979Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto747.web.core.windows.net/\",\r\n \"blob\": \"https://sto747.blob.core.windows.net/\",\r\n \"queue\": \"https://sto747.queue.core.windows.net/\",\r\n \"table\": \"https://sto747.table.core.windows.net/\",\r\n \"file\": \"https://sto747.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -398,7 +355,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:32:32 GMT" + "Wed, 11 Apr 2018 08:39:58 GMT" ], "Pragma": [ "no-cache" @@ -413,41 +370,44 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "bda9dbcb-f7d7-481f-aa85-b8ac26720574" + "20fa6a73-415c-44c2-a750-a8b1f63f5bd9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14944" + "14975" ], "x-ms-correlation-request-id": [ - "7f158d89-8b29-4a2a-8104-5b49b17f1ff2" + "5daa06ff-99a4-44b1-9531-b9fe5c857f1c" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073232Z:7f158d89-8b29-4a2a-8104-5b49b17f1ff2" + "SOUTHEASTASIA:20180411T083959Z:5daa06ff-99a4-44b1-9531-b9fe5c857f1c" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MDM0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto747?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NDc/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8fb07f4e-bb66-4756-8faa-546a73ab00de" + "fe87ad84-c3b4-49c3-9fc8-8aeebc7cf65b" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9034\",\r\n \"name\": \"sto9034\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:31:58.3774124Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:31:58.3617848Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9034.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9034.queue.core.windows.net/\",\r\n \"table\": \"https://sto9034.table.core.windows.net/\",\r\n \"file\": \"https://sto9034.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto747\",\r\n \"name\": \"sto747\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:41.4926497Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:39:41.4926497Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:39:41.4301979Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto747.web.core.windows.net/\",\r\n \"blob\": \"https://sto747.blob.core.windows.net/\",\r\n \"queue\": \"https://sto747.queue.core.windows.net/\",\r\n \"table\": \"https://sto747.table.core.windows.net/\",\r\n \"file\": \"https://sto747.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -459,7 +419,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:32:32 GMT" + "Wed, 11 Apr 2018 08:39:59 GMT" ], "Pragma": [ "no-cache" @@ -474,26 +434,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "78eb1afc-7c66-456f-be60-1cc6dce7dd6b" + "f68a04d1-89ed-4fe0-9c82-e99e5aa83286" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14974" ], "x-ms-correlation-request-id": [ - "5e692828-80d3-4dbd-8cd1-d3844a486163" + "9264bfdf-edea-43d3-a4e9-ce0105d51808" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073233Z:5e692828-80d3-4dbd-8cd1-d3844a486163" + "SOUTHEASTASIA:20180411T083959Z:9264bfdf-edea-43d3-a4e9-ce0105d51808" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NTE0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3341?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzQxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -504,14 +467,14 @@ "170" ], "x-ms-client-request-id": [ - "681f4987-5d1b-4061-8039-0a62963a3040" + "d15b990d-61d4-403d-bbba-d08a16de6a6c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -520,7 +483,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -529,13 +492,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:32:33 GMT" + "Wed, 11 Apr 2018 08:40:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8b978cd5-4ac0-475d-90eb-b2d13cb2dd7d?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -544,93 +507,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "b8bb74d5-8af7-44ec-96c1-02162160f227" + "8b978cd5-4ac0-475d-90eb-b2d13cb2dd7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1159" ], "x-ms-correlation-request-id": [ - "88d5a3ff-1d79-49c5-a271-cd1f4bb4402c" + "854bad0e-7ddc-409e-8750-39372c27e922" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073234Z:88d5a3ff-1d79-49c5-a271-cd1f4bb4402c" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I4YmI3NGQ1LThhZjctNDRlYy05NmMxLTAyMTYyMTYwZjIyNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 02 Jan 2018 07:32:51 GMT" + "SOUTHEASTASIA:20180411T084000Z:854bad0e-7ddc-409e-8750-39372c27e922" ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" - ], - "x-ms-request-id": [ - "9a5e1994-403e-450b-a0d6-72e78d7a66a8" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14941" - ], - "x-ms-correlation-request-id": [ - "4ff1d313-dee6-4573-b1f6-f3e3090d6767" - ], - "x-ms-routing-request-id": [ - "EASTASIA:20180102T073251Z:4ff1d313-dee6-4573-b1f6-f3e3090d6767" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b8bb74d5-8af7-44ec-96c1-02162160f227?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I4YmI3NGQ1LThhZjctNDRlYy05NmMxLTAyMTYyMTYwZjIyNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8b978cd5-4ac0-475d-90eb-b2d13cb2dd7d?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzhiOTc4Y2Q1LTRhYzAtNDc1ZC05MGViLWIyZDEzY2IyZGQ3ZD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514\",\r\n \"name\": \"sto8514\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:32:34.9928769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8514.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514.table.core.windows.net/\",\r\n \"file\": \"https://sto8514.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto8514-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3341\",\r\n \"name\": \"sto3341\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:00.747157Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:00.747157Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:40:00.6690581Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3341.web.core.windows.net/\",\r\n \"blob\": \"https://sto3341.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3341.queue.core.windows.net/\",\r\n \"table\": \"https://sto3341.table.core.windows.net/\",\r\n \"file\": \"https://sto3341.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"web\": \"https://sto3341-secondary.web.core.windows.net/\",\r\n \"blob\": \"https://sto3341-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3341-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto3341-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -642,7 +550,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:33:08 GMT" + "Wed, 11 Apr 2018 08:40:17 GMT" ], "Pragma": [ "no-cache" @@ -657,41 +565,44 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c7d57589-ce4f-49b2-8b27-66a7951aee1a" + "8984a673-bfac-4df7-b6ae-a0c845a00a9d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14938" + "14973" ], "x-ms-correlation-request-id": [ - "31c30ca7-6400-49fa-9207-1f6413ade0e1" + "a83da484-3313-48ce-b3eb-a71ab04ccf3b" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073309Z:31c30ca7-6400-49fa-9207-1f6413ade0e1" + "SOUTHEASTASIA:20180411T084018Z:a83da484-3313-48ce-b3eb-a71ab04ccf3b" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NTE0P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3341?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzQxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3225d179-7e2e-406f-9cdb-90a769142b9c" + "1a016a04-b9f9-43e8-9d8a-da02903c1fc1" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto8514\",\r\n \"name\": \"sto8514\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:32:35.0085085Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:32:34.9928769Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8514.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514.table.core.windows.net/\",\r\n \"file\": \"https://sto8514.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto8514-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8514-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto8514-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto3341\",\r\n \"name\": \"sto3341\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:00.747157Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:00.747157Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:40:00.6690581Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3341.web.core.windows.net/\",\r\n \"blob\": \"https://sto3341.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3341.queue.core.windows.net/\",\r\n \"table\": \"https://sto3341.table.core.windows.net/\",\r\n \"file\": \"https://sto3341.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"web\": \"https://sto3341-secondary.web.core.windows.net/\",\r\n \"blob\": \"https://sto3341-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3341-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto3341-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -703,7 +614,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:33:08 GMT" + "Wed, 11 Apr 2018 08:40:18 GMT" ], "Pragma": [ "no-cache" @@ -718,26 +629,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24fe5dcb-3069-4551-b562-9e1b8bd0b52f" + "03a3b604-ff28-41e0-a582-7bc838370347" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14937" + "14972" ], "x-ms-correlation-request-id": [ - "320dcb0b-13f5-4fd4-bec6-d355dca81f8b" + "b8ac5b96-6790-45bf-9736-b979ab58d038" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073309Z:320dcb0b-13f5-4fd4-bec6-d355dca81f8b" + "SOUTHEASTASIA:20180411T084019Z:b8ac5b96-6790-45bf-9736-b979ab58d038" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MzQ4P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto9374?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85Mzc0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -748,14 +662,14 @@ "168" ], "x-ms-client-request-id": [ - "ce4ad617-5575-49e8-bf35-9445fbba4bc6" + "47fdebea-1dbf-4eba-83a7-c1e390e91c24" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -764,7 +678,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -773,13 +687,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:33:09 GMT" + "Wed, 11 Apr 2018 08:40:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/169e4689-99ca-487b-9005-8555297251ab?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/872a6736-6523-46d5-aa2a-c71493e87492?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -788,35 +702,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "169e4689-99ca-487b-9005-8555297251ab" + "872a6736-6523-46d5-aa2a-c71493e87492" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1170" + "1158" ], "x-ms-correlation-request-id": [ - "3640ac03-5564-4942-9904-57e98dc58a34" + "94dd3c92-daa7-48b6-a2be-0c240839ee6d" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073310Z:3640ac03-5564-4942-9904-57e98dc58a34" + "SOUTHEASTASIA:20180411T084020Z:94dd3c92-daa7-48b6-a2be-0c240839ee6d" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/169e4689-99ca-487b-9005-8555297251ab?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzE2OWU0Njg5LTk5Y2EtNDg3Yi05MDA1LTg1NTUyOTcyNTFhYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/872a6736-6523-46d5-aa2a-c71493e87492?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzg3MmE2NzM2LTY1MjMtNDZkNS1hYTJhLWM3MTQ5M2U4NzQ5Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348\",\r\n \"name\": \"sto9348\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:33:11.4025507Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9348.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto9374\",\r\n \"name\": \"sto9374\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:20.5604383Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:20.5604383Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:40:20.4979566Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto9374.web.core.windows.net/\",\r\n \"blob\": \"https://sto9374.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -828,7 +745,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:33:27 GMT" + "Wed, 11 Apr 2018 08:40:37 GMT" ], "Pragma": [ "no-cache" @@ -843,41 +760,44 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "24a8270a-f462-4a0c-a31b-2533fa8419ac" + "43b021e6-09ea-4fbd-bb65-7299a5d387b3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14936" + "14971" ], "x-ms-correlation-request-id": [ - "83d9f6b6-7427-46eb-8e9b-3b7b2cd15d92" + "e25a99e7-2be6-49cc-a212-133a47ae97bf" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073328Z:83d9f6b6-7427-46eb-8e9b-3b7b2cd15d92" + "SOUTHEASTASIA:20180411T084038Z:e25a99e7-2be6-49cc-a212-133a47ae97bf" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI2NzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85MzQ4P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto9374?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczU5MTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85Mzc0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a7e95ead-b382-4dc4-ba6d-45c7d5c23822" + "97d92530-8ed2-4093-af33-88ebb6436ad7" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2674/providers/Microsoft.Storage/storageAccounts/sto9348\",\r\n \"name\": \"sto9348\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:33:11.4338041Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:33:11.4025507Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9348.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5913/providers/Microsoft.Storage/storageAccounts/sto9374\",\r\n \"name\": \"sto9374\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:20.5604383Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:20.5604383Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:40:20.4979566Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto9374.web.core.windows.net/\",\r\n \"blob\": \"https://sto9374.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -889,7 +809,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:33:27 GMT" + "Wed, 11 Apr 2018 08:40:37 GMT" ], "Pragma": [ "no-cache" @@ -904,19 +824,22 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c02a7064-86cf-4b47-abf5-65e6c45cec16" + "2a4b8d65-9675-46e7-8d52-b56228578ba3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14935" + "14970" ], "x-ms-correlation-request-id": [ - "2255b0f2-63ea-4681-bd34-242e695732f4" + "9fe38dc2-f3d6-4a72-a264-6d8b60f462ff" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T073328Z:2255b0f2-63ea-4681-bd34-242e695732f4" + "SOUTHEASTASIA:20180411T084038Z:9fe38dc2-f3d6-4a72-a264-6d8b60f462ff" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -924,13 +847,13 @@ ], "Names": { "CreateResourceGroup": [ - "res2674" + "res5913" ], "StorageAccountGetStandardTest": [ - "sto2787", - "sto9034", - "sto8514", - "sto9348" + "sto3743", + "sto747", + "sto3341", + "sto9374" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetTest.json deleted file mode 100644 index 3bae7879f7e4..000000000000 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountGetTest.json +++ /dev/null @@ -1,948 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourcegroups/res4808?api-version=2015-11-01", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\"\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "28" - ], - "x-ms-client-request-id": [ - "c24167f7-d0ac-441e-a9a7-42d952d95758" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Resources.ResourceManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808\",\r\n \"name\": \"res4808\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "167" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-request-id": [ - "dcdc9e2b-9c25-4235-a368-e721e38fde53" - ], - "x-ms-correlation-request-id": [ - "dcdc9e2b-9c25-4235-a368-e721e38fde53" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T175920Z:dcdc9e2b-9c25-4235-a368-e721e38fde53" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 13 Nov 2015 17:59:19 GMT" - ] - }, - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3707?api-version=2015-06-15", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "152" - ], - "x-ms-client-request-id": [ - "150860d7-95ba-4843-aa6a-96fbb13ecf56" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "25" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" - ], - "x-ms-request-id": [ - "e1e4b3da-6272-413d-88b9-ffae7dbfaa5b" - ], - "Cache-Control": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/042ef0cf-47e9-4581-b7e2-8eee2f48ea7a?monitor=true&api-version=2015-06-15" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "e1e4b3da-6272-413d-88b9-ffae7dbfaa5b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T175922Z:e1e4b3da-6272-413d-88b9-ffae7dbfaa5b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 17:59:21 GMT" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/042ef0cf-47e9-4581-b7e2-8eee2f48ea7a?monitor=true&api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "152" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "6d997008-6e37-4e5b-8012-0933b04574ac" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14996" - ], - "x-ms-correlation-request-id": [ - "6d997008-6e37-4e5b-8012-0933b04574ac" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T175947Z:6d997008-6e37-4e5b-8012-0933b04574ac" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 17:59:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3707?api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "67d37544-738a-4db7-ac95-fc1a99482ce0" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3707\",\r\n \"location\": \"westus\",\r\n \"name\": \"sto3707\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-11-13T17:59:21.3018512Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3707.blob.core.windows.net/\",\r\n \"file\": \"https://sto3707.file.core.windows.net/\",\r\n \"queue\": \"https://sto3707.queue.core.windows.net/\",\r\n \"table\": \"https://sto3707.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "653" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "15abc0c1-f960-41d7-a369-8b4e499214ed" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14995" - ], - "x-ms-correlation-request-id": [ - "15abc0c1-f960-41d7-a369-8b4e499214ed" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T175947Z:15abc0c1-f960-41d7-a369-8b4e499214ed" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 17:59:47 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3680?api-version=2015-06-15", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "152" - ], - "x-ms-client-request-id": [ - "14daa411-3745-43b4-bed4-0d8e897cbd71" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "25" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" - ], - "x-ms-request-id": [ - "a035b4e9-e6f6-43a7-84b0-57b957fe1801" - ], - "Cache-Control": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/76e0f746-ab8f-4e23-8375-7e743b6d13d9?monitor=true&api-version=2015-06-15" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "a035b4e9-e6f6-43a7-84b0-57b957fe1801" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T175948Z:a035b4e9-e6f6-43a7-84b0-57b957fe1801" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 17:59:48 GMT" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/76e0f746-ab8f-4e23-8375-7e743b6d13d9?monitor=true&api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "152" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "25c49b56-af39-4bf5-8c22-e3c0e8b5c09d" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" - ], - "x-ms-correlation-request-id": [ - "25c49b56-af39-4bf5-8c22-e3c0e8b5c09d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180013Z:25c49b56-af39-4bf5-8c22-e3c0e8b5c09d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:00:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3680?api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "922ffb76-1142-4149-b6a9-e2073250af64" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3680\",\r\n \"location\": \"westus\",\r\n \"name\": \"sto3680\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_GRS\",\r\n \"creationTime\": \"2015-11-13T17:59:47.8584335Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3680.blob.core.windows.net/\",\r\n \"file\": \"https://sto3680.file.core.windows.net/\",\r\n \"queue\": \"https://sto3680.queue.core.windows.net/\",\r\n \"table\": \"https://sto3680.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "714" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "329d2df8-2af6-4a39-82ad-1b43abf3421b" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" - ], - "x-ms-correlation-request-id": [ - "329d2df8-2af6-4a39-82ad-1b43abf3421b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180013Z:329d2df8-2af6-4a39-82ad-1b43abf3421b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:00:13 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto2845?api-version=2015-06-15", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\"\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "154" - ], - "x-ms-client-request-id": [ - "0ea2f63c-797a-4620-af2e-0da1abdab2ba" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "25" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1195" - ], - "x-ms-request-id": [ - "87a60ad4-5d72-4cf5-8cc3-7019ee83805d" - ], - "Cache-Control": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/e1e554c5-2421-43e6-b209-ed1bd0373bcc?monitor=true&api-version=2015-06-15" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "87a60ad4-5d72-4cf5-8cc3-7019ee83805d" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180014Z:87a60ad4-5d72-4cf5-8cc3-7019ee83805d" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:00:14 GMT" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/e1e554c5-2421-43e6-b209-ed1bd0373bcc?monitor=true&api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "154" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "7c74797e-5b3e-4bbe-8a0b-a3e56bc24b38" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" - ], - "x-ms-correlation-request-id": [ - "7c74797e-5b3e-4bbe-8a0b-a3e56bc24b38" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180039Z:7c74797e-5b3e-4bbe-8a0b-a3e56bc24b38" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:00:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto2845?api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "8d250543-a511-4e99-928c-e092a38a742b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto2845\",\r\n \"location\": \"westus\",\r\n \"name\": \"sto2845\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_RAGRS\",\r\n \"creationTime\": \"2015-11-13T18:00:13.9381465Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2845.blob.core.windows.net/\",\r\n \"file\": \"https://sto2845.file.core.windows.net/\",\r\n \"queue\": \"https://sto2845.queue.core.windows.net/\",\r\n \"table\": \"https://sto2845.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://sto2845-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2845-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://sto2845-secondary.table.core.windows.net/\"\r\n },\r\n \"secondaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "917" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "72ff52a4-63c3-4724-ac8c-a638a7bcd634" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14991" - ], - "x-ms-correlation-request-id": [ - "72ff52a4-63c3-4724-ac8c-a638a7bcd634" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180039Z:72ff52a4-63c3-4724-ac8c-a638a7bcd634" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:00:39 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3274?api-version=2015-06-15", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_ZRS\"\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "152" - ], - "x-ms-client-request-id": [ - "f809f4e1-14a5-41de-9c21-58ad3587009b" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "25" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" - ], - "x-ms-request-id": [ - "82d1d480-7d54-4c91-b262-6e1daf0cb207" - ], - "Cache-Control": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/0af9ea6d-cac7-41dd-9af9-b3c2df2e8c53?monitor=true&api-version=2015-06-15" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "82d1d480-7d54-4c91-b262-6e1daf0cb207" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180042Z:82d1d480-7d54-4c91-b262-6e1daf0cb207" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:00:42 GMT" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/0af9ea6d-cac7-41dd-9af9-b3c2df2e8c53?monitor=true&api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_ZRS\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "152" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "ff95ac95-ca3e-4638-a459-766fae896882" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14990" - ], - "x-ms-correlation-request-id": [ - "ff95ac95-ca3e-4638-a459-766fae896882" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180107Z:ff95ac95-ca3e-4638-a459-766fae896882" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:01:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3274?api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "64bf1861-3872-47a2-92a5-8597e1a56a7a" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto3274\",\r\n \"location\": \"westus\",\r\n \"name\": \"sto3274\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_ZRS\",\r\n \"creationTime\": \"2015-11-13T18:00:41.4594724Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3274.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "505" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "0fdbf724-2a6b-44c9-bd7b-ab1fcc00413f" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14989" - ], - "x-ms-correlation-request-id": [ - "0fdbf724-2a6b-44c9-bd7b-ab1fcc00413f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180107Z:0fdbf724-2a6b-44c9-bd7b-ab1fcc00413f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:01:07 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto365?api-version=2015-06-15", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "152" - ], - "x-ms-client-request-id": [ - "cfadea01-3d00-4154-9875-57380a740be9" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "Retry-After": [ - "25" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" - ], - "x-ms-request-id": [ - "4563378a-f58d-4113-b898-6ac0783b498b" - ], - "Cache-Control": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/a60d2655-b2cc-4cdb-b429-71072df484ff?monitor=true&api-version=2015-06-15" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-correlation-request-id": [ - "4563378a-f58d-4113-b898-6ac0783b498b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180108Z:4563378a-f58d-4113-b898-6ac0783b498b" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:01:07 GMT" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/providers/Microsoft.Storage/operations/a60d2655-b2cc-4cdb-b429-71072df484ff?monitor=true&api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\"\r\n }\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "152" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "d951e59c-dce6-4ff9-a068-5c0afe5afdea" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14988" - ], - "x-ms-correlation-request-id": [ - "d951e59c-dce6-4ff9-a068-5c0afe5afdea" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180133Z:d951e59c-dce6-4ff9-a068-5c0afe5afdea" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:01:32 GMT" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto365?api-version=2015-06-15", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "a7f4bf4e-9079-434e-9e93-5bf4f6d3d647" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "Microsoft.Azure.Management.Storage.StorageManagementClient/2.0.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/a30cdbf0-fdca-455d-aa6e-2e7a52732956/resourceGroups/res4808/providers/Microsoft.Storage/storageAccounts/sto365\",\r\n \"location\": \"westus\",\r\n \"name\": \"sto365\",\r\n \"properties\": {\r\n \"accountType\": \"Standard_LRS\",\r\n \"creationTime\": \"2015-11-13T18:01:07.2616354Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto365.blob.core.windows.net/\",\r\n \"file\": \"https://sto365.file.core.windows.net/\",\r\n \"queue\": \"https://sto365.queue.core.windows.net/\",\r\n \"table\": \"https://sto365.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Length": [ - "647" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-request-id": [ - "fc503a09-de45-481d-a7ea-6170622bd69f" - ], - "Cache-Control": [ - "no-cache" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14987" - ], - "x-ms-correlation-request-id": [ - "fc503a09-de45-481d-a7ea-6170622bd69f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20151113T180133Z:fc503a09-de45-481d-a7ea-6170622bd69f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "Date": [ - "Fri, 13 Nov 2015 18:01:32 GMT" - ] - }, - "StatusCode": 200 - } - ], - "Names": { - "CreateResourceGroup": [ - "res4808" - ], - "StorageAccountGetTest": [ - "sto3707", - "sto3680", - "sto2845", - "sto3274", - "sto365" - ] - }, - "Variables": { - "SubscriptionId": "a30cdbf0-fdca-455d-aa6e-2e7a52732956" - } -} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASTest.json index 84de46d4851d..8816c3c154b7 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res2566?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczI1NjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res989?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk4OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,20 +13,20 @@ "29" ], "x-ms-client-request-id": [ - "ea0745ba-f087-4537-813e-a3b7773b3dad" + "f2bb9f62-add6-4f11-b5cc-b78ba372b89a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2566\",\r\n \"name\": \"res2566\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res989\",\r\n \"name\": \"res989\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ - "168" + "166" ], "Content-Type": [ "application/json; charset=utf-8" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:58:10 GMT" + "Wed, 11 Apr 2018 08:40:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1171" ], "x-ms-request-id": [ - "e1537059-3b7e-4675-85c1-ddbc8c3d2ebb" + "9782850b-58b0-4fbd-9231-5dabea45d938" ], "x-ms-correlation-request-id": [ - "e1537059-3b7e-4675-85c1-ddbc8c3d2ebb" + "9782850b-58b0-4fbd-9231-5dabea45d938" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035811Z:e1537059-3b7e-4675-85c1-ddbc8c3d2ebb" + "SOUTHEASTASIA:20180411T084052Z:9782850b-58b0-4fbd-9231-5dabea45d938" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2566/providers/Microsoft.Storage/storageAccounts/sto7942?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczI1NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTQyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res989/providers/Microsoft.Storage/storageAccounts/sto194?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0bzE5ND9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "46b30a74-9b08-47b1-b4ae-2af9b18bd7b1" + "d08257eb-725a-4f78-a9e6-c1a36f0e9fbd" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:58:23 GMT" + "Wed, 11 Apr 2018 08:40:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/aba70295-3fe4-40bb-a297-cc3670d417e5?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/321fefe9-623e-4e1f-a1b1-ac7717d6843c?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c8a1046d-d083-4331-be1e-2b26f22de7b1" - ], - "x-ms-correlation-request-id": [ - "c8a1046d-d083-4331-be1e-2b26f22de7b1" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035824Z:c8a1046d-d083-4331-be1e-2b26f22de7b1" + "321fefe9-623e-4e1f-a1b1-ac7717d6843c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/aba70295-3fe4-40bb-a297-cc3670d417e5?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2FiYTcwMjk1LTNmZTQtNDBiYi1hMjk3LWNjMzY3MGQ0MTdlNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:58:41 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/aba70295-3fe4-40bb-a297-cc3670d417e5?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14670" ], - "x-ms-request-id": [ - "5cab1ed6-fed3-438f-ae32-cb8b107ce07b" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1170" ], "x-ms-correlation-request-id": [ - "5cab1ed6-fed3-438f-ae32-cb8b107ce07b" + "28376958-b348-49e8-a43e-f4cc641b4d29" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035841Z:5cab1ed6-fed3-438f-ae32-cb8b107ce07b" + "SOUTHEASTASIA:20180411T084055Z:28376958-b348-49e8-a43e-f4cc641b4d29" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/aba70295-3fe4-40bb-a297-cc3670d417e5?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2FiYTcwMjk1LTNmZTQtNDBiYi1hMjk3LWNjMzY3MGQ0MTdlNT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/321fefe9-623e-4e1f-a1b1-ac7717d6843c?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzMyMWZlZmU5LTYyM2UtNGUxZi1hMWIxLWFjNzcxN2Q2ODQzYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2566/providers/Microsoft.Storage/storageAccounts/sto7942\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7942\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:58:14.4487657Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:58:14.4507666Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:58:14.4507666Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7942.blob.core.windows.net/\",\r\n \"file\": \"https://sto7942.file.core.windows.net/\",\r\n \"queue\": \"https://sto7942.queue.core.windows.net/\",\r\n \"table\": \"https://sto7942.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res989/providers/Microsoft.Storage/storageAccounts/sto194\",\r\n \"name\": \"sto194\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:55.0687284Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:40:55.0687284Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:40:55.0218752Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto194.web.core.windows.net/\",\r\n \"blob\": \"https://sto194.blob.core.windows.net/\",\r\n \"queue\": \"https://sto194.queue.core.windows.net/\",\r\n \"table\": \"https://sto194.table.core.windows.net/\",\r\n \"file\": \"https://sto194.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:58:59 GMT" + "Wed, 11 Apr 2018 08:41:11 GMT" ], "Pragma": [ "no-cache" @@ -217,35 +169,37 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "126689fc-9900-445e-b672-c1141c17f2f4" + "01d3b9f4-4e84-44e4-b536-7a7e4756672e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14669" + "14981" ], "x-ms-correlation-request-id": [ - "126689fc-9900-445e-b672-c1141c17f2f4" + "41d258d2-8e3b-40e7-aa7e-145a37e90cc3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035859Z:126689fc-9900-445e-b672-c1141c17f2f4" + "SOUTHEASTASIA:20180411T084112Z:41d258d2-8e3b-40e7-aa7e-145a37e90cc3" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2566/providers/Microsoft.Storage/storageAccounts/sto7942/ListAccountSas?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczI1NjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83OTQyL0xpc3RBY2NvdW50U2FzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res989/providers/Microsoft.Storage/storageAccounts/sto194/ListAccountSas?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4OS9wcm92aWRlcnMvTWljcm9zb2Z0LlN0b3JhZ2Uvc3RvcmFnZUFjY291bnRzL3N0bzE5NC9MaXN0QWNjb3VudFNhcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "POST", - "RequestBody": "{\r\n \"signedServices\": \"bftq\",\r\n \"signedResourceTypes\": \"sco\",\r\n \"signedPermission\": \"rdwlacup\",\r\n \"signedProtocol\": \"https,http\",\r\n \"signedStart\": \"2017-11-17T03:58:59.3206779Z\",\r\n \"signedExpiry\": \"2017-11-17T04:58:59.3206779Z\",\r\n \"keyToSign\": \"key1\"\r\n}", + "RequestBody": "{\r\n \"signedServices\": \"bftq\",\r\n \"signedResourceTypes\": \"sco\",\r\n \"signedPermission\": \"rdwlacup\",\r\n \"signedProtocol\": \"https,http\",\r\n \"signedStart\": \"2018-04-11T08:41:12.7540124Z\",\r\n \"signedExpiry\": \"2018-04-11T09:41:12.7540124Z\",\r\n \"keyToSign\": \"key1\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -254,17 +208,17 @@ "260" ], "x-ms-client-request-id": [ - "b2ea84fb-0169-4c5c-97b2-11166c306085" + "afebf5fd-8952-48cd-a486-e0b2eb370ad2" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"accountSasToken\": \"sv=2015-04-05&ss=bftq&srt=sco&sp=rdwlacup&st=2017-11-17T03%3A58%3A59Z&se=2017-11-17T04%3A58%3A59Z&spr=https,http&sig=OvcB1nyB%2BbDUNc3Qg8WL8J1ge7N2DMK2fKUKWreddRs%3D\"\r\n}", + "ResponseBody": "{\r\n \"accountSasToken\": \"sv=2015-04-05&ss=bftq&srt=sco&sp=rdwlacup&st=2018-04-11T08%3A41%3A12.7540124Z&se=2018-04-11T09%3A41%3A12.7540124Z&spr=https,http&sig=cYF3JdW%2F9O0tjgLs6RRdXyAkPagvPRu15MpManqzY%2F0%3D\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:58:59 GMT" + "Wed, 11 Apr 2018 08:41:12 GMT" ], "Pragma": [ "no-cache" @@ -285,26 +239,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e362d05c-08bc-4b07-99d0-4983dad128a2" + "4588e1fe-f9fe-43a6-82f2-c05054746140" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1169" ], "x-ms-correlation-request-id": [ - "e362d05c-08bc-4b07-99d0-4983dad128a2" + "437c888f-b839-4afb-b439-39f266dd9e0c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035859Z:e362d05c-08bc-4b07-99d0-4983dad128a2" + "SOUTHEASTASIA:20180411T084113Z:437c888f-b839-4afb-b439-39f266dd9e0c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -312,13 +268,13 @@ ], "Names": { "CreateResourceGroup": [ - "res2566" + "res989" ], "StorageAccountListAccountSASTest": [ - "sto7942" + "sto194" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json index fc6c34ad6aa5..197cb6ff7511 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res1449?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczE0NDk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2221?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczIyMjE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "1f6778a9-b3f3-4dc7-8af9-fb83191a74b6" + "21ba6b12-d2e5-47f6-b3e3-af7af51dcd4f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1449\",\r\n \"name\": \"res1449\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2221\",\r\n \"name\": \"res2221\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:49:19 GMT" + "Wed, 11 Apr 2018 08:34:39 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1169" ], "x-ms-request-id": [ - "cde7c12c-afdd-48c9-8279-28870f0301ca" + "44f89a15-7a0d-4e09-bc85-3d127e0504c2" ], "x-ms-correlation-request-id": [ - "cde7c12c-afdd-48c9-8279-28870f0301ca" + "44f89a15-7a0d-4e09-bc85-3d127e0504c2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034920Z:cde7c12c-afdd-48c9-8279-28870f0301ca" + "SOUTHEASTASIA:20180411T083440Z:44f89a15-7a0d-4e09-bc85-3d127e0504c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1449/providers/Microsoft.Storage/storageAccounts/sto407?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE0NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDc/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2221/providers/Microsoft.Storage/storageAccounts/sto9964?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczIyMjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85OTY0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "95511f12-409b-47da-b8e5-7421b809e9b0" + "ee1da9a7-4fb3-41ff-a8e7-527610bfe36f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:49:32 GMT" + "Wed, 11 Apr 2018 08:34:41 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d1ae19db-3bd8-413f-ae6a-729805ce7a4f?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b65bcbd9-58b7-4da7-a17b-36c941c46d6f?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "ca63ffe4-73dd-4fde-b529-18b428489802" - ], - "x-ms-correlation-request-id": [ - "ca63ffe4-73dd-4fde-b529-18b428489802" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034932Z:ca63ffe4-73dd-4fde-b529-18b428489802" + "b65bcbd9-58b7-4da7-a17b-36c941c46d6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d1ae19db-3bd8-413f-ae6a-729805ce7a4f?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2QxYWUxOWRiLTNiZDgtNDEzZi1hZTZhLTcyOTgwNWNlN2E0Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:49:49 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d1ae19db-3bd8-413f-ae6a-729805ce7a4f?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14853" - ], - "x-ms-request-id": [ - "af58d198-2b59-4c8e-a02c-c3102cd01b3d" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1168" ], "x-ms-correlation-request-id": [ - "af58d198-2b59-4c8e-a02c-c3102cd01b3d" + "cda8a691-3298-4fb2-bc04-554c057df754" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034949Z:af58d198-2b59-4c8e-a02c-c3102cd01b3d" + "SOUTHEASTASIA:20180411T083441Z:cda8a691-3298-4fb2-bc04-554c057df754" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d1ae19db-3bd8-413f-ae6a-729805ce7a4f?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2QxYWUxOWRiLTNiZDgtNDEzZi1hZTZhLTcyOTgwNWNlN2E0Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b65bcbd9-58b7-4da7-a17b-36c941c46d6f?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I2NWJjYmQ5LTU4YjctNGRhNy1hMTdiLTM2Yzk0MWM0NmQ2Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1449/providers/Microsoft.Storage/storageAccounts/sto407\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto407\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:49:22.079123Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:49:22.0811249Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:49:22.0811249Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto407.blob.core.windows.net/\",\r\n \"file\": \"https://sto407.file.core.windows.net/\",\r\n \"queue\": \"https://sto407.queue.core.windows.net/\",\r\n \"table\": \"https://sto407.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2221/providers/Microsoft.Storage/storageAccounts/sto9964\",\r\n \"name\": \"sto9964\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:34:41.3868211Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:34:41.3868211Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:34:41.3243192Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto9964.web.core.windows.net/\",\r\n \"blob\": \"https://sto9964.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9964.queue.core.windows.net/\",\r\n \"table\": \"https://sto9964.table.core.windows.net/\",\r\n \"file\": \"https://sto9964.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:50:06 GMT" + "Wed, 11 Apr 2018 08:34:58 GMT" ], "Pragma": [ "no-cache" @@ -217,54 +169,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f140d5e6-8191-409a-b443-416677d772cd" + "021a9c3e-db1e-40e1-abcc-75e657445ddc" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14851" + "14980" ], "x-ms-correlation-request-id": [ - "f140d5e6-8191-409a-b443-416677d772cd" + "92cd9e96-67ca-47ce-b31f-7d8f6baabce3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035006Z:f140d5e6-8191-409a-b443-416677d772cd" + "SOUTHEASTASIA:20180411T083458Z:92cd9e96-67ca-47ce-b31f-7d8f6baabce3" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1449/providers/Microsoft.Storage/storageAccounts/sto407/ListAccountSas?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE0NDkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MDcvTGlzdEFjY291bnRTYXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2221/providers/Microsoft.Storage/storageAccounts/sto9964/ListAccountSas?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczIyMjEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85OTY0L0xpc3RBY2NvdW50U2FzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"signedServices\": \"b\",\r\n \"signedResourceTypes\": \"sco\",\r\n \"signedPermission\": \"rl\",\r\n \"signedExpiry\": \"2017-11-17T04:50:06.7576388Z\"\r\n}", + "RequestBody": "{\r\n \"signedServices\": \"b\",\r\n \"signedResourceTypes\": \"sco\",\r\n \"signedPermission\": \"rl\",\r\n \"signedExpiry\": \"2018-04-11T09:34:59.025948Z\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "142" + "141" ], "x-ms-client-request-id": [ - "123aafbd-1a51-477b-b2a0-e4753da0d1e8" + "8b30ce98-c0d2-4a71-909b-547c60a32410" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"accountSasToken\": \"sv=2015-04-05&ss=b&srt=sco&sp=rl&se=2017-11-17T04%3A50%3A06Z&sig=C2HXV7FD8I1ck3GlflU66PWtBM6jek%2FknnndOdoJn98%3D\"\r\n}", + "ResponseBody": "{\r\n \"accountSasToken\": \"sv=2015-04-05&ss=b&srt=sco&sp=rl&se=2018-04-11T09%3A34%3A59.0259480Z&sig=CA%2B1xL4w%2BBD2l65QYqMAiwgQd8%2F%2By7g5xFlMk1CGLTY%3D\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:50:06 GMT" + "Wed, 11 Apr 2018 08:34:58 GMT" ], "Pragma": [ "no-cache" @@ -285,26 +239,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b91fb64e-41c8-4998-b778-61415c06d161" + "dc08837c-28a4-432c-895a-3009c8c85537" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1167" ], "x-ms-correlation-request-id": [ - "b91fb64e-41c8-4998-b778-61415c06d161" + "0ba1a7b4-72ff-4907-a8d5-6de7465d8d91" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035007Z:b91fb64e-41c8-4998-b778-61415c06d161" + "SOUTHEASTASIA:20180411T083459Z:0ba1a7b4-72ff-4907-a8d5-6de7465d8d91" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -312,13 +268,13 @@ ], "Names": { "CreateResourceGroup": [ - "res1449" + "res2221" ], "StorageAccountListAccountSASWithDefaultProperties": [ - "sto407" + "sto9964" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json index b16110dec0a4..7e57f8e13623 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res7342?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczczNDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1024?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczEwMjQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "c8142473-b0d3-4da6-a177-43fefa43362f" + "0f11da2d-680d-40cb-a5d5-db3773fcdc18" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7342\",\r\n \"name\": \"res7342\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1024\",\r\n \"name\": \"res1024\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:48:17 GMT" + "Wed, 11 Apr 2018 08:34:09 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1172" ], "x-ms-request-id": [ - "ff6b24e3-f7c5-4cbd-9a09-0b7f975a9f4c" + "dd76b4c6-7466-4b1e-b088-35449007997e" ], "x-ms-correlation-request-id": [ - "ff6b24e3-f7c5-4cbd-9a09-0b7f975a9f4c" + "dd76b4c6-7466-4b1e-b088-35449007997e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034817Z:ff6b24e3-f7c5-4cbd-9a09-0b7f975a9f4c" + "SOUTHEASTASIA:20180411T083409Z:dd76b4c6-7466-4b1e-b088-35449007997e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7342/providers/Microsoft.Storage/storageAccounts/sto2465?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczczNDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNDY1P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1024/providers/Microsoft.Storage/storageAccounts/sto2424?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNDI0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "879228a6-e6f6-4f1a-a6a5-8b7c0ade31cf" + "abb39351-e830-41ff-8373-79c0780c6dd5" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:48:30 GMT" + "Wed, 11 Apr 2018 08:34:11 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/41709d67-75e5-478d-ad5b-d8f194b784c0?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/98509bab-e9fe-476a-9176-0547a00bfe6b?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "fcaca3cb-78fd-4369-9b70-d1d709473d97" - ], - "x-ms-correlation-request-id": [ - "fcaca3cb-78fd-4369-9b70-d1d709473d97" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034830Z:fcaca3cb-78fd-4369-9b70-d1d709473d97" + "98509bab-e9fe-476a-9176-0547a00bfe6b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/41709d67-75e5-478d-ad5b-d8f194b784c0?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzQxNzA5ZDY3LTc1ZTUtNDc4ZC1hZDViLWQ4ZjE5NGI3ODRjMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:48:47 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/41709d67-75e5-478d-ad5b-d8f194b784c0?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14857" - ], - "x-ms-request-id": [ - "6f0f7381-1ac8-4ab1-8282-ec2035f0b33a" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1171" ], "x-ms-correlation-request-id": [ - "6f0f7381-1ac8-4ab1-8282-ec2035f0b33a" + "c3a7ccbf-eaa0-4705-af62-f48dbe306dbc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034848Z:6f0f7381-1ac8-4ab1-8282-ec2035f0b33a" + "SOUTHEASTASIA:20180411T083411Z:c3a7ccbf-eaa0-4705-af62-f48dbe306dbc" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/41709d67-75e5-478d-ad5b-d8f194b784c0?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzQxNzA5ZDY3LTc1ZTUtNDc4ZC1hZDViLWQ4ZjE5NGI3ODRjMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/98509bab-e9fe-476a-9176-0547a00bfe6b?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzk4NTA5YmFiLWU5ZmUtNDc2YS05MTc2LTA1NDdhMDBiZmU2Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7342/providers/Microsoft.Storage/storageAccounts/sto2465\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto2465\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:48:20.7054682Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:48:20.7084677Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:48:20.7084677Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto2465.blob.core.windows.net/\",\r\n \"file\": \"https://sto2465.file.core.windows.net/\",\r\n \"queue\": \"https://sto2465.queue.core.windows.net/\",\r\n \"table\": \"https://sto2465.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1024/providers/Microsoft.Storage/storageAccounts/sto2424\",\r\n \"name\": \"sto2424\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:34:11.6911055Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:34:11.6911055Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:34:11.6285698Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto2424.web.core.windows.net/\",\r\n \"blob\": \"https://sto2424.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2424.queue.core.windows.net/\",\r\n \"table\": \"https://sto2424.table.core.windows.net/\",\r\n \"file\": \"https://sto2424.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:49:04 GMT" + "Wed, 11 Apr 2018 08:34:28 GMT" ], "Pragma": [ "no-cache" @@ -217,33 +169,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "76dcd9d9-8aee-4923-bd0d-b39ba649346a" + "5b54c4ba-d2de-47f1-a440-da6a4d98f3a8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14856" + "14981" ], "x-ms-correlation-request-id": [ - "76dcd9d9-8aee-4923-bd0d-b39ba649346a" + "9ac8403d-1bab-4421-9d2d-74fc84d40590" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034905Z:76dcd9d9-8aee-4923-bd0d-b39ba649346a" + "SOUTHEASTASIA:20180411T083429Z:9ac8403d-1bab-4421-9d2d-74fc84d40590" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7342/providers/Microsoft.Storage/storageAccounts/sto2465/ListAccountSas?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczczNDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNDY1L0xpc3RBY2NvdW50U2FzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1024/providers/Microsoft.Storage/storageAccounts/sto2424/ListAccountSas?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczEwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNDI0L0xpc3RBY2NvdW50U2FzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "{\r\n \"signedServices\": \"b\",\r\n \"signedResourceTypes\": \"sco\",\r\n \"signedPermission\": \"rl\",\r\n \"signedExpiry\": \"0001-01-01T00:00:00Z\"\r\n}", "RequestHeaders": { @@ -254,14 +208,14 @@ "134" ], "x-ms-client-request-id": [ - "38b0b6f0-623c-4882-b859-24b549318433" + "dc2efab3-00d7-4ae5-ac52-33ddf426ddf6" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidValuesForRequestParameters\",\r\n \"message\": \"Values for request parameters are invalid: signedExpiry.\"\r\n }\r\n}", @@ -279,29 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:49:04 GMT" + "Wed, 11 Apr 2018 08:34:29 GMT" ], "Pragma": [ "no-cache" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "75c73767-0574-4e78-ad74-f5855872d481" + "83669fa1-fbf7-44f7-ad04-37ea5191bded" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1183" + "1170" ], "x-ms-correlation-request-id": [ - "75c73767-0574-4e78-ad74-f5855872d481" + "19a5f25b-5a28-4aff-b96e-30fc6c8759c8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034905Z:75c73767-0574-4e78-ad74-f5855872d481" + "SOUTHEASTASIA:20180411T083429Z:19a5f25b-5a28-4aff-b96e-30fc6c8759c8" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 400 @@ -309,13 +265,13 @@ ], "Names": { "CreateResourceGroup": [ - "res7342" + "res1024" ], "StorageAccountListAccountSASWithMissingProperties": [ - "sto2465" + "sto2424" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json index 3bcaf1c55c16..65e20d2e26f2 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListByResourceGroupTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7841?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczc4NDE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6127?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYxMjc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "55b31b7d-e998-4b6b-9555-c1d92962b94e" + "21acd3f9-f97c-4f8c-a6cd-a4a347c5286d" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841\",\r\n \"name\": \"res7841\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127\",\r\n \"name\": \"res6127\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,44 +38,47 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:42:28 GMT" + "Wed, 11 Apr 2018 08:29:04 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1167" ], "x-ms-request-id": [ - "29ac4168-7fb8-4df4-bc48-35f2a94de860" + "980c2371-44d8-4b25-a094-262897b5836e" ], "x-ms-correlation-request-id": [ - "29ac4168-7fb8-4df4-bc48-35f2a94de860" + "980c2371-44d8-4b25-a094-262897b5836e" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074228Z:29ac4168-7fb8-4df4-bc48-35f2a94de860" + "SOUTHEASTASIA:20180411T082904Z:980c2371-44d8-4b25-a094-262897b5836e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "12d987b4-9d82-4a08-8a80-f92e9268fc58" + "0e4de454-21a0-411f-8cd9-c4b4a30caf4c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"value\": []\r\n}", @@ -90,7 +93,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:42:28 GMT" + "Wed, 11 Apr 2018 08:29:05 GMT" ], "Pragma": [ "no-cache" @@ -99,41 +102,44 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14947" + "14969" ], "x-ms-request-id": [ - "18f4572c-d4e3-40f2-a8ec-43f15bb2ea62" + "df367107-856e-4732-820c-c8130f9e8903" ], "x-ms-correlation-request-id": [ - "18f4572c-d4e3-40f2-a8ec-43f15bb2ea62" + "df367107-856e-4732-820c-c8130f9e8903" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074228Z:18f4572c-d4e3-40f2-a8ec-43f15bb2ea62" + "SOUTHEASTASIA:20180411T082905Z:df367107-856e-4732-820c-c8130f9e8903" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41bed628-58a1-4053-ab5f-3e4d35584855" + "cc674180-802a-437b-bde0-db6623467001" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto7487\",\r\n \"name\": \"sto7487\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:08.3316906Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7487.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7487.queue.core.windows.net/\",\r\n \"table\": \"https://sto7487.table.core.windows.net/\",\r\n \"file\": \"https://sto7487.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto6857\",\r\n \"name\": \"sto6857\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:42:32.0225976Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6857.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6857.queue.core.windows.net/\",\r\n \"table\": \"https://sto6857.table.core.windows.net/\",\r\n \"file\": \"https://sto6857.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto7472\",\r\n \"name\": \"sto7472\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:26.755527Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:26.755527Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:29:26.693029Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7472.web.core.windows.net/\",\r\n \"blob\": \"https://sto7472.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7472.queue.core.windows.net/\",\r\n \"table\": \"https://sto7472.table.core.windows.net/\",\r\n \"file\": \"https://sto7472.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto7262\",\r\n \"name\": \"sto7262\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:07.7672868Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:07.7672868Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:29:07.7047795Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7262.web.core.windows.net/\",\r\n \"blob\": \"https://sto7262.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7262.queue.core.windows.net/\",\r\n \"table\": \"https://sto7262.table.core.windows.net/\",\r\n \"file\": \"https://sto7262.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -145,7 +151,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:25 GMT" + "Wed, 11 Apr 2018 08:29:44 GMT" ], "Pragma": [ "no-cache" @@ -160,26 +166,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "6c48504c-b1c8-4cfd-9653-1a130d9e4cbc" + "dfe816b1-f078-4e22-be0d-a4cc8bcfa010" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14942" + "14966" ], "x-ms-correlation-request-id": [ - "0feca2d3-ba9f-4016-ab9b-9975d084b6a3" + "beb31eed-9c90-4014-b8b3-2e9e2d9ca681" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074325Z:0feca2d3-ba9f-4016-ab9b-9975d084b6a3" + "SOUTHEASTASIA:20180411T082944Z:beb31eed-9c90-4014-b8b3-2e9e2d9ca681" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto6857?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82ODU3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto7262?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MjYyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -190,14 +199,14 @@ "168" ], "x-ms-client-request-id": [ - "5bc9f29f-a67d-4abb-a219-bd5a02baa2e9" + "57b9aa05-0c8c-4851-b477-780989478d61" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -206,7 +215,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -215,13 +224,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:42:30 GMT" + "Wed, 11 Apr 2018 08:29:07 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/2480206e-9ee7-4aea-b01f-a1c93f207f7f?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -230,93 +239,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "c8b381a8-72bc-42b4-8d50-7eac17cad48e" + "2480206e-9ee7-4aea-b01f-a1c93f207f7f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1166" ], "x-ms-correlation-request-id": [ - "55c303df-739c-421f-99e3-15b3e379dd46" + "be4fef52-ac4b-4561-8552-2d8a050b381d" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074231Z:55c303df-739c-421f-99e3-15b3e379dd46" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M4YjM4MWE4LTcyYmMtNDJiNC04ZDUwLTdlYWMxN2NhZDQ4ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Tue, 02 Jan 2018 07:42:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + "SOUTHEASTASIA:20180411T082908Z:be4fef52-ac4b-4561-8552-2d8a050b381d" ], - "x-ms-request-id": [ - "36b76b24-59d6-483b-88d8-d344f68b6954" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14946" - ], - "x-ms-correlation-request-id": [ - "87a224be-efc4-4cb0-b9c7-5760ab35273b" - ], - "x-ms-routing-request-id": [ - "EASTASIA:20180102T074248Z:87a224be-efc4-4cb0-b9c7-5760ab35273b" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c8b381a8-72bc-42b4-8d50-7eac17cad48e?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2M4YjM4MWE4LTcyYmMtNDJiNC04ZDUwLTdlYWMxN2NhZDQ4ZT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/2480206e-9ee7-4aea-b01f-a1c93f207f7f?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzI0ODAyMDZlLTllZTctNGFlYS1iMDFmLWExYzkzZjIwN2Y3Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto6857\",\r\n \"name\": \"sto6857\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:42:32.0382247Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:42:32.0225976Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto6857.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6857.queue.core.windows.net/\",\r\n \"table\": \"https://sto6857.table.core.windows.net/\",\r\n \"file\": \"https://sto6857.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto7262\",\r\n \"name\": \"sto7262\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:07.7672868Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:07.7672868Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:29:07.7047795Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7262.web.core.windows.net/\",\r\n \"blob\": \"https://sto7262.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7262.queue.core.windows.net/\",\r\n \"table\": \"https://sto7262.table.core.windows.net/\",\r\n \"file\": \"https://sto7262.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -328,7 +282,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:05 GMT" + "Wed, 11 Apr 2018 08:29:25 GMT" ], "Pragma": [ "no-cache" @@ -343,26 +297,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "c41ce25c-4699-4135-9bf5-e3a2265f149f" + "1291f244-fe8e-4e81-a8ad-311daf3bf490" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14945" + "14968" ], "x-ms-correlation-request-id": [ - "a9971d8a-764d-433f-932f-cc893f2dbfc4" + "ff89dd71-f829-4575-8117-9f1adffd5763" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074306Z:a9971d8a-764d-433f-932f-cc893f2dbfc4" + "SOUTHEASTASIA:20180411T082925Z:ff89dd71-f829-4575-8117-9f1adffd5763" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto7487?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczc4NDEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NDg3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto7472?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYxMjcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NDcyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -373,14 +330,14 @@ "168" ], "x-ms-client-request-id": [ - "516b62ea-bd52-4450-b5ef-a1accd00b26e" + "2d5fc3c6-e2bc-4bf4-84d1-f96065e1e73f" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -389,7 +346,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -398,13 +355,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:06 GMT" + "Wed, 11 Apr 2018 08:29:26 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/efe48232-06f6-46ff-b66a-dbb347315aa2?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cc5d53c9-2973-48d8-9a9e-934f23eacf52?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -413,35 +370,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "efe48232-06f6-46ff-b66a-dbb347315aa2" + "cc5d53c9-2973-48d8-9a9e-934f23eacf52" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1165" ], "x-ms-correlation-request-id": [ - "12811ed7-9444-4a96-b0e9-0f6e6766ab3f" + "25e4448f-9022-4843-9a61-99b58f53c088" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074307Z:12811ed7-9444-4a96-b0e9-0f6e6766ab3f" + "SOUTHEASTASIA:20180411T082926Z:25e4448f-9022-4843-9a61-99b58f53c088" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/efe48232-06f6-46ff-b66a-dbb347315aa2?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2VmZTQ4MjMyLTA2ZjYtNDZmZi1iNjZhLWRiYjM0NzMxNWFhMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cc5d53c9-2973-48d8-9a9e-934f23eacf52?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2NjNWQ1M2M5LTI5NzMtNDhkOC05YTllLTkzNGYyM2VhY2Y1Mj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7841/providers/Microsoft.Storage/storageAccounts/sto7487\",\r\n \"name\": \"sto7487\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:43:08.347277Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:43:08.3316906Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7487.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7487.queue.core.windows.net/\",\r\n \"table\": \"https://sto7487.table.core.windows.net/\",\r\n \"file\": \"https://sto7487.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6127/providers/Microsoft.Storage/storageAccounts/sto7472\",\r\n \"name\": \"sto7472\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:26.755527Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:29:26.755527Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:29:26.693029Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7472.web.core.windows.net/\",\r\n \"blob\": \"https://sto7472.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7472.queue.core.windows.net/\",\r\n \"table\": \"https://sto7472.table.core.windows.net/\",\r\n \"file\": \"https://sto7472.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -453,7 +413,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:43:24 GMT" + "Wed, 11 Apr 2018 08:29:43 GMT" ], "Pragma": [ "no-cache" @@ -468,19 +428,22 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "e0eb8353-6263-46e1-b6d5-593fb640b69d" + "f291032c-6a7f-40d2-9d89-95d7988abbbc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14943" + "14967" ], "x-ms-correlation-request-id": [ - "1ab7e740-5aa7-43fa-9d48-6ba9807e1494" + "484c5faa-8c8b-4c08-b811-b617d7f3d33b" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074325Z:1ab7e740-5aa7-43fa-9d48-6ba9807e1494" + "SOUTHEASTASIA:20180411T082944Z:484c5faa-8c8b-4c08-b811-b617d7f3d33b" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -488,11 +451,11 @@ ], "Names": { "CreateResourceGroup": [ - "res7841" + "res6127" ], "CreateStorageAccount": [ - "sto6857", - "sto7487" + "sto7262", + "sto7472" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json index 920e931e2418..f2ee042c6c7f 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListBySubscriptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6414?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY0MTQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res1651?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczE2NTE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "4861b74b-8e4c-408d-a588-6c82ddfb7265" + "05f58194-27b0-443f-9ed0-e3d456315abd" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414\",\r\n \"name\": \"res6414\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1651\",\r\n \"name\": \"res1651\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,32 +38,35 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:41:28 GMT" + "Wed, 11 Apr 2018 08:25:25 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1191" ], "x-ms-request-id": [ - "54203d27-083b-47e4-a06f-6d0492468699" + "7ab416a2-9ea3-4745-a574-17fce1cb65c5" ], "x-ms-correlation-request-id": [ - "54203d27-083b-47e4-a06f-6d0492468699" + "7ab416a2-9ea3-4745-a574-17fce1cb65c5" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074128Z:54203d27-083b-47e4-a06f-6d0492468699" + "SOUTHEASTASIA:20180411T082525Z:7ab416a2-9ea3-4745-a574-17fce1cb65c5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414/providers/Microsoft.Storage/storageAccounts/sto7089?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY0MTQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83MDg5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1651/providers/Microsoft.Storage/storageAccounts/sto3954?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczE2NTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTU0P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -74,14 +77,14 @@ "168" ], "x-ms-client-request-id": [ - "3b4ee96e-0408-42f5-8857-dce57a77ace3" + "28e6764e-d030-409a-9e49-1544ac0f1f99" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -90,7 +93,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -99,13 +102,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:41:31 GMT" + "Wed, 11 Apr 2018 08:25:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d388f467-796b-4a6e-81b1-e16ad3933c08?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9bff4fea-e10b-4e48-8185-980ad41efd0b?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -114,35 +117,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d388f467-796b-4a6e-81b1-e16ad3933c08" + "9bff4fea-e10b-4e48-8185-980ad41efd0b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1190" ], "x-ms-correlation-request-id": [ - "fc594bca-3f21-4f3f-a2da-9c8dcf31057d" + "c542479a-8e82-4a67-99a1-1dfe64698a9b" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074131Z:fc594bca-3f21-4f3f-a2da-9c8dcf31057d" + "SOUTHEASTASIA:20180411T082528Z:c542479a-8e82-4a67-99a1-1dfe64698a9b" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d388f467-796b-4a6e-81b1-e16ad3933c08?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2QzODhmNDY3LTc5NmItNGE2ZS04MWIxLWUxNmFkMzkzM2MwOD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9bff4fea-e10b-4e48-8185-980ad41efd0b?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzliZmY0ZmVhLWUxMGItNGU0OC04MTg1LTk4MGFkNDFlZmQwYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414/providers/Microsoft.Storage/storageAccounts/sto7089\",\r\n \"name\": \"sto7089\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:32.1202193Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7089.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7089.queue.core.windows.net/\",\r\n \"table\": \"https://sto7089.table.core.windows.net/\",\r\n \"file\": \"https://sto7089.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1651/providers/Microsoft.Storage/storageAccounts/sto3954\",\r\n \"name\": \"sto3954\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:27.8265747Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:27.8265747Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:25:27.76407Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3954.web.core.windows.net/\",\r\n \"blob\": \"https://sto3954.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3954.queue.core.windows.net/\",\r\n \"table\": \"https://sto3954.table.core.windows.net/\",\r\n \"file\": \"https://sto3954.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -154,7 +160,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:41:48 GMT" + "Wed, 11 Apr 2018 08:25:45 GMT" ], "Pragma": [ "no-cache" @@ -169,26 +175,29 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "3d9b1dcc-409b-4a6b-8b5e-ddf4e0a74924" + "ba50ddef-f96d-4473-8c88-65cc557eb10b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14953" + "14994" ], "x-ms-correlation-request-id": [ - "e269051d-cc7a-4d62-b571-fa3c2c82e59d" + "d2a843d1-cb70-48fc-8b16-1731c367bc4c" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074148Z:e269051d-cc7a-4d62-b571-fa3c2c82e59d" + "SOUTHEASTASIA:20180411T082545Z:d2a843d1-cb70-48fc-8b16-1731c367bc4c" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3462?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczM0NjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2731?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczI3MzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -199,7 +208,7 @@ "29" ], "x-ms-client-request-id": [ - "72e8787b-000b-4e4b-916f-64086b7b03ce" + "1d386467-49b5-42d9-82f0-076724f9cecc" ], "accept-language": [ "en-US" @@ -209,7 +218,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462\",\r\n \"name\": \"res3462\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2731\",\r\n \"name\": \"res2731\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -224,32 +233,35 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:41:49 GMT" + "Wed, 11 Apr 2018 08:25:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "1189" ], "x-ms-request-id": [ - "0a26dfd6-16cf-4e90-af9a-dc64ce065ab0" + "8957e07e-cdb4-4129-99a6-9931d0733f1e" ], "x-ms-correlation-request-id": [ - "0a26dfd6-16cf-4e90-af9a-dc64ce065ab0" + "8957e07e-cdb4-4129-99a6-9931d0733f1e" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074150Z:0a26dfd6-16cf-4e90-af9a-dc64ce065ab0" + "SOUTHEASTASIA:20180411T082546Z:8957e07e-cdb4-4129-99a6-9931d0733f1e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462/providers/Microsoft.Storage/storageAccounts/sto5936?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM0NjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81OTM2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2731/providers/Microsoft.Storage/storageAccounts/sto1270?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczI3MzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xMjcwP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { @@ -260,14 +272,14 @@ "168" ], "x-ms-client-request-id": [ - "a56f9d62-a315-4a18-9bd3-5848345e9c86" + "81f49004-e2f3-4abb-99fe-85e8fc8ceea0" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -276,7 +288,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -285,13 +297,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:41:51 GMT" + "Wed, 11 Apr 2018 08:25:48 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/f16409ef-6e94-42a8-83ab-41f733eb18fc?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b6685231-ec53-41d3-b256-2a41ecee82c0?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -300,35 +312,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f16409ef-6e94-42a8-83ab-41f733eb18fc" + "b6685231-ec53-41d3-b256-2a41ecee82c0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1188" ], "x-ms-correlation-request-id": [ - "637333e9-0469-4f4e-895d-379d6c8c5a38" + "33417d0d-1c9e-4b2c-99da-774774b9193a" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074151Z:637333e9-0469-4f4e-895d-379d6c8c5a38" + "SOUTHEASTASIA:20180411T082548Z:33417d0d-1c9e-4b2c-99da-774774b9193a" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/f16409ef-6e94-42a8-83ab-41f733eb18fc?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2YxNjQwOWVmLTZlOTQtNDJhOC04M2FiLTQxZjczM2ViMThmYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/b6685231-ec53-41d3-b256-2a41ecee82c0?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2I2Njg1MjMxLWVjNTMtNDFkMy1iMjU2LTJhNDFlY2VlODJjMD9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462/providers/Microsoft.Storage/storageAccounts/sto5936\",\r\n \"name\": \"sto5936\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:52.2248075Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5936.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5936.queue.core.windows.net/\",\r\n \"table\": \"https://sto5936.table.core.windows.net/\",\r\n \"file\": \"https://sto5936.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2731/providers/Microsoft.Storage/storageAccounts/sto1270\",\r\n \"name\": \"sto1270\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:48.2763307Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:48.2763307Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:25:48.2138724Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1270.web.core.windows.net/\",\r\n \"blob\": \"https://sto1270.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1270.queue.core.windows.net/\",\r\n \"table\": \"https://sto1270.table.core.windows.net/\",\r\n \"file\": \"https://sto1270.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -340,7 +355,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:42:08 GMT" + "Wed, 11 Apr 2018 08:26:05 GMT" ], "Pragma": [ "no-cache" @@ -355,41 +370,44 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "876c4197-d866-460c-9753-b372eb809e96" + "83cf244f-c173-4ea4-a4bf-804918a153fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14950" + "14993" ], "x-ms-correlation-request-id": [ - "9f35da77-c005-49e1-b864-1b0e63e7fbb1" + "d35a7dbb-f8eb-4506-9c61-0312f99e069e" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074208Z:9f35da77-c005-49e1-b864-1b0e63e7fbb1" + "SOUTHEASTASIA:20180411T082605Z:d35a7dbb-f8eb-4506-9c61-0312f99e069e" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/storageAccounts?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9zdG9yYWdlQWNjb3VudHM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2036ffde-3b32-459e-ab6f-4da42e8dbcc7" + "dcdb747d-b0c0-4f0e-b2ef-cc1a3971992a" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/crptestps1366/providers/Microsoft.Storage/storageAccounts/stocrptestps1366\",\r\n \"name\": \"stocrptestps1366\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.4978999Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-19T09:01:37.8317779Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://stocrptestps1366.blob.core.windows.net/\",\r\n \"queue\": \"https://stocrptestps1366.queue.core.windows.net/\",\r\n \"table\": \"https://stocrptestps1366.table.core.windows.net/\",\r\n \"file\": \"https://stocrptestps1366.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"f5f7914c-478d-47b4-81e4-a2779c474f46\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmk\",\r\n \"name\": \"weicmk\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.5135315Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-12T03:40:33.4891063Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmk.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk.table.core.windows.net/\",\r\n \"file\": \"https://weicmk.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"bac19261-599b-48a8-99ff-5ce4da92227f\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitestp/providers/Microsoft.Storage/storageAccounts/weicmkstagep\",\r\n \"name\": \"weicmkstagep\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.529155Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-27T02:26:11.4347553Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmkstagep.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmkstagep.queue.core.windows.net/\",\r\n \"table\": \"https://weicmkstagep.table.core.windows.net/\",\r\n \"file\": \"https://weicmkstagep.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"westus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistgdiag677\",\r\n \"name\": \"xiaonlistgdiag677\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:57.529155Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-14T08:22:13.8783322Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistgdiag677.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistgdiag677.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistgdiag677.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlistgdiag677.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiblobstorage2\",\r\n \"name\": \"weiblobstorage2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-28T08:19:36.1551075Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-28T08:19:36.1551075Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-28T08:19:36.0770045Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiblobstorage2.blob.core.windows.net/\",\r\n \"table\": \"https://weiblobstorage2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitestacl1\",\r\n \"name\": \"weitestacl1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T06:10:50.7873237Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl1.blob.core.windows.net/\",\r\n \"queue\": \"https://weitestacl1.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl1.table.core.windows.net/\",\r\n \"file\": \"https://weitestacl1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"49480c08-a825-4b68-8af9-c97b1037fefa\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmk1\",\r\n \"name\": \"weicmk1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:55.5138694Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-26T03:00:03.3411692Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk1.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmk1.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk1.table.core.windows.net/\",\r\n \"file\": \"https://weicmk1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centralus\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitestacl\",\r\n \"name\": \"weitestacl\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-02-27T02:10:08.1461012Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl.blob.core.windows.net/\",\r\n \"queue\": \"https://weitestacl.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl.table.core.windows.net/\",\r\n \"file\": \"https://weitestacl.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitesttemp\",\r\n \"name\": \"weitesttemp\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:56.7350574Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-16T07:38:09.1500411Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitesttemp.blob.core.windows.net/\",\r\n \"queue\": \"https://weitesttemp.queue.core.windows.net/\",\r\n \"table\": \"https://weitesttemp.table.core.windows.net/\",\r\n \"file\": \"https://weitesttemp.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiatest/providers/Microsoft.Storage/storageAccounts/xplat102\",\r\n \"name\": \"xplat102\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-14T10:35:58.9086868Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-14T10:35:58.9086868Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-09T02:40:55.6250337Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplat102.blob.core.windows.net/\",\r\n \"queue\": \"https://xplat102.queue.core.windows.net/\",\r\n \"table\": \"https://xplat102.table.core.windows.net/\",\r\n \"file\": \"https://xplat102.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westeurope\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagete1\",\r\n \"name\": \"weistagete1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.5054588Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.5054588Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T02:12:41.665605Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagete1.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagete1.queue.core.windows.net/\",\r\n \"table\": \"https://weistagete1.table.core.windows.net/\",\r\n \"file\": \"https://weistagete1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagete2\",\r\n \"name\": \"weistagete2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.817944Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.817944Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T02:17:45.3006755Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagete2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagete2.queue.core.windows.net/\",\r\n \"table\": \"https://weistagete2.table.core.windows.net/\",\r\n \"file\": \"https://weistagete2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm06\",\r\n \"name\": \"dmtestxplattestarm06\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:05.8179823Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T20:40:54.9098077Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm06.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm06.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm06.table.core.windows.net/\",\r\n \"file\": \"https://dmtestxplattestarm06.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm06-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm06-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm06-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestxplattestarm05\",\r\n \"name\": \"dmtestxplattestarm05\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:05.3017126Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-18T20:45:37.5124247Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm05.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm05.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm05.table.core.windows.net/\",\r\n \"file\": \"https://dmtestxplattestarm05.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestxplattestarm05-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestxplattestarm05-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestxplattestarm05-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonstg1\",\r\n \"name\": \"hasonstg1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.1461055Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-15T02:46:23.8391083Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonstg1.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg1.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg1.table.core.windows.net/\",\r\n \"file\": \"https://hasonstg1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastasia\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"southeastasia\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonstg1-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg1-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg1-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xplattestgvmcreate680/providers/Microsoft.Storage/storageAccounts/xplatteststorage16712\",\r\n \"name\": \"xplatteststorage16712\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.1911038Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-02T22:52:06.1911038Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-22T03:44:03.0273604Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xplatteststorage16712.blob.core.windows.net/\",\r\n \"queue\": \"https://xplatteststorage16712.queue.core.windows.net/\",\r\n \"table\": \"https://xplatteststorage16712.table.core.windows.net/\",\r\n \"file\": \"https://xplatteststorage16712.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"southeastasia\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm03\",\r\n \"name\": \"dmtestpshtestarm03\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2585367Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2585367Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-19T14:09:59.2038888Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm03.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm03.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm03.table.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm03.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japaneast\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"japanwest\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm03-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm03-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm03-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtest/providers/Microsoft.Storage/storageAccounts/dmtestpshtestarm04\",\r\n \"name\": \"dmtestpshtestarm04\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"japaneast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2898498Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-25T15:33:58.2898498Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-19T14:10:38.8790472Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm04.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm04.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm04.table.core.windows.net/\",\r\n \"file\": \"https://dmtestpshtestarm04.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"japaneast\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"japanwest\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestpshtestarm04-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestpshtestarm04-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestpshtestarm04-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl9\",\r\n \"name\": \"weiacl9\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T22:28:45.6382258Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-06T22:28:45.6382258Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-20T09:40:32.4250829Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl9.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl9.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl9.table.core.windows.net/\",\r\n \"file\": \"https://weiacl9.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"westcentralus\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6414/providers/Microsoft.Storage/storageAccounts/sto7089\",\r\n \"name\": \"sto7089\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:32.1202193Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:32.1202193Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7089.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7089.queue.core.windows.net/\",\r\n \"table\": \"https://sto7089.table.core.windows.net/\",\r\n \"file\": \"https://sto7089.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer003\",\r\n \"name\": \"yaxiaer003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.46721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T03:13:02.0492049Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer003.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer003.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry1\",\r\n \"name\": \"weistoragetry1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:18:39.1784485Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:18:39.1784485Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:18:39.1003209Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry1.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry1.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry1.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmkstage\",\r\n \"name\": \"weicmkstage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-26T03:04:33.3138092Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmkstage.blob.core.windows.net/\",\r\n \"queue\": \"https://weicmkstage.queue.core.windows.net/\",\r\n \"table\": \"https://weicmkstage.table.core.windows.net/\",\r\n \"file\": \"https://weicmkstage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm03\",\r\n \"name\": \"dmtestazarm03\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2640936Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-31T08:14:39.3500563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm03.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm03.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm03.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm03.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm03-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm03-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm03-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm02\",\r\n \"name\": \"dmtestazarm02\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2640936Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-28T08:19:16.9944132Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm02.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm02.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm02.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm02.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm02-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm02-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm02-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm01\",\r\n \"name\": \"dmtestazarm01\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2640936Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-28T08:18:06.4447141Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm01.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm01.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm01.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm01.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm01-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm01-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm01-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm06\",\r\n \"name\": \"dmtestazarm06\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2797246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-11-01T23:15:19.0219865Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm06.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm06.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm06.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm06.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm06-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm06-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm06-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm05\",\r\n \"name\": \"dmtestazarm05\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2797246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-11-01T08:43:33.8647401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm05.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm05.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm05.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm05.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm05-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm05-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm05-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm04\",\r\n \"name\": \"dmtestazarm04\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2797246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-31T08:15:34.0289162Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm04.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm04.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm04.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm04.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm04-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm04-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm04-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest10s\",\r\n \"name\": \"browserifytest10s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:32:17.0791266Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest10s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest10s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest10s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest10s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest10s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest10s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest10s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer006\",\r\n \"name\": \"yaxiaer006\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4984505Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-20T03:09:08.2543678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer006.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer006.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer006.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer006.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/acltester\",\r\n \"name\": \"acltester\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"20.1.1.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"28.0.0.0/19\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"129.0.2.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1547594Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-11T09:33:51.6007786Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://acltester.blob.core.windows.net/\",\r\n \"queue\": \"https://acltester.queue.core.windows.net/\",\r\n \"table\": \"https://acltester.table.core.windows.net/\",\r\n \"file\": \"https://acltester.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest\",\r\n \"name\": \"weistagetest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"28.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4047141Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-22T02:00:52.5144153Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetestnew\",\r\n \"name\": \"weistagetestnew\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-03T02:36:15.6859342Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetestnew.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetestnew.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetestnew.table.core.windows.net/\",\r\n \"file\": \"https://weistagetestnew.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3462/providers/Microsoft.Storage/storageAccounts/sto5936\",\r\n \"name\": \"sto5936\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:41:52.2403755Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:41:52.2248075Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5936.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5936.queue.core.windows.net/\",\r\n \"table\": \"https://sto5936.table.core.windows.net/\",\r\n \"file\": \"https://sto5936.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/jasonrg/providers/Microsoft.Storage/storageAccounts/jasoneu2stage\",\r\n \"name\": \"jasoneu2stage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3109763Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-22T13:42:03.9196306Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneu2stage.blob.core.windows.net/\",\r\n \"queue\": \"https://jasoneu2stage.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneu2stage.table.core.windows.net/\",\r\n \"file\": \"https://jasoneu2stage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weizrsv2try2\",\r\n \"name\": \"weizrsv2try2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:39:25.2150559Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:39:25.2150559Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:39:25.1994378Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weizrsv2try2.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8216/providers/Microsoft.Storage/storageAccounts/sto3327\",\r\n \"name\": \"sto3327\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:07:05.5801309Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:07:05.5801309Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T18:07:05.5645559Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3327.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3327.queue.core.windows.net/\",\r\n \"table\": \"https://sto3327.table.core.windows.net/\",\r\n \"file\": \"https://sto3327.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res5427/providers/Microsoft.Storage/storageAccounts/sto7439\",\r\n \"name\": \"sto7439\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T06:48:50.9781049Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T06:48:50.9781049Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T06:48:50.9625101Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7439.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7439.queue.core.windows.net/\",\r\n \"table\": \"https://sto7439.table.core.windows.net/\",\r\n \"file\": \"https://sto7439.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8077/providers/Microsoft.Storage/storageAccounts/sto268\",\r\n \"name\": \"sto268\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:51:33.2708032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:51:33.2708032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T17:51:33.2551901Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto268.blob.core.windows.net/\",\r\n \"queue\": \"https://sto268.queue.core.windows.net/\",\r\n \"table\": \"https://sto268.table.core.windows.net/\",\r\n \"file\": \"https://sto268.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry2\",\r\n \"name\": \"weistoragetry2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:20:26.9058609Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:20:26.9058609Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:20:26.8902791Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry2.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry2.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiastaging\",\r\n \"name\": \"yaxiastaging\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4984505Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-03T02:47:28.3421792Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiastaging.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiastaging.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiastaging.table.core.windows.net/\",\r\n \"file\": \"https://yaxiastaging.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest4\",\r\n \"name\": \"weistagetest4\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-25T10:41:26.4793544Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest4.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest4.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest4.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest4.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest3\",\r\n \"name\": \"weistagetest3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-25T09:51:52.9163213Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest3.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest3.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest3.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonstg2\",\r\n \"name\": \"hasonstg2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2953243Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-15T06:52:39.0339532Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonstg2.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg2.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg2.table.core.windows.net/\",\r\n \"file\": \"https://hasonstg2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonstg2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg2-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest2\",\r\n \"name\": \"weistagetest2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"28.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"25.8.9.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4203253Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-23T10:11:15.5125373Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest2.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest2.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistage\",\r\n \"name\": \"xiaonlistage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4359506Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-24T03:00:13.6204133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistage.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistage.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistage.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlistage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistage-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer001\",\r\n \"name\": \"yaxiaer001\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"t1\": \"b\",\r\n \"t2\": \"c\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-17T09:01:34.3477097Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer001.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer001.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer001.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer001.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer001-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer001-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer001-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistageblob2\",\r\n \"name\": \"xiaonlistageblob2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-26T08:11:43.4127439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob2.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlius2stage\",\r\n \"name\": \"xiaonlius2stage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-20T16:18:53.011753Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlius2stage.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlius2stage.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlius2stage.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlius2stage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest8s\",\r\n \"name\": \"browserifytest8s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1703464Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:39:02.686058Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest8s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest8s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest8s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest8s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest8s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest8s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest8s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest9s\",\r\n \"name\": \"browserifytest9s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:23:17.5365493Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest9s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest9s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest9s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest9s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest9s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest9s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest9s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimu\",\r\n \"name\": \"weiimu\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-06T11:00:58.05805Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-06T11:00:58.05805Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-06T11:00:58.0112091Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimu.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimu.queue.core.windows.net/\",\r\n \"table\": \"https://weiimu.table.core.windows.net/\",\r\n \"file\": \"https://weiimu.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiv2try3\",\r\n \"name\": \"weiv2try3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:52:44.5648964Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:52:44.5648964Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:52:44.5492965Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiv2try3.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest6s\",\r\n \"name\": \"browserifytest6s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1703464Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:37:18.6964406Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest6s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest6s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest6s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest6s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest6s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest6s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest6s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest7s\",\r\n \"name\": \"browserifytest7s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.1703464Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:38:33.7895555Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest7s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest7s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest7s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest7s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest7s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest7s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest7s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistageblob\",\r\n \"name\": \"xiaonlistageblob\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4515757Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-26T07:48:44.4848874Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer004\",\r\n \"name\": \"yaxiaer004\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.46721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T04:37:30.930788Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer004.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer004.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer004.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer004.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonxplateastus2stg\",\r\n \"name\": \"hasonxplateastus2stg\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.2953243Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-06T01:56:35.4258163Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonxplateastus2stg.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonxplateastus2stg.queue.core.windows.net/\",\r\n \"table\": \"https://hasonxplateastus2stg.table.core.windows.net/\",\r\n \"file\": \"https://hasonxplateastus2stg.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonxplateastus2stg-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonxplateastus2stg-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonxplateastus2stg-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weistagelarge\",\r\n \"name\": \"weistagelarge\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4047141Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-23T07:23:28.3868333Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagelarge.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagelarge.queue.core.windows.net/\",\r\n \"table\": \"https://weistagelarge.table.core.windows.net/\",\r\n \"file\": \"https://weistagelarge.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer002\",\r\n \"name\": \"yaxiaer002\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.46721Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T03:04:41.3655107Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer002.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer002.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer002.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer002.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest11s\",\r\n \"name\": \"browserifytest11s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:51:54.0440895Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest11s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest11s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest11s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest11s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest11s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest11s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest11s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl8\",\r\n \"name\": \"weiacl8\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-22T02:39:33.7475413Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl8.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl8.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl8.table.core.windows.net/\",\r\n \"file\": \"https://weiacl8.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimmu1\",\r\n \"name\": \"weiimmu1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-15T08:33:22.1603291Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-15T08:33:22.1603291Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-15T08:33:22.097813Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimmu1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimmu1.queue.core.windows.net/\",\r\n \"table\": \"https://weiimmu1.table.core.windows.net/\",\r\n \"file\": \"https://weiimmu1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4383/providers/Microsoft.Storage/storageAccounts/sto1930\",\r\n \"name\": \"sto1930\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:08:04.3245107Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:08:04.3245107Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T18:08:04.3067336Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1930.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1930.queue.core.windows.net/\",\r\n \"table\": \"https://sto1930.table.core.windows.net/\",\r\n \"file\": \"https://sto1930.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3044/providers/Microsoft.Storage/storageAccounts/sto3007\",\r\n \"name\": \"sto3007\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:56:13.3702499Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:56:13.3702499Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T17:56:13.3546257Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3007.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3007.queue.core.windows.net/\",\r\n \"table\": \"https://sto3007.table.core.windows.net/\",\r\n \"file\": \"https://sto3007.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl1\",\r\n \"name\": \"weiacl1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3734681Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-06-05T09:01:23.8475485Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl1.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl1.table.core.windows.net/\",\r\n \"file\": \"https://weiacl1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer007\",\r\n \"name\": \"yaxiaer007\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4984505Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-20T03:17:45.6379705Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer007.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl4\",\r\n \"name\": \"weiacl4\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T16:37:37.2175052Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl4.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl4.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl4.table.core.windows.net/\",\r\n \"file\": \"https://weiacl4.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weiencrypt1\",\r\n \"name\": \"weiencrypt1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4047141Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-21T08:55:29.9834228Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiencrypt1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiencrypt1.queue.core.windows.net/\",\r\n \"table\": \"https://weiencrypt1.table.core.windows.net/\",\r\n \"file\": \"https://weiencrypt1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl5\",\r\n \"name\": \"weiacl5\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-17T08:32:17.4354839Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl5.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl5.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl5.table.core.windows.net/\",\r\n \"file\": \"https://weiacl5.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl6\",\r\n \"name\": \"weiacl6\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-10T02:40:39.5664796Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl6.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl6.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl6.table.core.windows.net/\",\r\n \"file\": \"https://weiacl6.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl7\",\r\n \"name\": \"weiacl7\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Metrics, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"10.1.1.0/4\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"28.0.0.0/19\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"129.0.2.0/5\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.3890861Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-22T02:22:28.6382872Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl7.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl7.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl7.table.core.windows.net/\",\r\n \"file\": \"https://weiacl7.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weitestacl3\",\r\n \"name\": \"weitestacl3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T07:43:37.1567961Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weitestacl3.blob.core.windows.net/\",\r\n \"queue\": \"https://weitestacl3.queue.core.windows.net/\",\r\n \"table\": \"https://weitestacl3.table.core.windows.net/\",\r\n \"file\": \"https://weitestacl3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer005\",\r\n \"name\": \"yaxiaer005\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-07T00:34:27.4828259Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T06:29:57.3019877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer005.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer005.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer005-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer005-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/jasonrg/providers/Microsoft.Storage/storageAccounts/jasoneu2euap\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"jasoneu2euap\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-22T13:54:05.044626Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T00:23:09.0638349Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T12:40:04.321896Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneu2euap.blob.core.windows.net/\",\r\n \"file\": \"https://jasoneu2euap.file.core.windows.net/\",\r\n \"queue\": \"https://jasoneu2euap.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneu2euap.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/testcmk3\",\r\n \"identity\": {\r\n \"principalId\": \"22993634-7e5d-4a1b-bf23-cf8893c50931\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"testcmk3\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:47:21.7416Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:05:14.1162798Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-13T21:35:28.6851031Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testcmk3.blob.core.windows.net/\",\r\n \"file\": \"https://testcmk3.file.core.windows.net/\",\r\n \"queue\": \"https://testcmk3.queue.core.windows.net/\",\r\n \"table\": \"https://testcmk3.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl2\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weiacl2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-07T09:32:10.5444215Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:24:59.3738934Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:36.8377602Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"20.10.0.0/16\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"20.11.0.0/16\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiacl2.blob.core.windows.net/\",\r\n \"file\": \"https://weiacl2.file.core.windows.net/\",\r\n \"queue\": \"https://weiacl2.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weicmk2\",\r\n \"identity\": {\r\n \"principalId\": \"bcbfc3b8-b096-4108-9a22-6c6e1b49bff0\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk2\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-19T03:00:28.512661Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-06-28T06:07:46.315647Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-10-14T01:11:39.4949823Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk2.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk2.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk2.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weicmk3/providers/Microsoft.Storage/storageAccounts/weicmk3\",\r\n \"identity\": {\r\n \"principalId\": \"7d978bac-4f45-4aae-9961-ac16d281e018\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"weicmk3\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-05-19T08:36:09.3855694Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Keyvault\",\r\n \"keyvaultproperties\": {\r\n \"keyname\": \"weikey3\",\r\n \"keyvaulturi\": \"https://weikeyvaultcmk3.vault.azure.net/\",\r\n \"keyversion\": \"23f86448623f4f5fa642cd431096529f\"\r\n },\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-22T03:01:25.8872979Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-05-22T02:58:40.6718333Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weicmk3.blob.core.windows.net/\",\r\n \"file\": \"https://weicmk3.file.core.windows.net/\",\r\n \"queue\": \"https://weicmk3.queue.core.windows.net/\",\r\n \"table\": \"https://weicmk3.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer003\",\r\n \"name\": \"yaxiaer003\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2999771Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2999771Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T03:13:02.0492049Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer003.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer003.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1651/providers/Microsoft.Storage/storageAccounts/sto3954\",\r\n \"name\": \"sto3954\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:27.8265747Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:27.8265747Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:25:27.76407Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3954.web.core.windows.net/\",\r\n \"blob\": \"https://sto3954.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3954.queue.core.windows.net/\",\r\n \"table\": \"https://sto3954.table.core.windows.net/\",\r\n \"file\": \"https://sto3954.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiwebtest\",\r\n \"name\": \"weiwebtest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-09T08:07:07.5286091Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-09T08:07:07.5286091Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-09T08:07:07.4348556Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://weiwebtest.web.core.windows.net/\",\r\n \"blob\": \"https://weiwebtest.blob.core.windows.net/\",\r\n \"queue\": \"https://weiwebtest.queue.core.windows.net/\",\r\n \"table\": \"https://weiwebtest.table.core.windows.net/\",\r\n \"file\": \"https://weiwebtest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4940/providers/Microsoft.Storage/storageAccounts/sto7478\",\r\n \"name\": \"sto7478\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-23T09:43:18.6145793Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-23T09:43:18.6145793Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-23T09:43:18.5989502Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7478.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7478.queue.core.windows.net/\",\r\n \"table\": \"https://sto7478.table.core.windows.net/\",\r\n \"file\": \"https://sto7478.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry1\",\r\n \"name\": \"weistoragetry1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:18:39.1784485Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:18:39.1784485Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:18:39.1003209Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry1.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry1.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry1.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimmu2\",\r\n \"name\": \"weiimmu2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-21T02:16:46.8419188Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-21T02:16:46.8419188Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-21T02:16:46.7950531Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimmu2.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimmu2.queue.core.windows.net/\",\r\n \"table\": \"https://weiimmu2.table.core.windows.net/\",\r\n \"file\": \"https://weiimmu2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm03\",\r\n \"name\": \"dmtestazarm03\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.7061841Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.7061841Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-31T08:14:39.3500563Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm03.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm03.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm03.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm03.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm03-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm03-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm03-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm02\",\r\n \"name\": \"dmtestazarm02\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.6436715Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.6436715Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-28T08:19:16.9944132Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm02.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm02.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm02.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm02.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm02-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm02-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm02-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm01\",\r\n \"name\": \"dmtestazarm01\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.6124214Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.6124214Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-28T08:18:06.4447141Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm01.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm01.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm01.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm01.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm01-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm01-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm01-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm06\",\r\n \"name\": \"dmtestazarm06\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.8468001Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.8468001Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-11-01T23:15:19.0219865Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm06.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm06.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm06.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm06.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm06-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm06-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm06-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm05\",\r\n \"name\": \"dmtestazarm05\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.7842978Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.7842978Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-11-01T08:43:33.8647401Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm05.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm05.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm05.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm05.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm05-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm05-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm05-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xdmtesteu2/providers/Microsoft.Storage/storageAccounts/dmtestazarm04\",\r\n \"name\": \"dmtestazarm04\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.7530595Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.7530595Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-10-31T08:15:34.0289162Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm04.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm04.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm04.table.core.windows.net/\",\r\n \"file\": \"https://dmtestazarm04.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://dmtestazarm04-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://dmtestazarm04-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://dmtestazarm04-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest10s\",\r\n \"name\": \"browserifytest10s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.2374318Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.2374318Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:32:17.0791266Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest10s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest10s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest10s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest10s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest10s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest10s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest10s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9771/providers/Microsoft.Storage/storageAccounts/sto4089\",\r\n \"name\": \"sto4089\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T04:50:15.970443Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T04:50:15.970443Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T04:50:15.9079471Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4089.blob.core.windows.net/\",\r\n \"queue\": \"https://sto4089.queue.core.windows.net/\",\r\n \"table\": \"https://sto4089.table.core.windows.net/\",\r\n \"file\": \"https://sto4089.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res477/providers/Microsoft.Storage/storageAccounts/sto1832\",\r\n \"name\": \"sto1832\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T03:51:29.2760404Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T03:51:29.2760404Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T03:51:29.1510578Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1832.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1832.queue.core.windows.net/\",\r\n \"table\": \"https://sto1832.table.core.windows.net/\",\r\n \"file\": \"https://sto1832.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer006\",\r\n \"name\": \"yaxiaer006\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.4249425Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.4249425Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-20T03:09:08.2543678Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer006.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer006.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer006.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer006.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest\",\r\n \"name\": \"weistagetest\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"28.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.8468197Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.8468197Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-22T02:00:52.5144153Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetestnew\",\r\n \"name\": \"weistagetestnew\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.0499433Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.0499433Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-03T02:36:15.6859342Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetestnew.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetestnew.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetestnew.table.core.windows.net/\",\r\n \"file\": \"https://weistagetestnew.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/jasonrg/providers/Microsoft.Storage/storageAccounts/jasoneu2stage\",\r\n \"name\": \"jasoneu2stage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.9717995Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.9717995Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-22T13:42:03.9196306Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneu2stage.blob.core.windows.net/\",\r\n \"queue\": \"https://jasoneu2stage.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneu2stage.table.core.windows.net/\",\r\n \"file\": \"https://jasoneu2stage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2731/providers/Microsoft.Storage/storageAccounts/sto1270\",\r\n \"name\": \"sto1270\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:48.2763307Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:25:48.2763307Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:25:48.2138724Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1270.web.core.windows.net/\",\r\n \"blob\": \"https://sto1270.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1270.queue.core.windows.net/\",\r\n \"table\": \"https://sto1270.table.core.windows.net/\",\r\n \"file\": \"https://sto1270.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weizrsv2try2\",\r\n \"name\": \"weizrsv2try2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:39:25.2150559Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:39:25.2150559Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:39:25.1994378Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weizrsv2try2.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8216/providers/Microsoft.Storage/storageAccounts/sto3327\",\r\n \"name\": \"sto3327\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:07:05.5801309Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:07:05.5801309Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T18:07:05.5645559Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3327.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3327.queue.core.windows.net/\",\r\n \"table\": \"https://sto3327.table.core.windows.net/\",\r\n \"file\": \"https://sto3327.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8077/providers/Microsoft.Storage/storageAccounts/sto268\",\r\n \"name\": \"sto268\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:51:33.2708032Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:51:33.2708032Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T17:51:33.2551901Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto268.blob.core.windows.net/\",\r\n \"queue\": \"https://sto268.queue.core.windows.net/\",\r\n \"table\": \"https://sto268.table.core.windows.net/\",\r\n \"file\": \"https://sto268.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weistoragetry2\",\r\n \"name\": \"weistoragetry2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:20:26.9058609Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:20:26.9058609Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:20:26.8902791Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistoragetry2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistoragetry2.queue.core.windows.net/\",\r\n \"table\": \"https://weistoragetry2.table.core.windows.net/\",\r\n \"file\": \"https://weistoragetry2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiastaging\",\r\n \"name\": \"yaxiastaging\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.5343184Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.5343184Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-05-03T02:47:28.3421792Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiastaging.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiastaging.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiastaging.table.core.windows.net/\",\r\n \"file\": \"https://yaxiastaging.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest4\",\r\n \"name\": \"weistagetest4\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.003065Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.003065Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-25T10:41:26.4793544Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest4.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest4.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest4.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest4.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest3\",\r\n \"name\": \"weistagetest3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.9406096Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.9406096Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-25T09:51:52.9163213Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest3.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest3.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest3.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonstg2\",\r\n \"name\": \"hasonstg2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.8936993Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.8936993Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-15T06:52:39.0339532Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonstg2.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg2.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg2.table.core.windows.net/\",\r\n \"file\": \"https://hasonstg2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonstg2-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonstg2-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonstg2-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weistagetest2\",\r\n \"name\": \"weistagetest2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"28.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"25.8.9.0/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.9093404Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.9093404Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-23T10:11:15.5125373Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagetest2.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagetest2.queue.core.windows.net/\",\r\n \"table\": \"https://weistagetest2.table.core.windows.net/\",\r\n \"file\": \"https://weistagetest2.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistage\",\r\n \"name\": \"xiaonlistage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.1437166Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.1437166Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-24T03:00:13.6204133Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistage.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistage.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistage.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlistage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistage-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlistage-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlistage-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer001\",\r\n \"name\": \"yaxiaer001\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"t1\": \"b\",\r\n \"t2\": \"c\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2374518Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2374518Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-17T09:01:34.3477097Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer001.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer001.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer001.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer001.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer001-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer001-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer001-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistageblob2\",\r\n \"name\": \"xiaonlistageblob2\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.1905645Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.1905645Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-26T08:11:43.4127439Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob2.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob2.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9846/providers/Microsoft.Storage/storageAccounts/sto9227\",\r\n \"name\": \"sto9227\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-23T09:21:31.7855165Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-23T09:21:31.7855165Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-23T09:21:31.7698817Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9227.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9227.queue.core.windows.net/\",\r\n \"table\": \"https://sto9227.table.core.windows.net/\",\r\n \"file\": \"https://sto9227.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlius2stage\",\r\n \"name\": \"xiaonlius2stage\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2062262Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2062262Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-20T16:18:53.011753Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlius2stage.blob.core.windows.net/\",\r\n \"queue\": \"https://xiaonlius2stage.queue.core.windows.net/\",\r\n \"table\": \"https://xiaonlius2stage.table.core.windows.net/\",\r\n \"file\": \"https://xiaonlius2stage.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest8s\",\r\n \"name\": \"browserifytest8s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.4874287Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.4874287Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:39:02.686058Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest8s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest8s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest8s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest8s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest8s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest8s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest8s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest9s\",\r\n \"name\": \"browserifytest9s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.5499211Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.5499211Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:23:17.5365493Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest9s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest9s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest9s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest9s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest9s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest9s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest9s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimu\",\r\n \"name\": \"weiimu\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-06T11:00:58.05805Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-06T11:00:58.05805Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-06T11:00:58.0112091Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimu.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimu.queue.core.windows.net/\",\r\n \"table\": \"https://weiimu.table.core.windows.net/\",\r\n \"file\": \"https://weiimu.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4183/providers/Microsoft.Storage/storageAccounts/sto9018\",\r\n \"name\": \"sto9018\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T04:59:50.7625799Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T04:59:50.7625799Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T04:59:50.7000795Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9018.blob.core.windows.net/\",\r\n \"queue\": \"https://sto9018.queue.core.windows.net/\",\r\n \"table\": \"https://sto9018.table.core.windows.net/\",\r\n \"file\": \"https://sto9018.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitry/providers/Microsoft.Storage/storageAccounts/weiv2try3\",\r\n \"name\": \"weiv2try3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:52:44.5648964Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-20T03:52:44.5648964Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-11-20T03:52:44.5492965Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiv2try3.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest6s\",\r\n \"name\": \"browserifytest6s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.3780457Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.3780457Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:37:18.6964406Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest6s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest6s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest6s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest6s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest6s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest6s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest6s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest7s\",\r\n \"name\": \"browserifytest7s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.4249322Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.4249322Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-07-13T03:38:33.7895555Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest7s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest7s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest7s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest7s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest7s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest7s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest7s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/xiaonlistageblob\",\r\n \"name\": \"xiaonlistageblob\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.1749417Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.1749417Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-26T07:48:44.4848874Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://xiaonlistageblob-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://xiaonlistageblob-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer004\",\r\n \"name\": \"yaxiaer004\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.3311961Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.3311961Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T04:37:30.930788Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer004.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer004.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer004.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer004.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/hasonstg/providers/Microsoft.Storage/storageAccounts/hasonxplateastus2stg\",\r\n \"name\": \"hasonxplateastus2stg\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.9561866Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.9561866Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-04-06T01:56:35.4258163Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://hasonxplateastus2stg.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonxplateastus2stg.queue.core.windows.net/\",\r\n \"table\": \"https://hasonxplateastus2stg.table.core.windows.net/\",\r\n \"file\": \"https://hasonxplateastus2stg.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://hasonxplateastus2stg-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://hasonxplateastus2stg-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://hasonxplateastus2stg-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weistagelarge\",\r\n \"name\": \"weistagelarge\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.7530613Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.7530613Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-23T07:23:28.3868333Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weistagelarge.blob.core.windows.net/\",\r\n \"queue\": \"https://weistagelarge.queue.core.windows.net/\",\r\n \"table\": \"https://weistagelarge.table.core.windows.net/\",\r\n \"file\": \"https://weistagelarge.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer002\",\r\n \"name\": \"yaxiaer002\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2530709Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.2530709Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T03:04:41.3655107Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer002.blob.core.windows.net/\",\r\n \"queue\": \"https://yaxiaer002.queue.core.windows.net/\",\r\n \"table\": \"https://yaxiaer002.table.core.windows.net/\",\r\n \"file\": \"https://yaxiaer002.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3646/providers/Microsoft.Storage/storageAccounts/sto5543\",\r\n \"name\": \"sto5543\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T04:23:55.9619561Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T04:23:55.9619561Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T04:23:55.8837888Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5543.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5543.queue.core.windows.net/\",\r\n \"table\": \"https://sto5543.table.core.windows.net/\",\r\n \"file\": \"https://sto5543.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/xiaonlistg/providers/Microsoft.Storage/storageAccounts/browserifytest11s\",\r\n \"name\": \"browserifytest11s\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.2686731Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:45.2686731Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-09-17T13:51:54.0440895Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://browserifytest11s.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest11s.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest11s.table.core.windows.net/\",\r\n \"file\": \"https://browserifytest11s.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://browserifytest11s-secondary.blob.core.windows.net/\",\r\n \"queue\": \"https://browserifytest11s-secondary.queue.core.windows.net/\",\r\n \"table\": \"https://browserifytest11s-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res1990/providers/Microsoft.Storage/storageAccounts/sto5249\",\r\n \"name\": \"sto5249\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T03:53:38.5134246Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-26T03:53:38.5134246Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-03-26T03:53:38.4352456Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5249.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5249.queue.core.windows.net/\",\r\n \"table\": \"https://sto5249.table.core.windows.net/\",\r\n \"file\": \"https://sto5249.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiimmu1\",\r\n \"name\": \"weiimmu1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-15T08:33:22.1603291Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-15T08:33:22.1603291Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-15T08:33:22.097813Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiimmu1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiimmu1.queue.core.windows.net/\",\r\n \"table\": \"https://weiimmu1.table.core.windows.net/\",\r\n \"file\": \"https://weiimmu1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4383/providers/Microsoft.Storage/storageAccounts/sto1930\",\r\n \"name\": \"sto1930\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:08:04.3245107Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T18:08:04.3245107Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T18:08:04.3067336Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1930.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1930.queue.core.windows.net/\",\r\n \"table\": \"https://sto1930.table.core.windows.net/\",\r\n \"file\": \"https://sto1930.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3044/providers/Microsoft.Storage/storageAccounts/sto3007\",\r\n \"name\": \"sto3007\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:56:13.3702499Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-07T17:56:13.3702499Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-12-07T17:56:13.3546257Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3007.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3007.queue.core.windows.net/\",\r\n \"table\": \"https://sto3007.table.core.windows.net/\",\r\n \"file\": \"https://sto3007.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer007\",\r\n \"name\": \"yaxiaer007\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.4561996Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.4561996Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-20T03:17:45.6379705Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer007.blob.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weitest/providers/Microsoft.Storage/storageAccounts/weiacl4\",\r\n \"name\": \"weiacl4\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:46.0186846Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:46.0186846Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-03-10T16:37:37.2175052Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://weiacl4.web.core.windows.net/\",\r\n \"blob\": \"https://weiacl4.blob.core.windows.net/\",\r\n \"queue\": \"https://weiacl4.queue.core.windows.net/\",\r\n \"table\": \"https://weiacl4.table.core.windows.net/\",\r\n \"file\": \"https://weiacl4.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/weistagetest/providers/Microsoft.Storage/storageAccounts/weiencrypt1\",\r\n \"name\": \"weiencrypt1\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.7218106Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:47.7218106Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-04-21T08:55:29.9834228Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://weiencrypt1.blob.core.windows.net/\",\r\n \"queue\": \"https://weiencrypt1.queue.core.windows.net/\",\r\n \"table\": \"https://weiencrypt1.table.core.windows.net/\",\r\n \"file\": \"https://weiencrypt1.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"BlobStorage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/yaxiastaging/providers/Microsoft.Storage/storageAccounts/yaxiaer005\",\r\n \"name\": \"yaxiaer005\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.3780649Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-03-07T21:17:48.3780649Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Cool\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2016-03-18T06:29:57.3019877Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer005.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer005.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\",\r\n \"secondaryEndpoints\": {\r\n \"blob\": \"https://yaxiaer005-secondary.blob.core.windows.net/\",\r\n \"table\": \"https://yaxiaer005-secondary.table.core.windows.net/\"\r\n }\r\n }\r\n },\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/jasonrg/providers/Microsoft.Storage/storageAccounts/jasoneu2euap\",\r\n \"name\": \"jasoneu2euap\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-31T22:12:58.8789981Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-31T22:12:58.8789981Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-08-22T13:54:05.044626Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://jasoneu2euap.blob.core.windows.net/\",\r\n \"queue\": \"https://jasoneu2euap.queue.core.windows.net/\",\r\n \"table\": \"https://jasoneu2euap.table.core.windows.net/\",\r\n \"file\": \"https://jasoneu2euap.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n },\r\n {\r\n \"identity\": {\r\n \"principalId\": \"22993634-7e5d-4a1b-bf23-cf8893c50931\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"type\": \"SystemAssigned\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/testcmk3/providers/Microsoft.Storage/storageAccounts/testcmk3\",\r\n \"name\": \"testcmk3\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-31T22:12:58.9102489Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-31T22:12:58.9102489Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2017-05-24T07:47:21.7416Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://testcmk3.blob.core.windows.net/\",\r\n \"queue\": \"https://testcmk3.queue.core.windows.net/\",\r\n \"table\": \"https://testcmk3.table.core.windows.net/\",\r\n \"file\": \"https://testcmk3.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -401,7 +419,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:42:09 GMT" + "Wed, 11 Apr 2018 08:26:06 GMT" ], "Pragma": [ "no-cache" @@ -410,31 +428,26 @@ "Accept-Encoding" ], "x-ms-original-request-ids": [ - "3096baa5-7a60-4083-9bce-f85c097726c2", - "d69be3fb-defb-499a-b5c5-2e3dd00417cf", - "7445cef2-6da9-4b0b-9b25-7dd23ee4c5a1", - "d45f6959-d2d6-4232-b457-b8e92edeb63d", - "27f45127-d845-4da1-b77f-5b9d9cb9938b", - "37772892-d76d-4ca6-b7a1-758b459fce3d", - "05d49d8f-a8a5-40e6-ab47-de58d660a443", - "1679e473-243c-4fd0-882f-b58280334509", - "27698246-fe67-4d8e-91b3-a0fa73bc2073", - "c3352564-14f0-4057-b0fb-31270db4b73b" + "5bbb75fc-d65e-4ec1-a912-60438d00025c", + "2e6387ba-5b4d-414f-a3d0-ca8231197f25" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14949" + "14992" ], "x-ms-request-id": [ - "c3352564-14f0-4057-b0fb-31270db4b73b" + "ebd37e5b-a284-403c-a4e6-825155115a03" ], "x-ms-correlation-request-id": [ - "c3352564-14f0-4057-b0fb-31270db4b73b" + "ebd37e5b-a284-403c-a4e6-825155115a03" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074210Z:c3352564-14f0-4057-b0fb-31270db4b73b" + "SOUTHEASTASIA:20180411T082607Z:ebd37e5b-a284-403c-a4e6-825155115a03" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -442,12 +455,12 @@ ], "Names": { "CreateResourceGroup": [ - "res6414", - "res3462" + "res1651", + "res2731" ], "CreateStorageAccount": [ - "sto7089", - "sto5936" + "sto3954", + "sto1270" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListKeysTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListKeysTest.json index f7918ef333d7..b57469c31af8 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListKeysTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListKeysTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6426?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczY0MjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9704?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk3MDQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "56b52416-7224-438b-a604-e83aba0018b3" + "71696d54-10fe-4c6c-aec7-fcbf669c2fd4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6426\",\r\n \"name\": \"res6426\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9704\",\r\n \"name\": \"res9704\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:45:01 GMT" + "Wed, 11 Apr 2018 08:32:25 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "1177" ], "x-ms-request-id": [ - "6660095a-19af-4839-9acb-8f4c9b5d055a" + "3d894e26-025f-4ef5-94f1-1d778725d787" ], "x-ms-correlation-request-id": [ - "6660095a-19af-4839-9acb-8f4c9b5d055a" + "3d894e26-025f-4ef5-94f1-1d778725d787" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034502Z:6660095a-19af-4839-9acb-8f4c9b5d055a" + "SOUTHEASTASIA:20180411T083226Z:3d894e26-025f-4ef5-94f1-1d778725d787" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6426/providers/Microsoft.Storage/storageAccounts/sto9661?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY0MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NjYxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9704/providers/Microsoft.Storage/storageAccounts/sto2626?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk3MDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjI2P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "3114abdf-8534-4a08-92cd-994b6a956e79" + "da2b2956-51c4-448e-a994-ca45da9888ba" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:45:14 GMT" + "Wed, 11 Apr 2018 08:32:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a03c16c9-40d0-4cd8-ba9e-9dac08ae86c1?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7c19e15c-266e-409e-b7a5-64ef1a250dd4?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "6f90afc4-2df8-44f8-aec6-87b908f75ada" - ], - "x-ms-correlation-request-id": [ - "6f90afc4-2df8-44f8-aec6-87b908f75ada" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034514Z:6f90afc4-2df8-44f8-aec6-87b908f75ada" + "7c19e15c-266e-409e-b7a5-64ef1a250dd4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a03c16c9-40d0-4cd8-ba9e-9dac08ae86c1?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2EwM2MxNmM5LTQwZDAtNGNkOC1iYTllLTlkYWMwOGFlODZjMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:45:31 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a03c16c9-40d0-4cd8-ba9e-9dac08ae86c1?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14682" - ], - "x-ms-request-id": [ - "d28f971b-5671-431c-8797-9f7dccab387d" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1176" ], "x-ms-correlation-request-id": [ - "d28f971b-5671-431c-8797-9f7dccab387d" + "dc589527-a374-48cc-8a8d-ff83fc540ef2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034531Z:d28f971b-5671-431c-8797-9f7dccab387d" + "SOUTHEASTASIA:20180411T083229Z:dc589527-a374-48cc-8a8d-ff83fc540ef2" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/a03c16c9-40d0-4cd8-ba9e-9dac08ae86c1?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2EwM2MxNmM5LTQwZDAtNGNkOC1iYTllLTlkYWMwOGFlODZjMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/7c19e15c-266e-409e-b7a5-64ef1a250dd4?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzdjMTllMTVjLTI2NmUtNDA5ZS1iN2E1LTY0ZWYxYTI1MGRkND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6426/providers/Microsoft.Storage/storageAccounts/sto9661\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9661\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:45:04.607102Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:45:04.6090969Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:45:04.6090969Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9661.blob.core.windows.net/\",\r\n \"file\": \"https://sto9661.file.core.windows.net/\",\r\n \"queue\": \"https://sto9661.queue.core.windows.net/\",\r\n \"table\": \"https://sto9661.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9704/providers/Microsoft.Storage/storageAccounts/sto2626\",\r\n \"name\": \"sto2626\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:32:28.890807Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:32:28.890807Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:32:28.8439272Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto2626.web.core.windows.net/\",\r\n \"blob\": \"https://sto2626.blob.core.windows.net/\",\r\n \"queue\": \"https://sto2626.queue.core.windows.net/\",\r\n \"table\": \"https://sto2626.table.core.windows.net/\",\r\n \"file\": \"https://sto2626.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:45:48 GMT" + "Wed, 11 Apr 2018 08:32:45 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +169,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a33518ba-2148-41ea-85d3-e0949dcc1d86" + "32ec9a2f-fcb6-4c2b-86b7-74393395d68a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14681" + "14987" ], "x-ms-correlation-request-id": [ - "a33518ba-2148-41ea-85d3-e0949dcc1d86" + "29cc70bc-4b7e-4f22-a27f-1e5477cc2384" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034549Z:a33518ba-2148-41ea-85d3-e0949dcc1d86" + "SOUTHEASTASIA:20180411T083246Z:29cc70bc-4b7e-4f22-a27f-1e5477cc2384" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6426/providers/Microsoft.Storage/storageAccounts/sto9661/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY0MjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NjYxL2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9704/providers/Microsoft.Storage/storageAccounts/sto2626/listKeys?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk3MDQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8yNjI2L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bd5e5f40-8fd9-4c06-9e1d-99063021f541" + "15e5f9c1-bd05-4427-a08b-2efe571f8347" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"qraDs+BTJHAGxArDwRu/2Bkazc0+RUpdTvSDiVGrLXc+fYEOUsXjgV1E6hmYDpkom7zf9RqUeTIHhIpPumuuCQ==\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"pTiZzYAM7AeOlYZO1pPH/CS3S+342YX15C0U2aZA5C9Bnb1IYaWqQQVyM1cWw/jp4OCugGgd4M388SBTDXaRZg==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"L7wugqJ48eLd8LO3ae8jUlBsciG96DGK4DAbpbd2gmYbj/DYJ/TNTH2n+42emdBAlKIvvKmLcX07rY42YgaeZw==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"DetQls3yWogGsjSwJwV5anzek2SDhVDWj7jcjL+YRFCNNMohzoUSQVxgK2SI1Wx0v0ljrbD0qiAK0lYxzMziBw==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:45:49 GMT" + "Wed, 11 Apr 2018 08:32:45 GMT" ], "Pragma": [ "no-cache" @@ -279,26 +233,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f925829b-03ad-4c82-b472-1def69c6975f" + "b4221bae-bae4-40e2-a07d-42b1af725bda" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1175" ], "x-ms-correlation-request-id": [ - "f925829b-03ad-4c82-b472-1def69c6975f" + "248d8664-cebb-4bd8-8424-17dafa3a9483" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034549Z:f925829b-03ad-4c82-b472-1def69c6975f" + "SOUTHEASTASIA:20180411T083246Z:248d8664-cebb-4bd8-8424-17dafa3a9483" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -306,13 +262,13 @@ ], "Names": { "CreateResourceGroup": [ - "res6426" + "res9704" ], "CreateStorageAccount": [ - "sto9661" + "sto2626" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASTest.json index d859c2264cf6..a19cfd1d340f 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res3887?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczM4ODc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res2092?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczIwOTI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "8dc586b8-ced2-426f-b158-3dcb3e9dc74a" + "b52b3410-e738-4ce8-aa56-abbb94835eec" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3887\",\r\n \"name\": \"res3887\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2092\",\r\n \"name\": \"res2092\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:47:13 GMT" + "Wed, 11 Apr 2018 08:33:36 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1175" ], "x-ms-request-id": [ - "b8e1f31d-2478-4603-8b01-32b94325e7cb" + "2c5fa0ce-9756-4cf3-87ae-88e6fb03b7d7" ], "x-ms-correlation-request-id": [ - "b8e1f31d-2478-4603-8b01-32b94325e7cb" + "2c5fa0ce-9756-4cf3-87ae-88e6fb03b7d7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034714Z:b8e1f31d-2478-4603-8b01-32b94325e7cb" + "SOUTHEASTASIA:20180411T083337Z:2c5fa0ce-9756-4cf3-87ae-88e6fb03b7d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3887/providers/Microsoft.Storage/storageAccounts/sto1589?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM4ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTg5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2092/providers/Microsoft.Storage/storageAccounts/sto8616?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczIwOTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NjE2P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "89661ed2-8e15-4ed4-b8af-b1e1a7999def" + "fae362f1-cafc-4121-9b30-7c9b08cc5e8f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:47:27 GMT" + "Wed, 11 Apr 2018 08:33:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df8d9fb4-dd54-48fc-bbfb-6152b32aa973?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9a7370db-6a84-45e9-8229-170f42b3a4fa?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "44e28d36-e8ca-4dd3-8569-3e3ed92e28b6" - ], - "x-ms-correlation-request-id": [ - "44e28d36-e8ca-4dd3-8569-3e3ed92e28b6" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034727Z:44e28d36-e8ca-4dd3-8569-3e3ed92e28b6" + "9a7370db-6a84-45e9-8229-170f42b3a4fa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df8d9fb4-dd54-48fc-bbfb-6152b32aa973?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2RmOGQ5ZmI0LWRkNTQtNDhmYy1iYmZiLTYxNTJiMzJhYTk3Mz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:47:44 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df8d9fb4-dd54-48fc-bbfb-6152b32aa973?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14848" - ], - "x-ms-request-id": [ - "26baf19b-4dc7-447d-999d-b34102f8382f" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1174" ], "x-ms-correlation-request-id": [ - "26baf19b-4dc7-447d-999d-b34102f8382f" + "e4c3aa58-53d9-4783-907f-6496fa5508cd" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034745Z:26baf19b-4dc7-447d-999d-b34102f8382f" + "SOUTHEASTASIA:20180411T083339Z:e4c3aa58-53d9-4783-907f-6496fa5508cd" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/df8d9fb4-dd54-48fc-bbfb-6152b32aa973?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2RmOGQ5ZmI0LWRkNTQtNDhmYy1iYmZiLTYxNTJiMzJhYTk3Mz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/9a7370db-6a84-45e9-8229-170f42b3a4fa?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzlhNzM3MGRiLTZhODQtNDVlOS04MjI5LTE3MGY0MmIzYTRmYT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3887/providers/Microsoft.Storage/storageAccounts/sto1589\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1589\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:47:17.7731952Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:47:17.7751957Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:47:17.7761953Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1589.blob.core.windows.net/\",\r\n \"file\": \"https://sto1589.file.core.windows.net/\",\r\n \"queue\": \"https://sto1589.queue.core.windows.net/\",\r\n \"table\": \"https://sto1589.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2092/providers/Microsoft.Storage/storageAccounts/sto8616\",\r\n \"name\": \"sto8616\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:39.7622966Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:39.7622966Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:33:39.6997956Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto8616.web.core.windows.net/\",\r\n \"blob\": \"https://sto8616.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8616.queue.core.windows.net/\",\r\n \"table\": \"https://sto8616.table.core.windows.net/\",\r\n \"file\": \"https://sto8616.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:48:01 GMT" + "Wed, 11 Apr 2018 08:33:57 GMT" ], "Pragma": [ "no-cache" @@ -217,35 +169,37 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "64b70cfe-c946-468e-a3b6-062eda8a2b3c" + "9dfb5fbb-1d43-4372-9ade-ba0eeb770af5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14847" + "14982" ], "x-ms-correlation-request-id": [ - "64b70cfe-c946-468e-a3b6-062eda8a2b3c" + "cfce5e2e-7c40-446a-85a4-0c5368373268" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034802Z:64b70cfe-c946-468e-a3b6-062eda8a2b3c" + "SOUTHEASTASIA:20180411T083357Z:cfce5e2e-7c40-446a-85a4-0c5368373268" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3887/providers/Microsoft.Storage/storageAccounts/sto1589/ListServiceSas?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM4ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTg5L0xpc3RTZXJ2aWNlU2FzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res2092/providers/Microsoft.Storage/storageAccounts/sto8616/ListServiceSas?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczIwOTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84NjE2L0xpc3RTZXJ2aWNlU2FzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"canonicalizedResource\": \"/blob/sto1589/music\",\r\n \"signedResource\": \"c\",\r\n \"signedPermission\": \"rdwlacup\",\r\n \"signedProtocol\": \"https,http\",\r\n \"signedStart\": \"2017-11-17T03:48:02.4538106Z\",\r\n \"signedExpiry\": \"2017-11-17T04:48:02.4538106Z\",\r\n \"keyToSign\": \"key1\"\r\n}", + "RequestBody": "{\r\n \"canonicalizedResource\": \"/blob/sto8616/music\",\r\n \"signedResource\": \"c\",\r\n \"signedPermission\": \"rdwlacup\",\r\n \"signedProtocol\": \"https,http\",\r\n \"signedStart\": \"2018-04-11T08:33:57.4197001Z\",\r\n \"signedExpiry\": \"2018-04-11T09:33:57.4197001Z\",\r\n \"keyToSign\": \"key1\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -254,17 +208,17 @@ "275" ], "x-ms-client-request-id": [ - "bce25b85-3dd1-460a-9452-987c836a4f4c" + "bec2641e-3964-4ef5-b39e-f47e8d1c5041" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"serviceSasToken\": \"sv=2015-04-05&sr=c&spr=https,http&st=2017-11-17T03%3A48%3A02Z&se=2017-11-17T04%3A48%3A02Z&sp=rdwlacup&sig=8qOmqj2HGVE8bIwCI0iQ3y0y9mCTAvbex8FJnRgBHKc%3D\"\r\n}", + "ResponseBody": "{\r\n \"serviceSasToken\": \"sv=2015-04-05&sr=c&spr=https,http&st=2018-04-11T08%3A33%3A57.4197001Z&se=2018-04-11T09%3A33%3A57.4197001Z&sp=rdwlacup&sig=W7DKa%2BwR7cuNRMMr9UvoR60jlxYSJqCPZ3LuPHoq%2B9w%3D\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:48:02 GMT" + "Wed, 11 Apr 2018 08:33:57 GMT" ], "Pragma": [ "no-cache" @@ -285,26 +239,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d6fa0edf-66bb-49c7-b8b7-df8b251d0a13" + "f6344fe6-a150-4eaa-b83f-bf78af98f1aa" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1173" ], "x-ms-correlation-request-id": [ - "d6fa0edf-66bb-49c7-b8b7-df8b251d0a13" + "25b3e58c-1c12-4fd1-b12b-ec2fbdaac753" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034802Z:d6fa0edf-66bb-49c7-b8b7-df8b251d0a13" + "SOUTHEASTASIA:20180411T083357Z:25b3e58c-1c12-4fd1-b12b-ec2fbdaac753" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -312,13 +268,13 @@ ], "Names": { "CreateResourceGroup": [ - "res3887" + "res2092" ], "StorageAccountListServiceSASTest": [ - "sto1589" + "sto8616" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json index 5e59a81cb056..59326b11a5e1 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6742?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczY3NDI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9307?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkzMDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "0967e346-bfb7-4fb0-bae9-a374d8bf9f01" + "2f2019cb-6cea-4a03-bd45-23e5001046ed" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6742\",\r\n \"name\": \"res6742\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9307\",\r\n \"name\": \"res9307\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:24:05 GMT" + "Wed, 11 Apr 2018 08:21:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1183" ], "x-ms-request-id": [ - "282ffc51-503c-4440-9a92-231ff76bd47d" + "118ff04b-4262-45d3-b29f-20dfcc61df4c" ], "x-ms-correlation-request-id": [ - "282ffc51-503c-4440-9a92-231ff76bd47d" + "118ff04b-4262-45d3-b29f-20dfcc61df4c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032406Z:282ffc51-503c-4440-9a92-231ff76bd47d" + "SOUTHEASTASIA:20180411T082151Z:118ff04b-4262-45d3-b29f-20dfcc61df4c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6742/providers/Microsoft.Storage/storageAccounts/sto3461?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY3NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNDYxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9307/providers/Microsoft.Storage/storageAccounts/sto3951?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkzMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTUxP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "2cfdf8f9-c8f9-44c6-8cb5-4bb33926b6bb" + "396aae5b-dc8a-44b9-a85d-c7c0fd9dc8aa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:24:19 GMT" + "Wed, 11 Apr 2018 08:21:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6d344505-7d9f-45b0-8c22-12bf736542f4?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/41e57462-abfe-4889-b8a1-7400a4b5d371?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "5a3724fd-2ff1-4583-9817-ffd3051f3dbb" - ], - "x-ms-correlation-request-id": [ - "5a3724fd-2ff1-4583-9817-ffd3051f3dbb" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032420Z:5a3724fd-2ff1-4583-9817-ffd3051f3dbb" + "41e57462-abfe-4889-b8a1-7400a4b5d371" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6d344505-7d9f-45b0-8c22-12bf736542f4?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzZkMzQ0NTA1LTdkOWYtNDViMC04YzIyLTEyYmY3MzY1NDJmND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:24:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6d344505-7d9f-45b0-8c22-12bf736542f4?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14738" - ], - "x-ms-request-id": [ - "4f91cf44-3737-4eb6-b365-b3085961fb2d" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1182" ], "x-ms-correlation-request-id": [ - "4f91cf44-3737-4eb6-b365-b3085961fb2d" + "b7f938c3-8e47-43bc-b3a9-24cce6231daf" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032437Z:4f91cf44-3737-4eb6-b365-b3085961fb2d" + "SOUTHEASTASIA:20180411T082154Z:b7f938c3-8e47-43bc-b3a9-24cce6231daf" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6d344505-7d9f-45b0-8c22-12bf736542f4?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzZkMzQ0NTA1LTdkOWYtNDViMC04YzIyLTEyYmY3MzY1NDJmND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/41e57462-abfe-4889-b8a1-7400a4b5d371?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQxZTU3NDYyLWFiZmUtNDg4OS1iOGExLTc0MDBhNGI1ZDM3MT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6742/providers/Microsoft.Storage/storageAccounts/sto3461\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3461\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:24:09.9255427Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:24:09.9275409Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:24:09.9275409Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3461.blob.core.windows.net/\",\r\n \"file\": \"https://sto3461.file.core.windows.net/\",\r\n \"queue\": \"https://sto3461.queue.core.windows.net/\",\r\n \"table\": \"https://sto3461.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9307/providers/Microsoft.Storage/storageAccounts/sto3951\",\r\n \"name\": \"sto3951\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:21:53.8347698Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:21:53.8347698Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:21:53.7722634Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3951.web.core.windows.net/\",\r\n \"blob\": \"https://sto3951.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3951.queue.core.windows.net/\",\r\n \"table\": \"https://sto3951.table.core.windows.net/\",\r\n \"file\": \"https://sto3951.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:24:54 GMT" + "Wed, 11 Apr 2018 08:22:10 GMT" ], "Pragma": [ "no-cache" @@ -217,35 +169,37 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "62edaf5a-ea79-49fc-b400-4dd7e873127b" + "9c483453-bdbe-4f34-a8e5-404a2589a775" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14733" + "14984" ], "x-ms-correlation-request-id": [ - "62edaf5a-ea79-49fc-b400-4dd7e873127b" + "6782eaf3-4f06-4f63-87a9-dc7be7663943" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032454Z:62edaf5a-ea79-49fc-b400-4dd7e873127b" + "SOUTHEASTASIA:20180411T082211Z:6782eaf3-4f06-4f63-87a9-dc7be7663943" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6742/providers/Microsoft.Storage/storageAccounts/sto3461/ListServiceSas?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY3NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNDYxL0xpc3RTZXJ2aWNlU2FzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9307/providers/Microsoft.Storage/storageAccounts/sto3951/ListServiceSas?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkzMDcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTUxL0xpc3RTZXJ2aWNlU2FzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"canonicalizedResource\": \"/blob/sto3461/music\",\r\n \"signedResource\": \"c\",\r\n \"signedPermission\": \"rl\",\r\n \"signedExpiry\": \"2017-11-17T04:24:54.6679225Z\"\r\n}", + "RequestBody": "{\r\n \"canonicalizedResource\": \"/blob/sto3951/music\",\r\n \"signedResource\": \"c\",\r\n \"signedPermission\": \"rl\",\r\n \"signedExpiry\": \"2018-04-11T09:22:11.4831193Z\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -254,17 +208,17 @@ "160" ], "x-ms-client-request-id": [ - "0d76bd49-f8ee-4d01-8a33-b38fb8318528" + "2f835420-6918-4aa7-8a9b-ed9e6646008d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"serviceSasToken\": \"sv=2015-04-05&sr=c&se=2017-11-17T04%3A24%3A54Z&sp=rl&sig=qjUvamcRQ%2Bwv%2FyhEj9K18WMAORIFD3QQvF2JvG3r6no%3D\"\r\n}", + "ResponseBody": "{\r\n \"serviceSasToken\": \"sv=2015-04-05&sr=c&se=2018-04-11T09%3A22%3A11.4831193Z&sp=rl&sig=LLWndW23SYriUkBujrlkeJ5KER6%2F2GFrMLN3Yh%2B3WZA%3D\"\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:24:54 GMT" + "Wed, 11 Apr 2018 08:22:11 GMT" ], "Pragma": [ "no-cache" @@ -285,26 +239,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "eac9cf9b-3701-4178-b747-b6859aad83cd" + "68af34f9-90a7-487b-b208-a37265bdfc47" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1181" ], "x-ms-correlation-request-id": [ - "eac9cf9b-3701-4178-b747-b6859aad83cd" + "42d2ffdd-3e6d-49d5-a9e7-bd968b2c7e76" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032455Z:eac9cf9b-3701-4178-b747-b6859aad83cd" + "SOUTHEASTASIA:20180411T082211Z:42d2ffdd-3e6d-49d5-a9e7-bd968b2c7e76" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -312,13 +268,13 @@ ], "Names": { "CreateResourceGroup": [ - "res6742" + "res9307" ], "StorageAccountListServiceSASWithDefaultProperties": [ - "sto3461" + "sto3951" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json index f9610eab922d..de6084090df8 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res8287?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczgyODc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6092?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYwOTI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "e6561000-6352-42ae-9584-fd815240cc95" + "abb4b922-0f80-4d98-b1ad-29576f83dd74" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8287\",\r\n \"name\": \"res8287\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6092\",\r\n \"name\": \"res6092\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:22:57 GMT" + "Wed, 11 Apr 2018 08:21:16 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1187" ], "x-ms-request-id": [ - "ef29f1db-4af6-4b62-8491-a21532580149" + "38b356a6-17cb-4b11-ae05-232195023956" ], "x-ms-correlation-request-id": [ - "ef29f1db-4af6-4b62-8491-a21532580149" + "38b356a6-17cb-4b11-ae05-232195023956" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032257Z:ef29f1db-4af6-4b62-8491-a21532580149" + "SOUTHEASTASIA:20180411T082117Z:38b356a6-17cb-4b11-ae05-232195023956" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8287/providers/Microsoft.Storage/storageAccounts/sto1572?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczgyODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTcyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6092/providers/Microsoft.Storage/storageAccounts/sto3952?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYwOTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTUyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "05efa87a-185b-45f6-bd04-cd8f87fedcee" + "8a36c1c8-c0b9-406f-ab72-e09ce1c4e920" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:23:11 GMT" + "Wed, 11 Apr 2018 08:21:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/80338cdd-beb4-4302-863c-f277b126c533?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/317042a3-c2df-49f1-ad63-424fb548cc44?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "93c8955b-87c5-4acd-b4d1-45d1a90e38aa" - ], - "x-ms-correlation-request-id": [ - "93c8955b-87c5-4acd-b4d1-45d1a90e38aa" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032311Z:93c8955b-87c5-4acd-b4d1-45d1a90e38aa" + "317042a3-c2df-49f1-ad63-424fb548cc44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/80338cdd-beb4-4302-863c-f277b126c533?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzgwMzM4Y2RkLWJlYjQtNDMwMi04NjNjLWYyNzdiMTI2YzUzMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:23:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/80338cdd-beb4-4302-863c-f277b126c533?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" - ], - "x-ms-request-id": [ - "f91e7e48-bebd-4f72-91b1-cd8aad209d98" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1186" ], "x-ms-correlation-request-id": [ - "f91e7e48-bebd-4f72-91b1-cd8aad209d98" + "4eb50d55-d46b-4e8a-a453-8d1811bfb8d3" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032329Z:f91e7e48-bebd-4f72-91b1-cd8aad209d98" + "SOUTHEASTASIA:20180411T082120Z:4eb50d55-d46b-4e8a-a453-8d1811bfb8d3" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/80338cdd-beb4-4302-863c-f277b126c533?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzgwMzM4Y2RkLWJlYjQtNDMwMi04NjNjLWYyNzdiMTI2YzUzMz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/317042a3-c2df-49f1-ad63-424fb548cc44?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzMxNzA0MmEzLWMyZGYtNDlmMS1hZDYzLTQyNGZiNTQ4Y2M0ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8287/providers/Microsoft.Storage/storageAccounts/sto1572\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto1572\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:23:01.016172Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:23:01.0181716Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:23:01.0181716Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto1572.blob.core.windows.net/\",\r\n \"file\": \"https://sto1572.file.core.windows.net/\",\r\n \"queue\": \"https://sto1572.queue.core.windows.net/\",\r\n \"table\": \"https://sto1572.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6092/providers/Microsoft.Storage/storageAccounts/sto3952\",\r\n \"name\": \"sto3952\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:21:20.2470393Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:21:20.2470393Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:21:20.2001777Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3952.web.core.windows.net/\",\r\n \"blob\": \"https://sto3952.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3952.queue.core.windows.net/\",\r\n \"table\": \"https://sto3952.table.core.windows.net/\",\r\n \"file\": \"https://sto3952.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:23:46 GMT" + "Wed, 11 Apr 2018 08:21:37 GMT" ], "Pragma": [ "no-cache" @@ -217,35 +169,37 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0e477315-f89d-45b7-81c7-a71e7aa154c4" + "67ad29b6-a23e-4af3-8ae9-1e4d97b5d297" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14990" ], "x-ms-correlation-request-id": [ - "0e477315-f89d-45b7-81c7-a71e7aa154c4" + "d3968ad8-73cd-4e92-9428-a262f8945eb2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032346Z:0e477315-f89d-45b7-81c7-a71e7aa154c4" + "SOUTHEASTASIA:20180411T082138Z:d3968ad8-73cd-4e92-9428-a262f8945eb2" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res8287/providers/Microsoft.Storage/storageAccounts/sto1572/ListServiceSas?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczgyODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xNTcyL0xpc3RTZXJ2aWNlU2FzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6092/providers/Microsoft.Storage/storageAccounts/sto3952/ListServiceSas?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYwOTIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTUyL0xpc3RTZXJ2aWNlU2FzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", - "RequestBody": "{\r\n \"canonicalizedResource\": \"/blob/sto1572/music\",\r\n \"signedResource\": \"b\",\r\n \"signedPermission\": \"rl\"\r\n}", + "RequestBody": "{\r\n \"canonicalizedResource\": \"/blob/sto3952/music\",\r\n \"signedResource\": \"b\",\r\n \"signedPermission\": \"rl\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -254,14 +208,14 @@ "109" ], "x-ms-client-request-id": [ - "72976376-97a3-4999-abc8-6978afb5645d" + "d405b71c-dad9-4da1-95ba-faf636041c5e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"InvalidValuesForRequestParameters\",\r\n \"message\": \"Values for request parameters are invalid: signedExpiry.\"\r\n }\r\n}", @@ -279,29 +233,31 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:23:47 GMT" + "Wed, 11 Apr 2018 08:21:38 GMT" ], "Pragma": [ "no-cache" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "90987d5f-e584-4bc4-92bd-ec0c81845fa2" + "f5f0752f-5632-4d96-a0e1-6da46e015479" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1185" ], "x-ms-correlation-request-id": [ - "90987d5f-e584-4bc4-92bd-ec0c81845fa2" + "1301b461-e456-427e-b65c-ad97e6632282" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032347Z:90987d5f-e584-4bc4-92bd-ec0c81845fa2" + "SOUTHEASTASIA:20180411T082138Z:1301b461-e456-427e-b65c-ad97e6632282" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 400 @@ -309,13 +265,13 @@ ], "Names": { "CreateResourceGroup": [ - "res8287" + "res6092" ], "StorageAccountListServiceSASWithMissingProperties": [ - "sto1572" + "sto3952" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json index a01e34b1cb70..cd5868e094da 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountListWithEncryptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9615?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk2MTU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3419?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczM0MTk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "8892b955-3634-4fc4-9b5f-59d971a3952b" + "d327f50a-0e0d-419c-8902-fa09f8b4a751" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615\",\r\n \"name\": \"res9615\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3419\",\r\n \"name\": \"res3419\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,32 +38,35 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:44:31 GMT" + "Wed, 11 Apr 2018 08:36:39 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1174" ], "x-ms-request-id": [ - "5b608d65-9df2-4e52-aa77-a58256c9335c" + "7e1156bb-9bea-4993-8d37-abddea9d4c7a" ], "x-ms-correlation-request-id": [ - "5b608d65-9df2-4e52-aa77-a58256c9335c" + "7e1156bb-9bea-4993-8d37-abddea9d4c7a" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074431Z:5b608d65-9df2-4e52-aa77-a58256c9335c" + "SOUTHEASTASIA:20180411T083640Z:7e1156bb-9bea-4993-8d37-abddea9d4c7a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts/sto8379?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84Mzc5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3419/providers/Microsoft.Storage/storageAccounts/sto8816?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84ODE2P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -74,14 +77,14 @@ "407" ], "x-ms-client-request-id": [ - "1e38f6e0-d5bd-4574-8917-7163b929d06d" + "8d05962d-1379-4e94-8b82-51e646ef5bd7" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -90,7 +93,7 @@ "0" ], "Content-Type": [ - "application/json" + "text/plain; charset=utf-8" ], "Expires": [ "-1" @@ -99,13 +102,13 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:44:33 GMT" + "Wed, 11 Apr 2018 08:36:42 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d6c7c780-71c6-4057-a358-7125349b75ab?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c040adf9-7a0a-4d6b-84af-d139d480e322?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" @@ -114,35 +117,38 @@ "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d6c7c780-71c6-4057-a358-7125349b75ab" + "c040adf9-7a0a-4d6b-84af-d139d480e322" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1173" ], "x-ms-correlation-request-id": [ - "ac914081-d8da-41e1-88dd-f426e987f4ff" + "7195b65c-0556-4619-b9e3-4a594451ea66" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074434Z:ac914081-d8da-41e1-88dd-f426e987f4ff" + "SOUTHEASTASIA:20180411T083642Z:7195b65c-0556-4619-b9e3-4a594451ea66" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/d6c7c780-71c6-4057-a358-7125349b75ab?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2Q2YzdjNzgwLTcxYzYtNDA1Ny1hMzU4LTcxMjUzNDliNzVhYj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/c040adf9-7a0a-4d6b-84af-d139d480e322?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2MwNDBhZGY5LTdhMGEtNGQ2Yi04NGFmLWQxMzlkNDgwZTMyMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts/sto8379\",\r\n \"name\": \"sto8379\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:44:34.6490546Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8379.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8379.queue.core.windows.net/\",\r\n \"table\": \"https://sto8379.table.core.windows.net/\",\r\n \"file\": \"https://sto8379.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3419/providers/Microsoft.Storage/storageAccounts/sto8816\",\r\n \"name\": \"sto8816\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:36:42.7542958Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:36:42.7542958Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:36:42.691844Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto8816.web.core.windows.net/\",\r\n \"blob\": \"https://sto8816.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8816.queue.core.windows.net/\",\r\n \"table\": \"https://sto8816.table.core.windows.net/\",\r\n \"file\": \"https://sto8816.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -154,7 +160,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:44:50 GMT" + "Wed, 11 Apr 2018 08:37:00 GMT" ], "Pragma": [ "no-cache" @@ -169,41 +175,44 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "2ffe4505-4a5f-491c-9e16-8dd8d68018c1" + "a5e7ab33-91ca-4179-b883-0c35aa816114" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14940" + "14984" ], "x-ms-correlation-request-id": [ - "686ab425-e20b-4ad4-b5d8-2ba111a0c4c9" + "68554c2e-f79e-444c-bd29-6278c6f61453" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074451Z:686ab425-e20b-4ad4-b5d8-2ba111a0c4c9" + "SOUTHEASTASIA:20180411T083700Z:68554c2e-f79e-444c-bd29-6278c6f61453" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE3LTEwLTAx", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3419/providers/Microsoft.Storage/storageAccounts?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczM0MTkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f7bd477a-e22e-4872-8193-08391bab8a84" + "e9e534eb-ff22-4c69-8bc1-87db6fbd9c8b" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.5" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9615/providers/Microsoft.Storage/storageAccounts/sto8379\",\r\n \"name\": \"sto8379\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-01-02T07:44:34.6490546Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-01-02T07:44:34.6490546Z\",\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8379.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8379.queue.core.windows.net/\",\r\n \"table\": \"https://sto8379.table.core.windows.net/\",\r\n \"file\": \"https://sto8379.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"unavailable\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3419/providers/Microsoft.Storage/storageAccounts/sto8816\",\r\n \"name\": \"sto8816\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:36:42.7542958Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:36:42.7542958Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:36:42.691844Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto8816.web.core.windows.net/\",\r\n \"blob\": \"https://sto8816.blob.core.windows.net/\",\r\n \"queue\": \"https://sto8816.queue.core.windows.net/\",\r\n \"table\": \"https://sto8816.table.core.windows.net/\",\r\n \"file\": \"https://sto8816.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -215,7 +224,7 @@ "no-cache" ], "Date": [ - "Tue, 02 Jan 2018 07:44:51 GMT" + "Wed, 11 Apr 2018 08:37:00 GMT" ], "Pragma": [ "no-cache" @@ -230,19 +239,22 @@ "Accept-Encoding" ], "x-ms-request-id": [ - "dddd25c4-12c1-4568-b333-830e8cc06bbf" + "6f73c776-e3c1-48d9-bc89-02095c1ca7a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14939" + "14983" ], "x-ms-correlation-request-id": [ - "ffd96bb5-c493-40ea-8721-993ca5e843f8" + "0217d43a-c97a-4911-98ce-87b0acd7a2c4" ], "x-ms-routing-request-id": [ - "EASTASIA:20180102T074451Z:ffd96bb5-c493-40ea-8721-993ca5e843f8" + "SOUTHEASTASIA:20180411T083700Z:0217d43a-c97a-4911-98ce-87b0acd7a2c4" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -250,10 +262,10 @@ ], "Names": { "CreateResourceGroup": [ - "res9615" + "res3419" ], "StorageAccountListWithEncryptionTest": [ - "sto8379" + "sto8816" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountOperationsTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountOperationsTest.json index 9a9c3d2ea77f..7d7481cd45d3 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountOperationsTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountOperationsTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res2168?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczIxNjg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3344?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczMzNDQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "05921af0-0476-406a-adf4-c392b608801e" + "055520d2-f5f1-4374-b149-40be8bbdaad0" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2168\",\r\n \"name\": \"res2168\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3344\",\r\n \"name\": \"res3344\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,47 +38,50 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:55 GMT" + "Wed, 11 Apr 2018 08:26:58 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1188" ], "x-ms-request-id": [ - "c3091172-7f01-4721-bc69-e914ece6c4a6" + "68c24302-10db-47e4-b008-0719b3270f9b" ], "x-ms-correlation-request-id": [ - "c3091172-7f01-4721-bc69-e914ece6c4a6" + "68c24302-10db-47e4-b008-0719b3270f9b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033355Z:c3091172-7f01-4721-bc69-e914ece6c4a6" + "SOUTHEASTASIA:20180411T082659Z:68c24302-10db-47e4-b008-0719b3270f9b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/providers/Microsoft.Storage/operations?api-version=2017-10-01", - "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/providers/Microsoft.Storage/operations?api-version=2018-02-01", + "EncodedRequestUri": "L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9vcGVyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e0504ff7-dfe1-4613-be1f-1a7b471cbabf" + "e7d02b84-0ec8-4002-a50d-0bb0f36d7381" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Create/Update Storage Account\",\r\n \"description\": \"Creates a storage account with the specified parameters or update the properties or tags or adds custom domain for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/delete\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Delete Storage Account\",\r\n \"description\": \"Deletes an existing storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"List Storage Account Keys\",\r\n \"description\": \"Returns the access keys for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Regenerate Storage Account Keys\",\r\n \"description\": \"Regenerates the access keys for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/checknameavailability/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Name Availability\",\r\n \"operation\": \"Check Name Availability\",\r\n \"description\": \"Checks that account name is valid and is not in use.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"List/Get Storage Account(s)\",\r\n \"description\": \"Returns the list of storage accounts or gets the properties for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/usages/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Usage Metrics\",\r\n \"operation\": \"Get Subscription Usages\",\r\n \"description\": \"Returns the limit and the current usage count for resources in the specified subscription\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listAccountSas/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Account SAS Token\",\r\n \"operation\": \"Returns Storage Account SAS Token\",\r\n \"description\": \"Returns the Account SAS token for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listServiceSas/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Returns the Service SAS token for the specified storage account.\",\r\n \"operation\": \"Returns Storage Service SAS Token\",\r\n \"description\": \"Storage Service SAS Token\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/locations/deleteVirtualNetworkOrSubnets/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Location\",\r\n \"operation\": \"Delete virtual network or subnets notifications\",\r\n \"description\": \"Notifies Microsoft.Storage that virtual network or subnet is being deleted\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Operations\",\r\n \"operation\": \"Poll Asynchronous Operation\",\r\n \"description\": \"Polls the status of an asynchronous operation.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/locations/asyncoperations/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Async Operation\",\r\n \"operation\": \"Poll Asynchronous Operation\",\r\n \"description\": \"Polls the status of an asynchronous operation.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/register/action\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Resource Provider\",\r\n \"operation\": \"Registers the Storage Resource Provider\",\r\n \"description\": \"Registers the subscription for the storage resource provider and enables the creation of storage accounts.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/skus/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Skus\",\r\n \"operation\": \"List Skus\",\r\n \"description\": \"Lists the Skus supported by Microsoft.Storage.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/services/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Create/Update Diagnostic Settings\",\r\n \"description\": \"Create/Update storage account diagnostic settings\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"UsedCapacity\",\r\n \"displayName\": \"Used capacity\",\r\n \"displayDescription\": \"Account used capacity\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Blob service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"BlobCapacity\",\r\n \"displayName\": \"Blob Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s Blob service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"BlobType\",\r\n \"displayName\": \"Blob type\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"BlobCount\",\r\n \"displayName\": \"Blob Count\",\r\n \"displayDescription\": \"The number of Blob in the storage account’s Blob service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"BlobType\",\r\n \"displayName\": \"Blob type\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"ContainerCount\",\r\n \"displayName\": \"Blob Container Count\",\r\n \"displayDescription\": \"The number of containers in the storage account’s Blob service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Blob service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Blob service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Table service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"TableCapacity\",\r\n \"displayName\": \"Table Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s Table service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"TableCount\",\r\n \"displayName\": \"Table Count\",\r\n \"displayDescription\": \"The number of table in the storage account’s Table service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"TableEntityCount\",\r\n \"displayName\": \"Table Entity Count\",\r\n \"displayDescription\": \"The number of table entities in the storage account’s Table service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Table service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Table service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Queue service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"QueueCapacity\",\r\n \"displayName\": \"Queue Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s Queue service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"QueueCount\",\r\n \"displayName\": \"Queue Count\",\r\n \"displayDescription\": \"The number of queue in the storage account’s Queue service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"QueueMessageCount\",\r\n \"displayName\": \"Queue Message Count\",\r\n \"displayDescription\": \"The approximate number of queue messages in the storage account’s Queue service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Queue service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Queue service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"File service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"FileCapacity\",\r\n \"displayName\": \"File Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s File service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"FileCount\",\r\n \"displayName\": \"File Count\",\r\n \"displayDescription\": \"The number of file in the storage account’s File service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"FileShareCount\",\r\n \"displayName\": \"File Share Count\",\r\n \"displayDescription\": \"The number of file shares in the storage account’s File service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\"\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"File service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"File service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.Storage/locations/deleteVirtualNetworkOrSubnets/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Location\",\r\n \"operation\": \"Delete virtual network or subnets notifications\",\r\n \"description\": \"Notifies Microsoft.Storage that virtual network or subnet is being deleted\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/read\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Blobs\",\r\n \"operation\": \"Read Blob\",\r\n \"description\": \"Returns a blob or a list of blobs\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/write\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Blobs\",\r\n \"operation\": \"Write Blob\",\r\n \"description\": \"Returns the result of writing a blob\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/delete\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Blobs\",\r\n \"operation\": \"Delete blob\",\r\n \"description\": \"Returns the result of deleting a blob\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/blobs/add/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Blobs\",\r\n \"operation\": \"Add blob content\",\r\n \"description\": \"Returns the result of adding blob content\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers\",\r\n \"operation\": \"Delete blob container\",\r\n \"description\": \"Returns the result of deleting a container\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/extend/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers ImmutabilityPolicy\",\r\n \"operation\": \"Extend blob container immutability policy\",\r\n \"description\": \"Extend blob container immutability policy\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers ImmutabilityPolicy\",\r\n \"operation\": \"Delete blob container immutability policy\",\r\n \"description\": \"Delete blob container immutability policy\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers ImmutabilityPolicy\",\r\n \"operation\": \"Put blob container immutability policy\",\r\n \"description\": \"Put blob container immutability policy\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/lock/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers ImmutabilityPolicy\",\r\n \"operation\": \"Lock blob container immutability policy\",\r\n \"description\": \"Lock blob container immutability policy\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers ImmutabilityPolicy\",\r\n \"operation\": \"Get blob container immutability policy\",\r\n \"description\": \"Get blob container immutability policy\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers\",\r\n \"operation\": \"Get or list blob container(s)\",\r\n \"description\": \"Returns a container or a list of containers\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers\",\r\n \"operation\": \"Put or lease blob container\",\r\n \"description\": \"Returns the result of put or lease blob container\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/clearLegalHold/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers\",\r\n \"operation\": \"Clear blob container legal hold\",\r\n \"description\": \"Clear blob container legal hold\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/containers/setLegalHold/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Service Containers\",\r\n \"operation\": \"Set blob container legal hold\",\r\n \"description\": \"Set blob container legal hold\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Services\",\r\n \"operation\": \"Get queue service properties or statistics\",\r\n \"description\": \"Returns queue service properties or statistics.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Services\",\r\n \"operation\": \"Set queue service properties\",\r\n \"description\": \"Returns the result of setting queue service properties\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Queues\",\r\n \"operation\": \"Read a queue or list queues\",\r\n \"description\": \"Returns a queue or a list of queues.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Queues\",\r\n \"operation\": \"Write queue\",\r\n \"description\": \"Returns the result of writing a queue\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Queues\",\r\n \"operation\": \"Delete queue\",\r\n \"description\": \"Returns the result of deleting a queue\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/messages/read\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Messages\",\r\n \"operation\": \"Read message\",\r\n \"description\": \"Returns a message\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/messages/write\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Messages\",\r\n \"operation\": \"Write message\",\r\n \"description\": \"Returns the result of writing a message\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/messages/delete\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Messages\",\r\n \"operation\": \"Delete message\",\r\n \"description\": \"Returns the result of deleting a message\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/messages/add/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Messages\",\r\n \"operation\": \"Add message\",\r\n \"description\": \"Returns the result of adding a message\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/queues/messages/process/action\",\r\n \"isDataAction\": true,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Queue Service Messages\",\r\n \"operation\": \"Process message\",\r\n \"description\": \"Returns the result of processing a message\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Services\",\r\n \"operation\": \"Put blob service properties\",\r\n \"description\": \"Returns the result of put blob service properties\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/failover\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listkeys/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"List Storage Account Keys\",\r\n \"description\": \"Returns the access keys for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/regeneratekey/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Regenerate Storage Account Keys\",\r\n \"description\": \"Regenerates the access keys for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/register/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Resource Provider\",\r\n \"operation\": \"Registers the Storage Resource Provider\",\r\n \"description\": \"Registers the subscription for the storage resource provider and enables the creation of storage accounts.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/services/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Create/Update Diagnostic Settings\",\r\n \"description\": \"Create/Update storage account diagnostic settings.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"UsedCapacity\",\r\n \"displayName\": \"Used capacity\",\r\n \"displayDescription\": \"Account used capacity\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"resourceIdDimensionNameOverride\": \"AccountResourceId\",\r\n \"supportedAggregationTypes\": [\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Blob service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"BlobCapacity\",\r\n \"displayName\": \"Blob Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s Blob service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"BlobType\",\r\n \"displayName\": \"Blob type\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"BlobCount\",\r\n \"displayName\": \"Blob Count\",\r\n \"displayDescription\": \"The number of Blob in the storage account’s Blob service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"BlobType\",\r\n \"displayName\": \"Blob type\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"ContainerCount\",\r\n \"displayName\": \"Blob Container Count\",\r\n \"displayDescription\": \"The number of containers in the storage account’s Blob service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Blob service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Blob service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Table service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"TableCapacity\",\r\n \"displayName\": \"Table Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s Table service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"TableCount\",\r\n \"displayName\": \"Table Count\",\r\n \"displayDescription\": \"The number of table in the storage account’s Table service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"TableEntityCount\",\r\n \"displayName\": \"Table Entity Count\",\r\n \"displayDescription\": \"The number of table entities in the storage account’s Table service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Table service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/tableServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Table service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"File service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"FileCapacity\",\r\n \"displayName\": \"File Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s File service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"FileCount\",\r\n \"displayName\": \"File Count\",\r\n \"displayDescription\": \"The number of file in the storage account’s File service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"FileShareCount\",\r\n \"displayName\": \"File Share Count\",\r\n \"displayDescription\": \"The number of file shares in the storage account’s File service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"File service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/fileServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"File service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Queue service\",\r\n \"operation\": \"Get list of Microsoft Storage Metrics definitions\",\r\n \"description\": \"Get list of Microsoft Storage Metrics definitions.\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"QueueCapacity\",\r\n \"displayName\": \"Queue Capacity\",\r\n \"displayDescription\": \"The amount of storage used by the storage account’s Queue service in bytes.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"QueueCount\",\r\n \"displayName\": \"Queue Count\",\r\n \"displayDescription\": \"The number of queue in the storage account’s Queue service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"QueueMessageCount\",\r\n \"displayName\": \"Queue Message Count\",\r\n \"displayDescription\": \"The approximate number of queue messages in the storage account’s Queue service.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Capacity\",\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Transactions\",\r\n \"displayName\": \"Transactions\",\r\n \"displayDescription\": \"The number of requests made to a storage service or the specified API operation. This number includes successful and failed requests, as well as requests which produced errors. Use ResponseType dimension for the number of different type of response.\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"ResponseType\",\r\n \"displayName\": \"Response type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Ingress\",\r\n \"displayName\": \"Ingress\",\r\n \"displayDescription\": \"The amount of ingress data, in bytes. This number includes ingress from an external client into Azure Storage as well as ingress within Azure.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Egress\",\r\n \"displayName\": \"Egress\",\r\n \"displayDescription\": \"The amount of egress data, in bytes. This number includes egress from an external client into Azure Storage as well as egress within Azure. As a result, this number does not reflect billable egress.\",\r\n \"unit\": \"Bytes\",\r\n \"aggregationType\": \"Total\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessServerLatency\",\r\n \"displayName\": \"Success Server Latency\",\r\n \"displayDescription\": \"The average latency used by Azure Storage to process a successful request, in milliseconds. This value does not include the network latency specified in AverageE2ELatency.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"SuccessE2ELatency\",\r\n \"displayName\": \"Success E2E Latency\",\r\n \"displayDescription\": \"The average end-to-end latency of successful requests made to a storage service or the specified API operation, in milliseconds. This value includes the required processing time within Azure Storage to read the request, send the response, and receive acknowledgment of the response.\",\r\n \"unit\": \"Milliseconds\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\",\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n },\r\n {\r\n \"name\": \"Availability\",\r\n \"displayName\": \"Availability\",\r\n \"displayDescription\": \"The percentage of availability for the storage service or the specified API operation. Availability is calculated by taking the TotalBillableRequests value and dividing it by the number of applicable requests, including those that produced unexpected errors. All unexpected errors result in reduced availability for the storage service or the specified API operation.\",\r\n \"unit\": \"Percent\",\r\n \"aggregationType\": \"Average\",\r\n \"dimensions\": [\r\n {\r\n \"name\": \"GeoType\",\r\n \"displayName\": \"Geo type\",\r\n \"toBeExportedForShoebox\": true\r\n },\r\n {\r\n \"name\": \"ApiName\",\r\n \"displayName\": \"API name\",\r\n \"toBeExportedForShoebox\": true\r\n }\r\n ],\r\n \"fillGapWithZero\": false,\r\n \"category\": \"Transaction\",\r\n \"supportedAggregationTypes\": [\r\n \"Average\",\r\n \"Minimum\",\r\n \"Maximum\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Queue service\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/queueServices/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Queue service\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource.\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/skus/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Sku\",\r\n \"operation\": \"List Skus\",\r\n \"description\": \"Lists the Skus supported by Microsoft.Storage.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/operations/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Operations\",\r\n \"operation\": \"Poll Asynchronous Operation\",\r\n \"description\": \"Polls the status of an asynchronous operation.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/checknameavailability/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Name Availability\",\r\n \"operation\": \"Check Name Availability\",\r\n \"description\": \"Checks that account name is valid and is not in use.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/delete\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Delete Storage Account\",\r\n \"description\": \"Deletes an existing storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"List/Get Storage Account(s)\",\r\n \"description\": \"Returns the list of storage accounts or gets the properties for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listAccountSas/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Account SAS Token\",\r\n \"operation\": \"Returns Storage Account SAS Token\",\r\n \"description\": \"Returns the Account SAS token for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/listServiceSas/action\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Service SAS Token\",\r\n \"operation\": \"Returns Storage Service SAS Token\",\r\n \"description\": \"Returns the Service SAS token for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/write\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Accounts\",\r\n \"operation\": \"Create/Update Storage Account\",\r\n \"description\": \"Creates a storage account with the specified parameters or update the properties or tags or adds custom domain for the specified storage account.\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/usages/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Usage Metrics\",\r\n \"operation\": \"Get Subscription Usages\",\r\n \"description\": \"Returns the limit and the current usage count for resources in the specified subscription\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.Storage/storageAccounts/blobServices/read\",\r\n \"isDataAction\": false,\r\n \"display\": {\r\n \"provider\": \"Microsoft Storage\",\r\n \"resource\": \"Storage Blob Services\",\r\n \"operation\": \"Get blob service properties or statistics\",\r\n \"description\": \"Returns blob service properties or statistics\"\r\n }\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -90,7 +93,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:56 GMT" + "Wed, 11 Apr 2018 08:26:59 GMT" ], "Pragma": [ "no-cache" @@ -99,26 +102,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "cb64b8b3-6fe1-422b-ad64-421b3fde7afc" + "137c787b-96de-4c70-b01c-aa82dbe18044" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-tenant-reads": [ - "14998" + "14996" ], "x-ms-correlation-request-id": [ - "cb64b8b3-6fe1-422b-ad64-421b3fde7afc" + "3c9ce7cf-43e3-48e5-b1f6-3832c5619caf" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033356Z:cb64b8b3-6fe1-422b-ad64-421b3fde7afc" + "SOUTHEASTASIA:20180411T082700Z:3c9ce7cf-43e3-48e5-b1f6-3832c5619caf" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -126,13 +131,13 @@ ], "Names": { "StorageAccountOperationsTest": [ - "sto2" + "sto2820" ], "CreateResourceGroup": [ - "res2168" + "res3344" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountRegenerateKeyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountRegenerateKeyTest.json index a3dbd4251610..ad98e82beb7f 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountRegenerateKeyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountRegenerateKeyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res2840?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczI4NDA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res8889?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczg4ODk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "ef5786a3-765e-463f-8b06-6b4d136eb1ab" + "afd6fbb0-888e-48c0-b160-441cf58b973c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2840\",\r\n \"name\": \"res2840\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8889\",\r\n \"name\": \"res8889\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:53:21 GMT" + "Wed, 11 Apr 2018 08:38:46 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1182" + "1179" ], "x-ms-request-id": [ - "aa3acfbb-2d4d-4970-bb55-623cc2053362" + "9749e19f-9dac-48c9-9b60-f50e45fd0f37" ], "x-ms-correlation-request-id": [ - "aa3acfbb-2d4d-4970-bb55-623cc2053362" + "9749e19f-9dac-48c9-9b60-f50e45fd0f37" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035321Z:aa3acfbb-2d4d-4970-bb55-623cc2053362" + "SOUTHEASTASIA:20180411T083846Z:9749e19f-9dac-48c9-9b60-f50e45fd0f37" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2840/providers/Microsoft.Storage/storageAccounts/sto4227?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczI4NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MjI3P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8889/providers/Microsoft.Storage/storageAccounts/sto5138?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczg4ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MTM4P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "c307301a-64c7-4e55-ba12-f34bfa767784" + "c939a453-b15c-4383-9f76-eb0116a7f937" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:53:34 GMT" + "Wed, 11 Apr 2018 08:38:48 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5e03de03-e2b4-4ecb-bf3b-ce5771a02c87?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cb9544e0-5975-4cf7-90eb-f8b43a23354a?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1181" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d972d0bd-577a-4c7a-8188-d32fe1360ea9" - ], - "x-ms-correlation-request-id": [ - "d972d0bd-577a-4c7a-8188-d32fe1360ea9" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035334Z:d972d0bd-577a-4c7a-8188-d32fe1360ea9" + "cb9544e0-5975-4cf7-90eb-f8b43a23354a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5e03de03-e2b4-4ecb-bf3b-ce5771a02c87?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzVlMDNkZTAzLWUyYjQtNGVjYi1iZjNiLWNlNTc3MWEwMmM4Nz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:53:51 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5e03de03-e2b4-4ecb-bf3b-ce5771a02c87?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14771" - ], - "x-ms-request-id": [ - "c50e3514-042d-43e8-b6e4-47af385c4d80" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1178" ], "x-ms-correlation-request-id": [ - "c50e3514-042d-43e8-b6e4-47af385c4d80" + "4b0f03d8-3112-4a28-aee7-026bdf524373" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035352Z:c50e3514-042d-43e8-b6e4-47af385c4d80" + "SOUTHEASTASIA:20180411T083848Z:4b0f03d8-3112-4a28-aee7-026bdf524373" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5e03de03-e2b4-4ecb-bf3b-ce5771a02c87?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzVlMDNkZTAzLWUyYjQtNGVjYi1iZjNiLWNlNTc3MWEwMmM4Nz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/cb9544e0-5975-4cf7-90eb-f8b43a23354a?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2NiOTU0NGUwLTU5NzUtNGNmNy05MGViLWY4YjQzYTIzMzU0YT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2840/providers/Microsoft.Storage/storageAccounts/sto4227\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4227\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:53:24.8491417Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:53:24.8681423Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:53:24.8681423Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4227.blob.core.windows.net/\",\r\n \"file\": \"https://sto4227.file.core.windows.net/\",\r\n \"queue\": \"https://sto4227.queue.core.windows.net/\",\r\n \"table\": \"https://sto4227.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8889/providers/Microsoft.Storage/storageAccounts/sto5138\",\r\n \"name\": \"sto5138\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:38:48.5680208Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:38:48.5680208Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:38:48.5055156Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto5138.web.core.windows.net/\",\r\n \"blob\": \"https://sto5138.blob.core.windows.net/\",\r\n \"queue\": \"https://sto5138.queue.core.windows.net/\",\r\n \"table\": \"https://sto5138.table.core.windows.net/\",\r\n \"file\": \"https://sto5138.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:54:08 GMT" + "Wed, 11 Apr 2018 08:39:05 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +169,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b773f2c8-85ce-4c57-9e3a-930487c975f7" + "80e95b3d-1617-4553-8830-a80f40f43c96" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14769" + "14990" ], "x-ms-correlation-request-id": [ - "b773f2c8-85ce-4c57-9e3a-930487c975f7" + "798fd333-b464-48ab-832a-e87c1b889e7a" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035409Z:b773f2c8-85ce-4c57-9e3a-930487c975f7" + "SOUTHEASTASIA:20180411T083906Z:798fd333-b464-48ab-832a-e87c1b889e7a" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2840/providers/Microsoft.Storage/storageAccounts/sto4227/listKeys?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczI4NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MjI3L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8889/providers/Microsoft.Storage/storageAccounts/sto5138/listKeys?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczg4ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MTM4L2xpc3RLZXlzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "77af2bb7-edc9-494e-9ebc-d8b7917ef853" + "f7fca863-0f35-42de-8662-89b498a6f4f3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"uyjVuYQe8fkwqbo4G5xg+czADS5Bra3bEuAAxDeu8ZvCX05LsoVAHduM458+Z+a7wlVvIiW6vJxZMsDIYcyfGA==\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"wSytcymRHL+SN+peJjQGF0WwpN7yJ37FX9Jei6v/pRlAPc93SN0o1Gs7E5DGrprNyqTwVCtVjP8SZRNDdkxEsw==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"4yCEfOw2U90BJjakOUqOemECB4vYY4pJRzEPj+/QtamPey8VdqQSJ8Yd3wH7FB9iU5UWemMkqNYduPFW5Q2L2g==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"qJZrMd2iOqzFkX8jFfAxxrwWPlyw/AH0hKFXb0gjoe29OrOROUpF7TvlnuDbvD7m07wVX62sbcRK7YzSNTdYxw==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:54:08 GMT" + "Wed, 11 Apr 2018 08:39:05 GMT" ], "Pragma": [ "no-cache" @@ -279,33 +233,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "5a205fa2-b54b-4962-84da-f8686db82828" + "ae6c0b1b-ad0e-448d-9c5a-3d4a061340c0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1177" ], "x-ms-correlation-request-id": [ - "5a205fa2-b54b-4962-84da-f8686db82828" + "1f5f0afd-129f-49c7-9163-dc4d39ac651c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035409Z:5a205fa2-b54b-4962-84da-f8686db82828" + "SOUTHEASTASIA:20180411T083906Z:1f5f0afd-129f-49c7-9163-dc4d39ac651c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2840/providers/Microsoft.Storage/storageAccounts/sto4227/regenerateKey?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczI4NDAvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MjI3L3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res8889/providers/Microsoft.Storage/storageAccounts/sto5138/regenerateKey?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczg4ODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MTM4L3JlZ2VuZXJhdGVLZXk/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "POST", "RequestBody": "{\r\n \"keyName\": \"key2\"\r\n}", "RequestHeaders": { @@ -316,17 +272,17 @@ "25" ], "x-ms-client-request-id": [ - "ac3a765a-37f7-4bb3-b46a-800cad25a8f0" + "c68a423e-a98d-4b35-b4d7-decbd149921b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"uyjVuYQe8fkwqbo4G5xg+czADS5Bra3bEuAAxDeu8ZvCX05LsoVAHduM458+Z+a7wlVvIiW6vJxZMsDIYcyfGA==\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"permissions\": \"Full\",\r\n \"value\": \"TTTY0u/hoAIcyqiuJBnF7wX5lypAVGXOwNFObJDxbibTuxY1mQ8ZNkBiGEWcrDi0C9EJl6YVaYe6w6m77Y3aLw==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"keys\": [\r\n {\r\n \"keyName\": \"key1\",\r\n \"value\": \"4yCEfOw2U90BJjakOUqOemECB4vYY4pJRzEPj+/QtamPey8VdqQSJ8Yd3wH7FB9iU5UWemMkqNYduPFW5Q2L2g==\",\r\n \"permissions\": \"FULL\"\r\n },\r\n {\r\n \"keyName\": \"key2\",\r\n \"value\": \"g+eS3tmlmkFKm41JUxyBcC7ai/88ogJAeOj5b238xAu/ScVdLbUnvDfwD1DeEHX0xpNBaK8u3ZqBI6XtgOCdHA==\",\r\n \"permissions\": \"FULL\"\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -338,7 +294,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:54:09 GMT" + "Wed, 11 Apr 2018 08:39:06 GMT" ], "Pragma": [ "no-cache" @@ -347,26 +303,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "18d11fa5-ed9e-4d11-85d3-ad8bdfc35380" + "daa2e954-ce4c-420c-89e1-62f22e676e2b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "1176" ], "x-ms-correlation-request-id": [ - "18d11fa5-ed9e-4d11-85d3-ad8bdfc35380" + "8b2c682e-4f01-4bee-b4ae-2070395ce91e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T035410Z:18d11fa5-ed9e-4d11-85d3-ad8bdfc35380" + "SOUTHEASTASIA:20180411T083907Z:8b2c682e-4f01-4bee-b4ae-2070395ce91e" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -374,13 +332,13 @@ ], "Names": { "CreateResourceGroup": [ - "res2840" + "res8889" ], "CreateStorageAccount": [ - "sto4227" + "sto5138" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateEncryptionTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateEncryptionTest.json index 6ea4aaa69927..4faa363828c7 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateEncryptionTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateEncryptionTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res7189?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczcxODk/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6845?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczY4NDU/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "3d319851-9288-43be-8caf-7c374ca12b73" + "eb151a18-bbca-4c53-848b-80668f1a75e4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189\",\r\n \"name\": \"res7189\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845\",\r\n \"name\": \"res6845\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:29:22 GMT" + "Mon, 16 Apr 2018 08:00:51 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1199" ], "x-ms-request-id": [ - "090e2d64-010a-479f-bad9-d869fc82afb2" + "80f7114f-4a78-48ba-97c5-b4da2c94e03b" ], "x-ms-correlation-request-id": [ - "090e2d64-010a-479f-bad9-d869fc82afb2" + "80f7114f-4a78-48ba-97c5-b4da2c94e03b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032923Z:090e2d64-010a-479f-bad9-d869fc82afb2" + "SOUTHEASTASIA:20180416T080051Z:80f7114f-4a78-48ba-97c5-b4da2c94e03b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "442b524c-e58b-4b87-8366-7aa4a32ad664" + "e2e2d2af-154d-42f8-9315-37aeec4aed9d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:29:36 GMT" + "Mon, 16 Apr 2018 08:00:55 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b698f206-02bc-4aa1-b2b0-376ec8a27d2c?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8ffe186a-89bd-4285-aa8c-e730bd4e29c2?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "cf14d5f7-1c1a-43f3-b6b6-958b26f58cfc" - ], - "x-ms-correlation-request-id": [ - "cf14d5f7-1c1a-43f3-b6b6-958b26f58cfc" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032936Z:cf14d5f7-1c1a-43f3-b6b6-958b26f58cfc" + "8ffe186a-89bd-4285-aa8c-e730bd4e29c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b698f206-02bc-4aa1-b2b0-376ec8a27d2c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2I2OThmMjA2LTAyYmMtNGFhMS1iMmIwLTM3NmVjOGEyN2QyYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:29:53 GMT" - ], - "Pragma": [ - "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b698f206-02bc-4aa1-b2b0-376ec8a27d2c?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" - ], - "x-ms-request-id": [ - "85e4565f-f88e-44e7-8105-148542012f54" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1198" ], "x-ms-correlation-request-id": [ - "85e4565f-f88e-44e7-8105-148542012f54" + "a05a0912-b27a-4422-96af-1c0b08603e61" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032954Z:85e4565f-f88e-44e7-8105-148542012f54" + "SOUTHEASTASIA:20180416T080055Z:a05a0912-b27a-4422-96af-1c0b08603e61" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b698f206-02bc-4aa1-b2b0-376ec8a27d2c?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2I2OThmMjA2LTAyYmMtNGFhMS1iMmIwLTM3NmVjOGEyN2QyYz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/8ffe186a-89bd-4285-aa8c-e730bd4e29c2?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzhmZmUxODZhLTg5YmQtNDI4NS1hYThjLWU3MzBiZDRlMjljMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:11 GMT" + "Mon, 16 Apr 2018 08:01:12 GMT" ], "Pragma": [ "no-cache" @@ -217,33 +169,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0381af2c-81f1-4157-b80b-7262694e7e32" + "4261c7c2-35f5-4fde-8b88-c92bced0af42" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14960" ], "x-ms-correlation-request-id": [ - "0381af2c-81f1-4157-b80b-7262694e7e32" + "508ae20d-59c6-4ec2-83ac-ad36307c4b8e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033011Z:0381af2c-81f1-4157-b80b-7262694e7e32" + "SOUTHEASTASIA:20180416T080112Z:508ae20d-59c6-4ec2-83ac-ad36307c4b8e" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n }\r\n}", "RequestHeaders": { @@ -254,17 +208,17 @@ "49" ], "x-ms-client-request-id": [ - "5d40ab12-ddf2-411c-95be-02fc0203398d" + "5b36840f-fa40-48c1-b67c-35eae3d5e56d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:14 GMT" + "Mon, 16 Apr 2018 08:01:15 GMT" ], "Pragma": [ "no-cache" @@ -285,33 +239,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3701dcb9-5320-46a8-876d-cd60a4e5b411" + "1a0fdd0f-4978-4ece-b2e9-7b959ee6f8ae" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1197" ], "x-ms-correlation-request-id": [ - "3701dcb9-5320-46a8-876d-cd60a4e5b411" + "d39943aa-2b35-48e0-9cc2-52c10547fb98" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033014Z:3701dcb9-5320-46a8-876d-cd60a4e5b411" + "SOUTHEASTASIA:20180416T080115Z:d39943aa-2b35-48e0-9cc2-52c10547fb98" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n }\r\n}", "RequestHeaders": { @@ -322,17 +278,17 @@ "90" ], "x-ms-client-request-id": [ - "47dc8c50-842e-4490-a623-3fb2001e3332" + "d7ffb168-7caa-4f94-a112-c4619f6e8909" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -344,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:17 GMT" + "Mon, 16 Apr 2018 08:01:17 GMT" ], "Pragma": [ "no-cache" @@ -353,122 +309,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b37c1816-90ff-437d-9ac2-96e5d3563d3d" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1191" - ], - "x-ms-correlation-request-id": [ - "b37c1816-90ff-437d-9ac2-96e5d3563d3d" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033018Z:b37c1816-90ff-437d-9ac2-96e5d3563d3d" + "3fae3fc0-8107-43a0-97bf-8aa39b7d2497" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", - "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n }\r\n }\r\n }\r\n}", - "RequestHeaders": { - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "201" - ], - "x-ms-client-request-id": [ - "6eae8ca7-5eda-4073-a844-6aea7c48fafb" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:30:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "4e02a7a3-1156-4adc-b9b1-d91cfb460083" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1190" + "1196" ], "x-ms-correlation-request-id": [ - "4e02a7a3-1156-4adc-b9b1-d91cfb460083" + "44212e61-210e-4fa4-8ad9-261e228559d9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033018Z:4e02a7a3-1156-4adc-b9b1-d91cfb460083" + "SOUTHEASTASIA:20180416T080118Z:44212e61-210e-4fa4-8ad9-261e228559d9" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": false\r\n }\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "202" + "242" ], "x-ms-client-request-id": [ - "12c8b9ce-7263-4a2f-a57a-c3ce3d62c954" + "3f003a33-70b2-4e22-8533-c40a42e73a0b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -480,7 +370,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:19 GMT" + "Mon, 16 Apr 2018 08:01:18 GMT" ], "Pragma": [ "no-cache" @@ -489,54 +379,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1e7c659a-a7ef-41fa-815f-78f83fc17051" + "7c82cf62-e2b6-4285-afdb-6f2ac2658900" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1195" ], "x-ms-correlation-request-id": [ - "1e7c659a-a7ef-41fa-815f-78f83fc17051" + "ec162a69-f990-4f80-8300-057c3ff14af0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033019Z:1e7c659a-a7ef-41fa-815f-78f83fc17051" + "SOUTHEASTASIA:20180416T080119Z:ec162a69-f990-4f80-8300-057c3ff14af0" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "201" + "184" ], "x-ms-client-request-id": [ - "ab82f47b-8df9-44cc-b1be-8b16c47d4308" + "049c9826-501b-4f1a-b74a-13c705b3be0a" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:20.038139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -548,7 +440,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:19 GMT" + "Mon, 16 Apr 2018 08:01:19 GMT" ], "Pragma": [ "no-cache" @@ -557,54 +449,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "98607bc3-beba-4cac-b81e-846613136310" + "1a38fb56-3c06-46d0-ac96-0b26a41b3de1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "1194" ], "x-ms-correlation-request-id": [ - "98607bc3-beba-4cac-b81e-846613136310" + "37a1e8e1-a715-49be-a8d6-5dd479413d21" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033020Z:98607bc3-beba-4cac-b81e-846613136310" + "SOUTHEASTASIA:20180416T080119Z:37a1e8e1-a715-49be-a8d6-5dd479413d21" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n }\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "143" + "96" ], "x-ms-client-request-id": [ - "387d3b28-153f-48e0-8b59-4e0f40d5dc54" + "dedc3796-a7e0-45e1-b8d9-297c2fed5292" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:20.038139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -616,7 +510,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:20 GMT" + "Mon, 16 Apr 2018 08:01:20 GMT" ], "Pragma": [ "no-cache" @@ -625,48 +519,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "16ae4f6b-76e2-4db0-bfc1-e888034e5d3e" + "84bb2d90-329c-451b-b406-b8e1ea7fb121" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1193" ], "x-ms-correlation-request-id": [ - "16ae4f6b-76e2-4db0-bfc1-e888034e5d3e" + "0730d7cc-375c-44a9-8a2f-57d462e46744" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033020Z:16ae4f6b-76e2-4db0-bfc1-e888034e5d3e" + "SOUTHEASTASIA:20180416T080120Z:0730d7cc-375c-44a9-8a2f-57d462e46744" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4cfb8cd0-e935-4167-b878-8526d2cfd6a0" + "9effc46c-5b48-4944-8f5c-5ac26652c10c" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -678,7 +574,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:14 GMT" + "Mon, 16 Apr 2018 08:01:15 GMT" ], "Pragma": [ "no-cache" @@ -687,110 +583,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b8c736c6-798e-409b-af17-b834cf979cdb" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" - ], - "x-ms-correlation-request-id": [ - "b8c736c6-798e-409b-af17-b834cf979cdb" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033015Z:b8c736c6-798e-409b-af17-b834cf979cdb" + "b10044e9-46a1-4938-9a87-2a0f635a84a8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "x-ms-client-request-id": [ - "095651be-5072-4a4f-b59c-468b7e5576b1" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", - "ResponseHeaders": { - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:30:18 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Transfer-Encoding": [ - "chunked" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "Vary": [ - "Accept-Encoding" - ], - "x-ms-request-id": [ - "19799efe-67d7-4f75-9697-6d63976c7025" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14959" ], "x-ms-correlation-request-id": [ - "19799efe-67d7-4f75-9697-6d63976c7025" + "743ab313-54e3-4132-948b-b80a80c95516" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033018Z:19799efe-67d7-4f75-9697-6d63976c7025" + "SOUTHEASTASIA:20180416T080116Z:743ab313-54e3-4132-948b-b80a80c95516" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "45a14a2a-b33e-41e1-9fd5-f7f31be26594" + "35c9193c-1d44-480c-b842-64500a1914e7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -802,7 +638,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:18 GMT" + "Mon, 16 Apr 2018 08:01:18 GMT" ], "Pragma": [ "no-cache" @@ -811,48 +647,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "472d1d9e-d867-47d1-bcbb-67a51eb072c5" + "1e4ba7cd-f073-41e3-9abd-4757dcbc8bff" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14865" + "14958" ], "x-ms-correlation-request-id": [ - "472d1d9e-d867-47d1-bcbb-67a51eb072c5" + "b0b8e753-72e0-4e5c-bb11-79063f70a300" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033019Z:472d1d9e-d867-47d1-bcbb-67a51eb072c5" + "SOUTHEASTASIA:20180416T080118Z:b0b8e753-72e0-4e5c-bb11-79063f70a300" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9797a064-4538-4360-921b-e12abf84b02a" + "fd405b8b-1fa8-4311-a949-34f9e71cc0e3" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -864,7 +702,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:19 GMT" + "Mon, 16 Apr 2018 08:01:19 GMT" ], "Pragma": [ "no-cache" @@ -873,48 +711,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "276631c9-98c1-4f3c-825f-529df09ad7fa" + "204ed3c5-995b-4c35-859e-fb682ac67938" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14864" + "14957" ], "x-ms-correlation-request-id": [ - "276631c9-98c1-4f3c-825f-529df09ad7fa" + "36db0dbf-eef6-4ae2-a783-b233399b2b11" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033019Z:276631c9-98c1-4f3c-825f-529df09ad7fa" + "SOUTHEASTASIA:20180416T080119Z:36db0dbf-eef6-4ae2-a783-b233399b2b11" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cbc6a8d6-69ba-4a36-8269-ea9c5312cf13" + "7b8d0d45-59fe-4ba7-8afe-45e4fa1a6ea8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:20.038139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -926,7 +766,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:20 GMT" + "Mon, 16 Apr 2018 08:01:19 GMT" ], "Pragma": [ "no-cache" @@ -935,48 +775,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7dea0686-8698-44f9-b9af-b5d8d8c9c5cb" + "c56ec2d1-7f7c-4c2a-8e0c-18ea92a9f0b5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14863" + "14956" ], "x-ms-correlation-request-id": [ - "7dea0686-8698-44f9-b9af-b5d8d8c9c5cb" + "4ce2a012-c66b-4129-af65-9e926dda7054" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033020Z:7dea0686-8698-44f9-b9af-b5d8d8c9c5cb" + "SOUTHEASTASIA:20180416T080120Z:4ce2a012-c66b-4129-af65-9e926dda7054" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczcxODkvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG84MTY5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY4NDUvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82Mjg5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "26143d97-d2ad-4b95-9f55-fd78098b11d4" + "b1348ce8-5daf-498e-8a99-04fa89c778e8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res7189/providers/Microsoft.Storage/storageAccounts/sto8169\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto8169\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:29:26.6510506Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:29:26.6530506Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:30:20.038139Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto8169.blob.core.windows.net/\",\r\n \"file\": \"https://sto8169.file.core.windows.net/\",\r\n \"queue\": \"https://sto8169.queue.core.windows.net/\",\r\n \"table\": \"https://sto8169.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6845/providers/Microsoft.Storage/storageAccounts/sto6289\",\r\n \"name\": \"sto6289\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-16T08:00:54.7796517Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-16T08:00:54.6859364Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto6289.web.core.windows.net/\",\r\n \"blob\": \"https://sto6289.blob.core.windows.net/\",\r\n \"queue\": \"https://sto6289.queue.core.windows.net/\",\r\n \"table\": \"https://sto6289.table.core.windows.net/\",\r\n \"file\": \"https://sto6289.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -988,7 +830,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:30:20 GMT" + "Mon, 16 Apr 2018 08:01:20 GMT" ], "Pragma": [ "no-cache" @@ -997,26 +839,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b4fc0b99-f28b-4eb5-8e99-465f15a082c2" + "6c028697-9ed4-42cb-8eda-f770a4038819" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14862" + "14955" ], "x-ms-correlation-request-id": [ - "b4fc0b99-f28b-4eb5-8e99-465f15a082c2" + "c03c3f56-3ec4-4f0b-a64b-dcd48e904df0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033021Z:b4fc0b99-f28b-4eb5-8e99-465f15a082c2" + "SOUTHEASTASIA:20180416T080120Z:c03c3f56-3ec4-4f0b-a64b-dcd48e904df0" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -1024,10 +868,10 @@ ], "Names": { "CreateResourceGroup": [ - "res7189" + "res6845" ], "CreateStorageAccount": [ - "sto8169" + "sto6289" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateKindStorageV2.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateKindStorageV2.json index 5fdecbe76b70..201d013ede24 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateKindStorageV2.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateKindStorageV2.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6503?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczY1MDM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9122?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczkxMjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,7 +13,7 @@ "29" ], "x-ms-client-request-id": [ - "319dbda1-39f7-468d-a5f1-b0626afa5f57" + "56cfcaa0-8e2d-402a-83a3-791c96ebf586" ], "accept-language": [ "en-US" @@ -23,7 +23,7 @@ "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503\",\r\n \"name\": \"res6503\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122\",\r\n \"name\": \"res9122\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:03 GMT" + "Wed, 11 Apr 2018 08:35:11 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1194" + "1186" ], "x-ms-request-id": [ - "2c4c4746-0165-48bb-8737-9a9dbf821861" + "973d1f6f-cbef-4462-9954-940b1afbe8bd" ], "x-ms-correlation-request-id": [ - "2c4c4746-0165-48bb-8737-9a9dbf821861" + "973d1f6f-cbef-4462-9954-940b1afbe8bd" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055404Z:2c4c4746-0165-48bb-8737-9a9dbf821861" + "SOUTHEASTASIA:20180411T083511Z:973d1f6f-cbef-4462-9954-940b1afbe8bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503/providers/Microsoft.Storage/storageAccounts/sto7520?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY1MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NTIwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122/providers/Microsoft.Storage/storageAccounts/sto1809?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODA5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "a73e0780-4c8c-4b8c-94b0-4234df24ef5c" + "3a4ae13d-a418-4b86-b95b-6efefbb93c99" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,51 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:07 GMT" + "Wed, 11 Apr 2018 08:35:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/946d5c27-6baf-43dc-bc25-69c69ff1ef7b?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/ad2efee7-1ac4-4736-9c83-630d09c1bcc1?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1193" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "0b922677-0aaa-4979-aae2-fe2e7c923caf" + "ad2efee7-1ac4-4736-9c83-630d09c1bcc1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1185" ], "x-ms-correlation-request-id": [ - "0b922677-0aaa-4979-aae2-fe2e7c923caf" + "e967ee37-841d-4b5d-b5d7-9856f4c99a79" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055408Z:0b922677-0aaa-4979-aae2-fe2e7c923caf" + "SOUTHEASTASIA:20180411T083514Z:e967ee37-841d-4b5d-b5d7-9856f4c99a79" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/946d5c27-6baf-43dc-bc25-69c69ff1ef7b?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzk0NmQ1YzI3LTZiYWYtNDNkYy1iYzI1LTY5YzY5ZmYxZWY3Yj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/ad2efee7-1ac4-4736-9c83-630d09c1bcc1?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2FkMmVmZWU3LTFhYzQtNDczNi05YzgzLTYzMGQwOWMxYmNjMT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503/providers/Microsoft.Storage/storageAccounts/sto7520\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7520\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-08T05:54:06.897383Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:07.0793924Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:07.0793924Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7520.blob.core.windows.net/\",\r\n \"file\": \"https://sto7520.file.core.windows.net/\",\r\n \"queue\": \"https://sto7520.queue.core.windows.net/\",\r\n \"table\": \"https://sto7520.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122/providers/Microsoft.Storage/storageAccounts/sto1809\",\r\n \"name\": \"sto1809\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:14.5348412Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:14.5348412Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:35:14.4722636Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1809.web.core.windows.net/\",\r\n \"blob\": \"https://sto1809.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1809.queue.core.windows.net/\",\r\n \"table\": \"https://sto1809.table.core.windows.net/\",\r\n \"file\": \"https://sto1809.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -152,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:25 GMT" + "Wed, 11 Apr 2018 08:35:31 GMT" ], "Pragma": [ "no-cache" @@ -161,33 +169,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6336786c-311c-46a6-ae80-0b3ad75888f7" + "a6feda9b-89c4-497a-a038-67ed82f7abe3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14968" + "14992" ], "x-ms-correlation-request-id": [ - "6336786c-311c-46a6-ae80-0b3ad75888f7" + "fc45763a-0198-4ed7-8c36-0baf665fac04" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055425Z:6336786c-311c-46a6-ae80-0b3ad75888f7" + "SOUTHEASTASIA:20180411T083532Z:fc45763a-0198-4ed7-8c36-0baf665fac04" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503/providers/Microsoft.Storage/storageAccounts/sto7520?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY1MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NTIwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122/providers/Microsoft.Storage/storageAccounts/sto1809?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODA5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": true\r\n },\r\n \"kind\": \"StorageV2\"\r\n}", "RequestHeaders": { @@ -198,17 +208,17 @@ "90" ], "x-ms-client-request-id": [ - "009601ff-a762-4ae2-b1e1-a793aaff0f75" + "532f2698-2215-4db6-a8d6-899fc8af4c3c" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503/providers/Microsoft.Storage/storageAccounts/sto7520\",\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7520\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-12-08T05:54:06.897383Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:07.0793924Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:07.0793924Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7520.blob.core.windows.net/\",\r\n \"file\": \"https://sto7520.file.core.windows.net/\",\r\n \"queue\": \"https://sto7520.queue.core.windows.net/\",\r\n \"table\": \"https://sto7520.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122/providers/Microsoft.Storage/storageAccounts/sto1809\",\r\n \"name\": \"sto1809\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:14.5348412Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:14.5348412Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:35:14.4722636Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1809.web.core.windows.net/\",\r\n \"blob\": \"https://sto1809.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1809.queue.core.windows.net/\",\r\n \"table\": \"https://sto1809.table.core.windows.net/\",\r\n \"file\": \"https://sto1809.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -220,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:28 GMT" + "Wed, 11 Apr 2018 08:35:34 GMT" ], "Pragma": [ "no-cache" @@ -229,48 +239,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "686597f7-b15b-4333-8d76-52cfa9860875" + "91f38e09-242a-4629-b254-ac1632a92380" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1192" + "1184" ], "x-ms-correlation-request-id": [ - "686597f7-b15b-4333-8d76-52cfa9860875" + "ea99a8ee-9775-45bc-b9be-a4537617f90c" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055428Z:686597f7-b15b-4333-8d76-52cfa9860875" + "SOUTHEASTASIA:20180411T083534Z:ea99a8ee-9775-45bc-b9be-a4537617f90c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503/providers/Microsoft.Storage/storageAccounts/sto7520?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczY1MDMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NTIwP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122/providers/Microsoft.Storage/storageAccounts/sto1809?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczkxMjIvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8xODA5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0a164ed1-2bfb-464d-a277-144bf473ef16" + "76e38772-1483-40e3-abdb-ea16cb27d608" ], "accept-language": [ "en-US" ], "User-Agent": [ "FxVersion/4.6.25815.04", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6503/providers/Microsoft.Storage/storageAccounts/sto7520\",\r\n \"kind\": \"StorageV2\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto7520\",\r\n \"properties\": {\r\n \"accessTier\": \"Hot\",\r\n \"creationTime\": \"2017-12-08T05:54:06.897383Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:07.0793924Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-12-08T05:54:07.0793924Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto7520.blob.core.windows.net/\",\r\n \"file\": \"https://sto7520.file.core.windows.net/\",\r\n \"queue\": \"https://sto7520.queue.core.windows.net/\",\r\n \"table\": \"https://sto7520.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"StorageV2\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9122/providers/Microsoft.Storage/storageAccounts/sto1809\",\r\n \"name\": \"sto1809\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:14.5348412Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:35:14.5348412Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"accessTier\": \"Hot\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:35:14.4722636Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto1809.web.core.windows.net/\",\r\n \"blob\": \"https://sto1809.blob.core.windows.net/\",\r\n \"queue\": \"https://sto1809.queue.core.windows.net/\",\r\n \"table\": \"https://sto1809.table.core.windows.net/\",\r\n \"file\": \"https://sto1809.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -282,7 +294,7 @@ "no-cache" ], "Date": [ - "Fri, 08 Dec 2017 05:54:28 GMT" + "Wed, 11 Apr 2018 08:35:34 GMT" ], "Pragma": [ "no-cache" @@ -291,26 +303,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dffc2330-8d72-4918-998c-8f795d349eb8" + "b8d6c564-41c6-46e2-adbf-8e41e3150cf1" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14967" + "14991" ], "x-ms-correlation-request-id": [ - "dffc2330-8d72-4918-998c-8f795d349eb8" + "b867b2d9-e96b-4aec-967d-7fb0c6c3c9fd" ], "x-ms-routing-request-id": [ - "EASTASIA:20171208T055429Z:dffc2330-8d72-4918-998c-8f795d349eb8" + "SOUTHEASTASIA:20180411T083535Z:b867b2d9-e96b-4aec-967d-7fb0c6c3c9fd" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -318,10 +332,10 @@ ], "Names": { "CreateResourceGroup": [ - "res6503" + "res9122" ], "CreateStorageAccount": [ - "sto7520" + "sto1809" ] }, "Variables": { diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateMultipleTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateMultipleTest.json index 7f6f1cc4becf..9a38f621a4cc 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateMultipleTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateMultipleTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res3231?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczMyMzE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res4691?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczQ2OTE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "a27a4e46-5d17-4e44-9cf9-07ea0d5469b9" + "7cef647b-f274-4b8f-b8bc-f5602a7c3f40" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231\",\r\n \"name\": \"res3231\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691\",\r\n \"name\": \"res4691\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:46:09 GMT" + "Wed, 11 Apr 2018 08:33:01 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1163" ], "x-ms-request-id": [ - "12a518c6-854b-4d11-8461-f51fbd52dce0" + "6a675f8b-397c-44e7-bce7-014f631d3b44" ], "x-ms-correlation-request-id": [ - "12a518c6-854b-4d11-8461-f51fbd52dce0" + "6a675f8b-397c-44e7-bce7-014f631d3b44" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034609Z:12a518c6-854b-4d11-8461-f51fbd52dce0" + "SOUTHEASTASIA:20180411T083302Z:6a675f8b-397c-44e7-bce7-014f631d3b44" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231/providers/Microsoft.Storage/storageAccounts/sto5176?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczMyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MTc2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691/providers/Microsoft.Storage/storageAccounts/sto7647?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQ2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NjQ3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "4566ae9a-9c34-41d0-8818-fa7da74cf78a" + "55365087-813f-4675-9319-687f5a93f4de" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:46:21 GMT" + "Wed, 11 Apr 2018 08:33:03 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b2d1dfa6-7a75-4790-84cf-850ee11ec9df?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/feffef6c-591a-48a1-aedc-be6525a7de5f?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "d846f5c8-5d7e-47b5-8a21-46e4e8212627" - ], - "x-ms-correlation-request-id": [ - "d846f5c8-5d7e-47b5-8a21-46e4e8212627" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034621Z:d846f5c8-5d7e-47b5-8a21-46e4e8212627" + "feffef6c-591a-48a1-aedc-be6525a7de5f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b2d1dfa6-7a75-4790-84cf-850ee11ec9df?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2IyZDFkZmE2LTdhNzUtNDc5MC04NGNmLTg1MGVlMTFlYzlkZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:46:38 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b2d1dfa6-7a75-4790-84cf-850ee11ec9df?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14675" ], - "x-ms-request-id": [ - "30b641b9-d07c-46bd-b765-56c1c286b544" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1162" ], "x-ms-correlation-request-id": [ - "30b641b9-d07c-46bd-b765-56c1c286b544" + "7f0770b3-78cb-4477-a2e3-0e684b4774f9" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034639Z:30b641b9-d07c-46bd-b765-56c1c286b544" + "SOUTHEASTASIA:20180411T083304Z:7f0770b3-78cb-4477-a2e3-0e684b4774f9" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/b2d1dfa6-7a75-4790-84cf-850ee11ec9df?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2IyZDFkZmE2LTdhNzUtNDc5MC04NGNmLTg1MGVlMTFlYzlkZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/feffef6c-591a-48a1-aedc-be6525a7de5f?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2ZlZmZlZjZjLTU5MWEtNDhhMS1hZWRjLWJlNjUyNWE3ZGU1Zj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231/providers/Microsoft.Storage/storageAccounts/sto5176\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto5176\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:46:11.8635921Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:46:11.865588Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:46:11.865588Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5176.blob.core.windows.net/\",\r\n \"file\": \"https://sto5176.file.core.windows.net/\",\r\n \"queue\": \"https://sto5176.queue.core.windows.net/\",\r\n \"table\": \"https://sto5176.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691/providers/Microsoft.Storage/storageAccounts/sto7647\",\r\n \"name\": \"sto7647\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:04.447591Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:04.447591Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:33:04.3538374Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7647.web.core.windows.net/\",\r\n \"blob\": \"https://sto7647.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7647.queue.core.windows.net/\",\r\n \"table\": \"https://sto7647.table.core.windows.net/\",\r\n \"file\": \"https://sto7647.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:46:56 GMT" + "Wed, 11 Apr 2018 08:33:21 GMT" ], "Pragma": [ "no-cache" @@ -217,33 +169,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "6ce6c829-54ee-456a-9149-c943d9a10ad7" + "1423053d-4719-4ba3-a16e-0b83a7eb902a" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14674" + "14963" ], "x-ms-correlation-request-id": [ - "6ce6c829-54ee-456a-9149-c943d9a10ad7" + "be567db7-5096-4973-829a-2cfed6966d65" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034656Z:6ce6c829-54ee-456a-9149-c943d9a10ad7" + "SOUTHEASTASIA:20180411T083322Z:be567db7-5096-4973-829a-2cfed6966d65" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231/providers/Microsoft.Storage/storageAccounts/sto5176?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczMyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MTc2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691/providers/Microsoft.Storage/storageAccounts/sto7647?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQ2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NjQ3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n }\r\n}", "RequestHeaders": { @@ -254,17 +208,17 @@ "136" ], "x-ms-client-request-id": [ - "9e124a9b-5d85-49f0-a9c5-5a3f628037f0" + "80766cd8-04af-4d12-ad5b-a8988c2c06cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231/providers/Microsoft.Storage/storageAccounts/sto5176\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto5176\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:46:11.8635921Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:46:11.865588Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:46:11.865588Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5176.blob.core.windows.net/\",\r\n \"file\": \"https://sto5176.file.core.windows.net/\",\r\n \"queue\": \"https://sto5176.queue.core.windows.net/\",\r\n \"table\": \"https://sto5176.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691/providers/Microsoft.Storage/storageAccounts/sto7647\",\r\n \"name\": \"sto7647\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:04.447591Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:04.447591Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:33:04.3538374Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7647.web.core.windows.net/\",\r\n \"blob\": \"https://sto7647.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7647.queue.core.windows.net/\",\r\n \"table\": \"https://sto7647.table.core.windows.net/\",\r\n \"file\": \"https://sto7647.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:46:59 GMT" + "Wed, 11 Apr 2018 08:33:25 GMT" ], "Pragma": [ "no-cache" @@ -285,48 +239,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "c9210f5a-6fa9-4853-a491-4828014dce59" + "86505618-8929-4a31-9f39-a8a26f88e19b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1161" ], "x-ms-correlation-request-id": [ - "c9210f5a-6fa9-4853-a491-4828014dce59" + "85ac76cd-0e97-47ef-8cdb-5f171932e902" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034659Z:c9210f5a-6fa9-4853-a491-4828014dce59" + "SOUTHEASTASIA:20180411T083325Z:85ac76cd-0e97-47ef-8cdb-5f171932e902" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231/providers/Microsoft.Storage/storageAccounts/sto5176?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczMyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG81MTc2P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691/providers/Microsoft.Storage/storageAccounts/sto7647?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczQ2OTEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NjQ3P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "73ed8c06-4776-4244-99ab-48391c3801ff" + "930088fd-fbfa-47ba-99d9-0ca13e92a6a8" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3231/providers/Microsoft.Storage/storageAccounts/sto5176\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto5176\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:46:11.8635921Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:46:11.865588Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:46:11.865588Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto5176.blob.core.windows.net/\",\r\n \"file\": \"https://sto5176.file.core.windows.net/\",\r\n \"queue\": \"https://sto5176.queue.core.windows.net/\",\r\n \"table\": \"https://sto5176.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res4691/providers/Microsoft.Storage/storageAccounts/sto7647\",\r\n \"name\": \"sto7647\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:04.447591Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:33:04.447591Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:33:04.3538374Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7647.web.core.windows.net/\",\r\n \"blob\": \"https://sto7647.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7647.queue.core.windows.net/\",\r\n \"table\": \"https://sto7647.table.core.windows.net/\",\r\n \"file\": \"https://sto7647.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -338,7 +294,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:46:59 GMT" + "Wed, 11 Apr 2018 08:33:25 GMT" ], "Pragma": [ "no-cache" @@ -347,26 +303,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "0d09f469-4836-4e4f-b8d4-f4d5e03e183c" + "66e6bad6-e9a4-4da3-8928-2104c82ac0a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14673" + "14962" ], "x-ms-correlation-request-id": [ - "0d09f469-4836-4e4f-b8d4-f4d5e03e183c" + "38fdedea-9fd0-4e26-ad86-c95415c96847" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034659Z:0d09f469-4836-4e4f-b8d4-f4d5e03e183c" + "SOUTHEASTASIA:20180411T083325Z:38fdedea-9fd0-4e26-ad86-c95415c96847" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -374,13 +332,13 @@ ], "Names": { "CreateResourceGroup": [ - "res3231" + "res4691" ], "CreateStorageAccount": [ - "sto5176" + "sto7647" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateTest.json index b6afb7aad935..4f95d65e317d 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res1987?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczE5ODc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9836?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk4MzY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "4f6d2c8b-e11e-4640-a56a-c677605277b0" + "ea6248e9-3134-4c7f-b5ed-a3d6f8b88f4b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987\",\r\n \"name\": \"res1987\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836\",\r\n \"name\": \"res9836\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:41:58 GMT" + "Wed, 11 Apr 2018 08:56:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1176" + "1167" ], "x-ms-request-id": [ - "2051bdf1-260a-47e9-a6f5-fbdb3b71a9ab" + "8614f024-a576-4898-96ed-70a8da9d2f3e" ], "x-ms-correlation-request-id": [ - "2051bdf1-260a-47e9-a6f5-fbdb3b71a9ab" + "8614f024-a576-4898-96ed-70a8da9d2f3e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034159Z:2051bdf1-260a-47e9-a6f5-fbdb3b71a9ab" + "SOUTHEASTASIA:20180411T085628Z:8614f024-a576-4898-96ed-70a8da9d2f3e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "829e41fe-3f99-47a8-9e99-8aeb2c2742a2" + "7efbd6e2-40af-4e1c-8505-3c67e0c56b12" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:12 GMT" + "Wed, 11 Apr 2018 08:56:31 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d6cc1441-49b1-4838-8298-c97dabb60a1f?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a60ac873-5c11-47f4-9a7e-869c3008e5f7?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1175" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "f1f84643-2a04-45f0-bc1b-6b0f08228be6" - ], - "x-ms-correlation-request-id": [ - "f1f84643-2a04-45f0-bc1b-6b0f08228be6" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034212Z:f1f84643-2a04-45f0-bc1b-6b0f08228be6" + "a60ac873-5c11-47f4-9a7e-869c3008e5f7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d6cc1441-49b1-4838-8298-c97dabb60a1f?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Q2Y2MxNDQxLTQ5YjEtNDgzOC04Mjk4LWM5N2RhYmI2MGExZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:42:29 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d6cc1441-49b1-4838-8298-c97dabb60a1f?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" ], - "x-ms-request-id": [ - "95038014-c727-4d2a-8538-78fbdaf26106" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1166" ], "x-ms-correlation-request-id": [ - "95038014-c727-4d2a-8538-78fbdaf26106" + "698ad654-27be-4d79-b5d2-051f60d250c5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034229Z:95038014-c727-4d2a-8538-78fbdaf26106" + "SOUTHEASTASIA:20180411T085632Z:698ad654-27be-4d79-b5d2-051f60d250c5" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/d6cc1441-49b1-4838-8298-c97dabb60a1f?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Q2Y2MxNDQxLTQ5YjEtNDgzOC04Mjk4LWM5N2RhYmI2MGExZj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/a60ac873-5c11-47f4-9a7e-869c3008e5f7?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2E2MGFjODczLTVjMTEtNDdmNC05YTdlLTg2OWMzMDA4ZTVmNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:46 GMT" + "Wed, 11 Apr 2018 08:56:48 GMT" ], "Pragma": [ "no-cache" @@ -217,33 +169,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "ffd4816a-7e7c-4742-8d73-30bdd89b792a" + "413f444f-17da-4095-8792-4a24a6a74fe8" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14987" ], "x-ms-correlation-request-id": [ - "ffd4816a-7e7c-4742-8d73-30bdd89b792a" + "9c6a1011-90bb-4569-be00-aa9b8a1093a7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034246Z:ffd4816a-7e7c-4742-8d73-30bdd89b792a" + "SOUTHEASTASIA:20180411T085649Z:9c6a1011-90bb-4569-be00-aa9b8a1093a7" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n }\r\n}", "RequestHeaders": { @@ -254,17 +208,17 @@ "49" ], "x-ms-client-request-id": [ - "c488441a-8b70-4816-96bf-3c32e4c8bd9e" + "f78d8368-c75f-41aa-b89c-a17e76e09c18" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:48 GMT" + "Wed, 11 Apr 2018 08:56:51 GMT" ], "Pragma": [ "no-cache" @@ -285,33 +239,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e5a2fe9e-3e78-4315-a4cc-7237ac54bd01" + "dfcfb2b0-c1e2-400f-9c7f-f8c6a52630ad" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1174" + "1165" ], "x-ms-correlation-request-id": [ - "e5a2fe9e-3e78-4315-a4cc-7237ac54bd01" + "259727e6-3ba3-404f-8ae7-123ceb146bf6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034248Z:e5a2fe9e-3e78-4315-a4cc-7237ac54bd01" + "SOUTHEASTASIA:20180411T085652Z:259727e6-3ba3-404f-8ae7-123ceb146bf6" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n }\r\n}", "RequestHeaders": { @@ -322,17 +278,17 @@ "90" ], "x-ms-client-request-id": [ - "037117a4-dc9e-4ae5-a18d-4c7705d7f7bd" + "2080c820-327b-458b-a62c-bc741f90692d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -344,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:50 GMT" + "Wed, 11 Apr 2018 08:56:54 GMT" ], "Pragma": [ "no-cache" @@ -353,54 +309,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e08c648a-caea-4e85-b971-3c305be5389e" + "8c16e9bf-7a26-4ed6-9da9-7bda79e075a9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1173" + "1164" ], "x-ms-correlation-request-id": [ - "e08c648a-caea-4e85-b971-3c305be5389e" + "38209834-2989-45c3-b39a-cc5783f7dbb0" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034251Z:e08c648a-caea-4e85-b971-3c305be5389e" + "SOUTHEASTASIA:20180411T085654Z:38209834-2989-45c3-b39a-cc5783f7dbb0" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "201" + "242" ], "x-ms-client-request-id": [ - "8ddced31-e551-44b9-9047-307aa8d53a8e" + "2b681aac-6eeb-40e2-9e1a-d19947ec7a18" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -412,7 +370,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:51 GMT" + "Wed, 11 Apr 2018 08:56:55 GMT" ], "Pragma": [ "no-cache" @@ -421,33 +379,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "91a4fcd3-2b47-4eba-a3c7-cc413738f646" + "89e2ec85-6a7a-4765-8ee5-4c776c4b9876" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1172" + "1163" ], "x-ms-correlation-request-id": [ - "91a4fcd3-2b47-4eba-a3c7-cc413738f646" + "23437d51-873c-408a-8dea-247c4005ad2d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034251Z:91a4fcd3-2b47-4eba-a3c7-cc413738f646" + "SOUTHEASTASIA:20180411T085655Z:23437d51-873c-408a-8dea-247c4005ad2d" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"customDomain\": {\r\n \"name\": \"foo.example.com\",\r\n \"useSubDomain\": true\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -458,17 +418,17 @@ "120" ], "x-ms-client-request-id": [ - "a01d393f-fb3b-48a0-a14f-9d9e739f58cb" + "d26af1fa-66cc-4ef1-b87d-8f028fc69f49" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"StorageDomainNameCouldNotVerify\",\r\n \"message\": \"The custom domain name could not be verified. CNAME mapping from foo.example.com to sto4373.blob.core.windows.net does not exist.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"StorageDomainNameCouldNotVerify\",\r\n \"message\": \"The custom domain name could not be verified. CNAME mapping from foo.example.com to sto7732.blob.core.windows.net does not exist.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "194" @@ -483,51 +443,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:51 GMT" + "Wed, 11 Apr 2018 08:56:55 GMT" ], "Pragma": [ "no-cache" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "1a226773-9ccf-44d6-80b8-1e33d6d1bbfa" + "6e38eba3-0437-4316-8f06-2287d72b0ed5" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1171" + "1162" ], "x-ms-correlation-request-id": [ - "1a226773-9ccf-44d6-80b8-1e33d6d1bbfa" + "b5acf7d3-61db-4f28-ad19-f47c38cb802c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034252Z:1a226773-9ccf-44d6-80b8-1e33d6d1bbfa" + "SOUTHEASTASIA:20180411T085656Z:b5acf7d3-61db-4f28-ad19-f47c38cb802c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 409 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "35650ffe-2e62-4e59-9372-91fabf1201dd" + "85f2cb50-384e-48e0-8b2d-3d185b25612d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -539,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:48 GMT" + "Wed, 11 Apr 2018 08:56:51 GMT" ], "Pragma": [ "no-cache" @@ -548,48 +510,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7891ea0e-3e66-465c-a730-545a4da699f6" + "7849307d-fa9a-483e-8889-999fbfe4d55c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14986" ], "x-ms-correlation-request-id": [ - "7891ea0e-3e66-465c-a730-545a4da699f6" + "c5b845dd-7bb3-4768-bac1-73d85696de02" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034249Z:7891ea0e-3e66-465c-a730-545a4da699f6" + "SOUTHEASTASIA:20180411T085652Z:c5b845dd-7bb3-4768-bac1-73d85696de02" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47a6868a-451d-430b-aecf-a0e85f9339cf" + "9e217a4a-f4bb-49df-9041-3fa555d5184f" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -601,7 +565,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:51 GMT" + "Wed, 11 Apr 2018 08:56:54 GMT" ], "Pragma": [ "no-cache" @@ -610,48 +574,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "60bc62bd-6fce-427c-95bc-013691eac3a3" + "8f1830f1-894c-4de2-bf52-669e0060710e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14867" + "14985" ], "x-ms-correlation-request-id": [ - "60bc62bd-6fce-427c-95bc-013691eac3a3" + "86b5bdbd-a5fd-4629-9912-a8d4bd526103" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034251Z:60bc62bd-6fce-427c-95bc-013691eac3a3" + "SOUTHEASTASIA:20180411T085654Z:86b5bdbd-a5fd-4629-9912-a8d4bd526103" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczE5ODcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MzczP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk4MzYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG83NzMyP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "23079769-8a41-4223-8692-17352898d48b" + "b31decfd-d5a1-4cf1-9552-e16d5ec9853e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res1987/providers/Microsoft.Storage/storageAccounts/sto4373\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4373\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:42:02.0347853Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:42:02.0377844Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4373.blob.core.windows.net/\",\r\n \"file\": \"https://sto4373.file.core.windows.net/\",\r\n \"queue\": \"https://sto4373.queue.core.windows.net/\",\r\n \"table\": \"https://sto4373.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9836/providers/Microsoft.Storage/storageAccounts/sto7732\",\r\n \"name\": \"sto7732\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:56:31.8008142Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:56:31.7383105Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto7732.web.core.windows.net/\",\r\n \"blob\": \"https://sto7732.blob.core.windows.net/\",\r\n \"queue\": \"https://sto7732.queue.core.windows.net/\",\r\n \"table\": \"https://sto7732.table.core.windows.net/\",\r\n \"file\": \"https://sto7732.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -663,7 +629,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:42:51 GMT" + "Wed, 11 Apr 2018 08:56:55 GMT" ], "Pragma": [ "no-cache" @@ -672,26 +638,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "f27aa698-306c-4ff5-9bb6-af92dab90522" + "9fb7940e-8eaa-4e98-8638-005dc601d268" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14866" + "14984" ], "x-ms-correlation-request-id": [ - "f27aa698-306c-4ff5-9bb6-af92dab90522" + "413624b6-5c9b-4a1d-8f13-ac8da65d9cb2" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034252Z:f27aa698-306c-4ff5-9bb6-af92dab90522" + "SOUTHEASTASIA:20180411T085655Z:413624b6-5c9b-4a1d-8f13-ac8da65d9cb2" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -699,13 +667,13 @@ ], "Names": { "CreateResourceGroup": [ - "res1987" + "res9836" ], "CreateStorageAccount": [ - "sto4373" + "sto7732" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithCreateTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithCreateTest.json index fff5382b8782..0f2672fb0473 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithCreateTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithCreateTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res6581?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczY1ODE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9948?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk5NDg/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "343fbad5-9fe7-4a3f-bb87-a698a3f45f68" + "ef5869c3-a0ab-464d-9137-72640c71e33b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581\",\r\n \"name\": \"res6581\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948\",\r\n \"name\": \"res9948\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:25:09 GMT" + "Wed, 11 Apr 2018 08:22:22 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1189" + "1184" ], "x-ms-request-id": [ - "d5465d47-4a47-43bf-8d5c-56306c2a3800" + "b5f541cd-c0c0-4247-b197-8001919567ad" ], "x-ms-correlation-request-id": [ - "d5465d47-4a47-43bf-8d5c-56306c2a3800" + "b5f541cd-c0c0-4247-b197-8001919567ad" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032509Z:d5465d47-4a47-43bf-8d5c-56306c2a3800" + "SOUTHEASTASIA:20180411T082222Z:b5f541cd-c0c0-4247-b197-8001919567ad" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "b015fd9f-f55d-4d8e-b890-88648e96f317" + "6e30fb88-520f-4879-9766-b207e8416d4b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,63 +102,65 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:25:22 GMT" + "Wed, 11 Apr 2018 08:22:24 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/67ef20be-372a-45f1-a44c-b4470d8d0fd2?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45999127-46d4-4821-af2e-34014b6305a4?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1188" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "bea279f7-e738-4173-a433-839df15183f9" + "45999127-46d4-4821-af2e-34014b6305a4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-writes": [ + "1183" ], "x-ms-correlation-request-id": [ - "bea279f7-e738-4173-a433-839df15183f9" + "d4758d01-c2e1-420d-b64b-58d379f664f7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032522Z:bea279f7-e738-4173-a433-839df15183f9" + "SOUTHEASTASIA:20180411T082224Z:d4758d01-c2e1-420d-b64b-58d379f664f7" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\"\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "101" + "104" ], "x-ms-client-request-id": [ - "10c5b1fd-2ffe-4d89-b6d7-85c730a11c17" + "82d28de6-22fe-4988-b726-0f978105b41d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -164,7 +172,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:03 GMT" + "Wed, 11 Apr 2018 08:23:02 GMT" ], "Pragma": [ "no-cache" @@ -173,54 +181,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d063a053-efba-424c-9324-e9d8e64c3179" + "de42f429-a504-41d7-9dd6-204ffb4a6406" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1187" + "1182" ], "x-ms-correlation-request-id": [ - "d063a053-efba-424c-9324-e9d8e64c3179" + "91bbe746-1129-4ea3-83ea-34f0ff4d7c9f" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032604Z:d063a053-efba-424c-9324-e9d8e64c3179" + "SOUTHEASTASIA:20180411T082303Z:91bbe746-1129-4ea3-83ea-34f0ff4d7c9f" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "188" + "191" ], "x-ms-client-request-id": [ - "ad67f83c-5df8-42d7-b43f-651b1f1aede2" + "9d3259ea-eded-47e3-af75-f94f139fe2cf" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -232,7 +242,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:06 GMT" + "Wed, 11 Apr 2018 08:23:04 GMT" ], "Pragma": [ "no-cache" @@ -241,54 +251,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "252b5065-9eba-446a-8d4e-7211909d7dfe" + "598e6322-98e5-4ad2-8f05-8bf914e9049e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1186" + "1181" ], "x-ms-correlation-request-id": [ - "252b5065-9eba-446a-8d4e-7211909d7dfe" + "2095681c-463d-43ab-9d56-a72546e40962" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032606Z:252b5065-9eba-446a-8d4e-7211909d7dfe" + "SOUTHEASTASIA:20180411T082305Z:2095681c-463d-43ab-9d56-a72546e40962" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"encryption\": {\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true\r\n },\r\n \"file\": {\r\n \"enabled\": true\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "340" + "343" ], "x-ms-client-request-id": [ - "a255861b-e5f0-427c-9918-091df3679dc4" + "e9428aa6-df03-41a3-9408-fb380abac28e" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -300,7 +312,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:08 GMT" + "Wed, 11 Apr 2018 08:23:07 GMT" ], "Pragma": [ "no-cache" @@ -309,54 +321,56 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "1cdbcb3c-6133-4f26-8217-76ff510cd2e7" + "42f40071-de69-486d-89da-a01cf6e1aaa3" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1185" + "1180" ], "x-ms-correlation-request-id": [ - "1cdbcb3c-6133-4f26-8217-76ff510cd2e7" + "d0a54d65-d631-40e7-aa2b-ec69da6128fc" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032609Z:1cdbcb3c-6133-4f26-8217-76ff510cd2e7" + "SOUTHEASTASIA:20180411T082308Z:d0a54d65-d631-40e7-aa2b-ec69da6128fc" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"customDomain\": {\r\n \"name\": \"foo.example.com\",\r\n \"useSubDomain\": true\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"customDomain\": {\r\n \"name\": \"foo.example.com\",\r\n \"useSubDomain\": true\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "218" + "221" ], "x-ms-client-request-id": [ - "1d45f9b4-6ba8-4b35-b424-7a6010c82595" + "02774573-4fee-4aae-a4ac-e1f0b13527bb" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"StorageDomainNameCouldNotVerify\",\r\n \"message\": \"The custom domain name could not be verified. CNAME mapping from foo.example.com to sto9522.blob.core.windows.net does not exist.\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"StorageDomainNameCouldNotVerify\",\r\n \"message\": \"The custom domain name could not be verified. CNAME mapping from foo.example.com to sto3979.blob.core.windows.net does not exist.\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "194" @@ -371,45 +385,108 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:09 GMT" + "Wed, 11 Apr 2018 08:23:08 GMT" ], "Pragma": [ "no-cache" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "7d7c03f1-8223-494e-a056-b1eb0625e05d" + "04bf8df3-fb3f-4719-abd2-5bb80ae09c77" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1184" + "1179" ], "x-ms-correlation-request-id": [ - "7d7c03f1-8223-494e-a056-b1eb0625e05d" + "63cee32e-b004-4000-8c06-5c19a65cf52b" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032609Z:7d7c03f1-8223-494e-a056-b1eb0625e05d" + "SOUTHEASTASIA:20180411T082309Z:63cee32e-b004-4000-8c06-5c19a65cf52b" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 409 + }, + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45999127-46d4-4821-af2e-34014b6305a4?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ1OTk5MTI3LTQ2ZDQtNDgyMS1hZjJlLTM0MDE0YjYzMDVhND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" + ] + }, + "ResponseBody": "", + "ResponseHeaders": { + "Content-Length": [ + "0" + ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 11 Apr 2018 08:22:42 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45999127-46d4-4821-af2e-34014b6305a4?monitor=true&api-version=2018-02-01" + ], + "Retry-After": [ + "17" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "x-ms-request-id": [ + "30e4f0a0-1252-4292-bdd4-450acfd5cb4d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14989" + ], + "x-ms-correlation-request-id": [ + "3ab13c7d-9ef1-4265-a981-7d3859e652a4" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180411T082242Z:3ab13c7d-9ef1-4265-a981-7d3859e652a4" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, - "StatusCode": 409 + "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/67ef20be-372a-45f1-a44c-b4470d8d0fd2?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zLzY3ZWYyMGJlLTM3MmEtNDVmMS1hNDRjLWI0NDcwZDhkMGZkMj9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/45999127-46d4-4821-af2e-34014b6305a4?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzQ1OTk5MTI3LTQ2ZDQtNDgyMS1hZjJlLTM0MDE0YjYzMDVhND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -421,7 +498,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:00 GMT" + "Wed, 11 Apr 2018 08:22:59 GMT" ], "Pragma": [ "no-cache" @@ -430,48 +507,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "dc92b905-5a91-4c21-a755-0c3e23ff69f1" + "b408235c-e7db-428f-abc6-54bd602eaf27" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14880" + "14988" ], "x-ms-correlation-request-id": [ - "dc92b905-5a91-4c21-a755-0c3e23ff69f1" + "9318aa2c-d7a6-406f-ab3e-8f1a2e4da42c" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032601Z:dc92b905-5a91-4c21-a755-0c3e23ff69f1" + "SOUTHEASTASIA:20180411T082300Z:9318aa2c-d7a6-406f-ab3e-8f1a2e4da42c" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bb73e3c5-3aeb-482d-b15e-32903deaaf0b" + "7754f5e9-c5f2-4187-ae04-46b717126f4d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"statusOfPrimary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -483,7 +562,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:04 GMT" + "Wed, 11 Apr 2018 08:23:02 GMT" ], "Pragma": [ "no-cache" @@ -492,48 +571,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "88b959fd-d7ce-49c2-a200-8860ddce701f" + "057b47c2-55d2-4acb-9374-0651c955c9dd" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14879" + "14987" ], "x-ms-correlation-request-id": [ - "88b959fd-d7ce-49c2-a200-8860ddce701f" + "d03a79b1-6be2-48be-bce0-bcbb1a2b3983" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032604Z:88b959fd-d7ce-49c2-a200-8860ddce701f" + "SOUTHEASTASIA:20180411T082303Z:d03a79b1-6be2-48be-bce0-bcbb1a2b3983" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c4532e65-ee67-42f4-893f-d244d0761dec" + "e911eb07-255f-4cb3-a068-33224d62b20d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -545,7 +626,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:06 GMT" + "Wed, 11 Apr 2018 08:23:05 GMT" ], "Pragma": [ "no-cache" @@ -554,48 +635,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d5d369ce-4323-4547-80ab-cf20c83cccea" + "ae7d0225-9497-4f96-9f85-4291ff61c5a2" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14877" + "14986" ], "x-ms-correlation-request-id": [ - "d5d369ce-4323-4547-80ab-cf20c83cccea" + "f7f755a2-3416-402d-9d13-4190692e5392" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032607Z:d5d369ce-4323-4547-80ab-cf20c83cccea" + "SOUTHEASTASIA:20180411T082306Z:f7f755a2-3416-402d-9d13-4190692e5392" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczY1ODEvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG85NTIyP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk5NDgvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zOTc5P2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "267a9433-0dd1-4998-87e1-f4dde3a37ca3" + "b31bfd84-8bbc-4f28-b404-18b18660a5ce" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res6581/providers/Microsoft.Storage/storageAccounts/sto9522\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto9522\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:25:12.5148475Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:25:12.5178461Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto9522.blob.core.windows.net/\",\r\n \"file\": \"https://sto9522.file.core.windows.net/\",\r\n \"queue\": \"https://sto9522.queue.core.windows.net/\",\r\n \"table\": \"https://sto9522.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9948/providers/Microsoft.Storage/storageAccounts/sto3979\",\r\n \"name\": \"sto3979\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key3\": \"value3\",\r\n \"key4\": \"value4\",\r\n \"key5\": \"value6\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:22:24.6567744Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:22:24.5936904Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3979.web.core.windows.net/\",\r\n \"blob\": \"https://sto3979.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3979.queue.core.windows.net/\",\r\n \"table\": \"https://sto3979.table.core.windows.net/\",\r\n \"file\": \"https://sto3979.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -607,7 +690,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:26:08 GMT" + "Wed, 11 Apr 2018 08:23:08 GMT" ], "Pragma": [ "no-cache" @@ -616,26 +699,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "aea97141-aaa0-405a-b45b-50ede856b25e" + "ea52197c-b130-4327-bee4-88360e4e1b99" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14875" + "14985" ], "x-ms-correlation-request-id": [ - "aea97141-aaa0-405a-b45b-50ede856b25e" + "d8c8d26f-f638-4e8d-adbb-522863545e4d" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T032609Z:aea97141-aaa0-405a-b45b-50ede856b25e" + "SOUTHEASTASIA:20180411T082308Z:d8c8d26f-f638-4e8d-adbb-522863545e4d" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -643,13 +728,13 @@ ], "Names": { "CreateResourceGroup": [ - "res6581" + "res9948" ], "CreateStorageAccount": [ - "sto9522" + "sto3979" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json index 5f8b19341202..b99ff73ef4d3 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res3937?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczM5Mzc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res9634?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3Jlczk2MzQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "05fd9671-327f-458a-9b11-f2431bec7d89" + "48ac5311-d895-4a57-bb1b-ffc57c0890e7" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937\",\r\n \"name\": \"res3937\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634\",\r\n \"name\": \"res9634\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:32:47 GMT" + "Wed, 11 Apr 2018 08:26:23 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1192" ], "x-ms-request-id": [ - "bb5b2259-17cf-485e-a6a8-0fd62e3dc795" + "3371f8db-f42b-4c82-855a-4f374afdeeba" ], "x-ms-correlation-request-id": [ - "bb5b2259-17cf-485e-a6a8-0fd62e3dc795" + "3371f8db-f42b-4c82-855a-4f374afdeeba" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033247Z:bb5b2259-17cf-485e-a6a8-0fd62e3dc795" + "SOUTHEASTASIA:20180411T082624Z:3371f8db-f42b-4c82-855a-4f374afdeeba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM5MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82OTQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "165" + "168" ], "x-ms-client-request-id": [ - "c1789bf1-a9de-4c44-a3b8-aee4fdba93e0" + "c5662857-ca04-4e75-9d19-cd6ad4836dea" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:00 GMT" + "Wed, 11 Apr 2018 08:26:26 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f50c90ba-75a3-402d-82ca-862191b6d539?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/e8ec7592-8732-4474-b9f7-66cbcf8a8e54?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1198" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "40afa6ce-bfb1-40f3-896c-795088c84121" - ], - "x-ms-correlation-request-id": [ - "40afa6ce-bfb1-40f3-896c-795088c84121" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033301Z:40afa6ce-bfb1-40f3-896c-795088c84121" + "e8ec7592-8732-4474-b9f7-66cbcf8a8e54" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f50c90ba-75a3-402d-82ca-862191b6d539?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1MGM5MGJhLTc1YTMtNDAyZC04MmNhLTg2MjE5MWI2ZDUzOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:33:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f50c90ba-75a3-402d-82ca-862191b6d539?monitor=true&api-version=2017-10-01" ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14997" - ], - "x-ms-request-id": [ - "6f91cb82-d357-4afa-a8ec-d12d5acd5ac8" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1191" ], "x-ms-correlation-request-id": [ - "6f91cb82-d357-4afa-a8ec-d12d5acd5ac8" + "15df5a5d-fe9b-4073-9965-8bfe13a37654" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033319Z:6f91cb82-d357-4afa-a8ec-d12d5acd5ac8" + "SOUTHEASTASIA:20180411T082626Z:15df5a5d-fe9b-4073-9965-8bfe13a37654" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f50c90ba-75a3-402d-82ca-862191b6d539?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2Y1MGM5MGJhLTc1YTMtNDAyZC04MmNhLTg2MjE5MWI2ZDUzOT9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/e8ec7592-8732-4474-b9f7-66cbcf8a8e54?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zL2U4ZWM3NTkyLTg3MzItNDQ3NC1iOWY3LTY2Y2JjZjhhOGU1ND9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3309\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:32:51.7401936Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3309.blob.core.windows.net/\",\r\n \"file\": \"https://sto3309.file.core.windows.net/\",\r\n \"queue\": \"https://sto3309.queue.core.windows.net/\",\r\n \"table\": \"https://sto3309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694\",\r\n \"name\": \"sto694\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:26:26.6647949Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto694.web.core.windows.net/\",\r\n \"blob\": \"https://sto694.blob.core.windows.net/\",\r\n \"queue\": \"https://sto694.queue.core.windows.net/\",\r\n \"table\": \"https://sto694.table.core.windows.net/\",\r\n \"file\": \"https://sto694.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:36 GMT" + "Wed, 11 Apr 2018 08:26:43 GMT" ], "Pragma": [ "no-cache" @@ -217,33 +169,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b0d941af-fa91-4cba-87bf-79437d81b804" + "18e98e03-1af8-4bc1-bdf7-e5b516154273" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14994" + "14992" ], "x-ms-correlation-request-id": [ - "b0d941af-fa91-4cba-87bf-79437d81b804" + "999a3020-f2bd-4267-ac05-a67955fc9aa8" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033336Z:b0d941af-fa91-4cba-87bf-79437d81b804" + "SOUTHEASTASIA:20180411T082644Z:999a3020-f2bd-4267-ac05-a67955fc9aa8" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM5MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82OTQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": true\r\n }\r\n}", "RequestHeaders": { @@ -254,17 +208,17 @@ "66" ], "x-ms-client-request-id": [ - "ff9f0264-6926-45c5-8b4c-11d38405a5c7" + "d7341479-b007-4d82-a5ec-ac7bf47c7ae4" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3309\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:32:51.7401936Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3309.blob.core.windows.net/\",\r\n \"file\": \"https://sto3309.file.core.windows.net/\",\r\n \"queue\": \"https://sto3309.queue.core.windows.net/\",\r\n \"table\": \"https://sto3309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694\",\r\n \"name\": \"sto694\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:26:26.6647949Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto694.web.core.windows.net/\",\r\n \"blob\": \"https://sto694.blob.core.windows.net/\",\r\n \"queue\": \"https://sto694.queue.core.windows.net/\",\r\n \"table\": \"https://sto694.table.core.windows.net/\",\r\n \"file\": \"https://sto694.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -276,7 +230,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:36 GMT" + "Wed, 11 Apr 2018 08:26:44 GMT" ], "Pragma": [ "no-cache" @@ -285,33 +239,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3caac0a5-32fb-4f28-b3ab-324a407be70e" + "c80b7aba-48dd-4d62-b2bd-22c7b167be74" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1197" + "1190" ], "x-ms-correlation-request-id": [ - "3caac0a5-32fb-4f28-b3ab-324a407be70e" + "46dc4443-278b-4f71-963f-af2521252709" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033337Z:3caac0a5-32fb-4f28-b3ab-324a407be70e" + "SOUTHEASTASIA:20180411T082645Z:46dc4443-278b-4f71-963f-af2521252709" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM5MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82OTQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"supportsHttpsTrafficOnly\": false\r\n }\r\n}", "RequestHeaders": { @@ -322,17 +278,17 @@ "67" ], "x-ms-client-request-id": [ - "ee650d81-efea-4339-9a74-5a3a872faf3c" + "c120d0bf-212a-43d3-8d15-858830480fe1" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3309\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:32:51.7401936Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3309.blob.core.windows.net/\",\r\n \"file\": \"https://sto3309.file.core.windows.net/\",\r\n \"queue\": \"https://sto3309.queue.core.windows.net/\",\r\n \"table\": \"https://sto3309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694\",\r\n \"name\": \"sto694\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:26:26.6647949Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto694.web.core.windows.net/\",\r\n \"blob\": \"https://sto694.blob.core.windows.net/\",\r\n \"queue\": \"https://sto694.queue.core.windows.net/\",\r\n \"table\": \"https://sto694.table.core.windows.net/\",\r\n \"file\": \"https://sto694.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -344,7 +300,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:37 GMT" + "Wed, 11 Apr 2018 08:26:45 GMT" ], "Pragma": [ "no-cache" @@ -353,48 +309,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b70824b3-8cf7-466a-903a-9b2e4cc2b832" + "3e2ee8dd-e6a2-43c9-a608-562509aac6ac" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1189" ], "x-ms-correlation-request-id": [ - "b70824b3-8cf7-466a-903a-9b2e4cc2b832" + "0a83ff02-e724-448a-9a40-08371da7e968" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033337Z:b70824b3-8cf7-466a-903a-9b2e4cc2b832" + "SOUTHEASTASIA:20180411T082646Z:0a83ff02-e724-448a-9a40-08371da7e968" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM5MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82OTQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "71dac532-5b48-46e4-b68a-089ce48ea779" + "b8727fb4-fffa-4342-b410-9025126ef921" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3309\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:32:51.7401936Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3309.blob.core.windows.net/\",\r\n \"file\": \"https://sto3309.file.core.windows.net/\",\r\n \"queue\": \"https://sto3309.queue.core.windows.net/\",\r\n \"table\": \"https://sto3309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": true\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694\",\r\n \"name\": \"sto694\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": true,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:26:26.6647949Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto694.web.core.windows.net/\",\r\n \"blob\": \"https://sto694.blob.core.windows.net/\",\r\n \"queue\": \"https://sto694.queue.core.windows.net/\",\r\n \"table\": \"https://sto694.table.core.windows.net/\",\r\n \"file\": \"https://sto694.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -406,7 +364,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:36 GMT" + "Wed, 11 Apr 2018 08:26:44 GMT" ], "Pragma": [ "no-cache" @@ -415,48 +373,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "a3f6867f-5ff1-4936-9abe-4e8437035320" + "0ae65660-81e7-4fef-abab-521985df8cb4" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14993" + "14991" ], "x-ms-correlation-request-id": [ - "a3f6867f-5ff1-4936-9abe-4e8437035320" + "48aa9df4-ed88-4fa3-8d27-ffa461532716" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033337Z:a3f6867f-5ff1-4936-9abe-4e8437035320" + "SOUTHEASTASIA:20180411T082645Z:48aa9df4-ed88-4fa3-8d27-ffa461532716" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczM5MzcvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zMzA5P2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3Jlczk2MzQvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG82OTQ/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "eba27a76-6025-4682-9642-5ccfff615b3b" + "29722c63-4c12-490b-86d3-91e8fa99466d" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res3937/providers/Microsoft.Storage/storageAccounts/sto3309\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto3309\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:32:51.7401936Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:32:51.7421941Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto3309.blob.core.windows.net/\",\r\n \"file\": \"https://sto3309.file.core.windows.net/\",\r\n \"queue\": \"https://sto3309.queue.core.windows.net/\",\r\n \"table\": \"https://sto3309.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {},\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res9634/providers/Microsoft.Storage/storageAccounts/sto694\",\r\n \"name\": \"sto694\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:26:26.727322Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:26:26.6647949Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto694.web.core.windows.net/\",\r\n \"blob\": \"https://sto694.blob.core.windows.net/\",\r\n \"queue\": \"https://sto694.queue.core.windows.net/\",\r\n \"table\": \"https://sto694.table.core.windows.net/\",\r\n \"file\": \"https://sto694.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -468,7 +428,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:33:37 GMT" + "Wed, 11 Apr 2018 08:26:46 GMT" ], "Pragma": [ "no-cache" @@ -477,26 +437,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "8ff57c97-6f2a-4b52-a86f-79196791023a" + "e363e981-79bb-4c26-9e48-493ac2e78e3e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14992" + "14990" ], "x-ms-correlation-request-id": [ - "8ff57c97-6f2a-4b52-a86f-79196791023a" + "6a1c16e3-21f5-4460-9bf7-6bcc52f4eef7" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033338Z:8ff57c97-6f2a-4b52-a86f-79196791023a" + "SOUTHEASTASIA:20180411T082646Z:6a1c16e3-21f5-4460-9bf7-6bcc52f4eef7" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -504,13 +466,13 @@ ], "Names": { "CreateResourceGroup": [ - "res3937" + "res9634" ], "StorageAccountUpdateWithHttpsOnlyTest": [ - "sto3309" + "sto694" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUsageTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUsageTest.json index 2652e6c90a0b..d29bcad22d72 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUsageTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountUsageTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/usages?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS91c2FnZXM/YXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/usages?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS91c2FnZXM/YXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -65,6 +65,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountVnetACLTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountVnetACLTest.json index b5330928b436..ced65637f44e 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountVnetACLTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountVnetACLTest.json @@ -1,8 +1,8 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourcegroups/res2353?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlZ3JvdXBzL3JlczIzNTM/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res6326?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlZ3JvdXBzL3JlczYzMjY/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"eastus2\"\r\n}", "RequestHeaders": { @@ -13,17 +13,17 @@ "29" ], "x-ms-client-request-id": [ - "a5cf3eea-d7e3-4a37-9a4e-8f77643ba34e" + "56dc10d0-4804-4376-86fa-5f149661d46b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", + "FxVersion/4.6.25815.04", "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353\",\r\n \"name\": \"res2353\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326\",\r\n \"name\": \"res6326\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "ResponseHeaders": { "Content-Length": [ "168" @@ -38,50 +38,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:36:49 GMT" + "Wed, 11 Apr 2018 08:28:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1180" + "1187" ], "x-ms-request-id": [ - "b98767d5-3c62-4752-be0e-e6d7be3dc659" + "ed8e53b0-68e2-4d14-8009-4c42183d76a6" ], "x-ms-correlation-request-id": [ - "b98767d5-3c62-4752-be0e-e6d7be3dc659" + "ed8e53b0-68e2-4d14-8009-4c42183d76a6" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033649Z:b98767d5-3c62-4752-be0e-e6d7be3dc659" + "SOUTHEASTASIA:20180411T082828Z:ed8e53b0-68e2-4d14-8009-4c42183d76a6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 201 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczIzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTkxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYzMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzAzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging,AzureServices\",\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.90\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging,AzureServices\",\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.90\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n }\r\n }\r\n}", "RequestHeaders": { "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "378" + "381" ], "x-ms-client-request-id": [ - "7bb7f79c-fa29-4826-b95a-bcbe23f0e568" + "e7127d64-9126-4d29-b794-419d4fcff484" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, "ResponseBody": "", @@ -89,6 +92,9 @@ "Content-Length": [ "0" ], + "Content-Type": [ + "text/plain; charset=utf-8" + ], "Expires": [ "-1" ], @@ -96,107 +102,53 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:02 GMT" + "Wed, 11 Apr 2018 08:28:31 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f3c3124c-ce5b-401e-9218-4b20606416f7?monitor=true&api-version=2017-10-01" + "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/03306c0c-6770-4854-8d37-8c318b48338c?monitor=true&api-version=2018-02-01" ], "Retry-After": [ "17" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1179" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "x-ms-request-id": [ - "26773c31-7535-4001-a1fe-d4ce08d0936c" - ], - "x-ms-correlation-request-id": [ - "26773c31-7535-4001-a1fe-d4ce08d0936c" - ], - "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033703Z:26773c31-7535-4001-a1fe-d4ce08d0936c" + "03306c0c-6770-4854-8d37-8c318b48338c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" - ] - }, - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f3c3124c-ce5b-401e-9218-4b20606416f7?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2YzYzMxMjRjLWNlNWItNDAxZS05MjE4LTRiMjA2MDY0MTZmNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" - ] - }, - "ResponseBody": "", - "ResponseHeaders": { - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ], - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 17 Nov 2017 03:37:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Location": [ - "https://management.azure.com/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f3c3124c-ce5b-401e-9218-4b20606416f7?monitor=true&api-version=2017-10-01" - ], - "Retry-After": [ - "17" - ], - "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "14872" ], - "x-ms-request-id": [ - "6173e01c-87a9-4bdc-ac6e-d4cef2c109c1" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1186" ], "x-ms-correlation-request-id": [ - "6173e01c-87a9-4bdc-ac6e-d4cef2c109c1" + "b8a03ba5-12cc-4130-9af3-f7f084d9a700" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033720Z:6173e01c-87a9-4bdc-ac6e-d4cef2c109c1" + "SOUTHEASTASIA:20180411T082832Z:b8a03ba5-12cc-4130-9af3-f7f084d9a700" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 202 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/f3c3124c-ce5b-401e-9218-4b20606416f7?monitor=true&api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMmV1YXAvYXN5bmNvcGVyYXRpb25zL2YzYzMxMjRjLWNlNWItNDAxZS05MjE4LTRiMjA2MDY0MTZmNz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxNy0xMC0wMQ==", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/asyncoperations/03306c0c-6770-4854-8d37-8c318b48338c?monitor=true&api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMihzdGFnZSkvYXN5bmNvcGVyYXRpb25zLzAzMzA2YzBjLTY3NzAtNDg1NC04ZDM3LThjMzE4YjQ4MzM4Yz9tb25pdG9yPXRydWUmYXBpLXZlcnNpb249MjAxOC0wMi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4191\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:36:52.9656084Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, AzureServices\",\r\n \"defaultAction\": \"Deny\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.45.67.90\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4191.blob.core.windows.net/\",\r\n \"file\": \"https://sto4191.file.core.windows.net/\",\r\n \"queue\": \"https://sto4191.queue.core.windows.net/\",\r\n \"table\": \"https://sto4191.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703\",\r\n \"name\": \"sto3703\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.90\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:28:31.7555126Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3703.web.core.windows.net/\",\r\n \"blob\": \"https://sto3703.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3703.queue.core.windows.net/\",\r\n \"table\": \"https://sto3703.table.core.windows.net/\",\r\n \"file\": \"https://sto3703.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -208,7 +160,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:37 GMT" + "Wed, 11 Apr 2018 08:28:48 GMT" ], "Pragma": [ "no-cache" @@ -217,48 +169,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "da73cfa6-ed49-4dc6-8c88-b46ca393c754" + "db06a382-8414-49bc-b66f-430be507fcc9" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14871" + "14989" ], "x-ms-correlation-request-id": [ - "da73cfa6-ed49-4dc6-8c88-b46ca393c754" + "a0c86a1e-e297-4f91-a732-6b8d9c1d996e" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033737Z:da73cfa6-ed49-4dc6-8c88-b46ca393c754" + "SOUTHEASTASIA:20180411T082849Z:a0c86a1e-e297-4f91-a732-6b8d9c1d996e" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczIzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTkxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYzMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzAzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0f1afae5-7d03-4778-8db4-a04b4ca5ce40" + "08647cf0-95dd-4298-91cb-4cea272a9e36" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4191\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:36:52.9656084Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, AzureServices\",\r\n \"defaultAction\": \"Deny\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.45.67.90\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4191.blob.core.windows.net/\",\r\n \"file\": \"https://sto4191.file.core.windows.net/\",\r\n \"queue\": \"https://sto4191.queue.core.windows.net/\",\r\n \"table\": \"https://sto4191.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703\",\r\n \"name\": \"sto3703\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.90\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:28:31.7555126Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3703.web.core.windows.net/\",\r\n \"blob\": \"https://sto3703.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3703.queue.core.windows.net/\",\r\n \"table\": \"https://sto3703.table.core.windows.net/\",\r\n \"file\": \"https://sto3703.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -270,7 +224,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:37 GMT" + "Wed, 11 Apr 2018 08:28:49 GMT" ], "Pragma": [ "no-cache" @@ -279,48 +233,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "7c683f12-6a92-46ca-bda6-448372477cb0" + "ced8732e-8759-4c75-bcc0-c621cf3ab6ca" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14870" + "14988" ], "x-ms-correlation-request-id": [ - "7c683f12-6a92-46ca-bda6-448372477cb0" + "6be58c0a-caed-4037-88d1-eb0e0e5920c4" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033737Z:7c683f12-6a92-46ca-bda6-448372477cb0" + "SOUTHEASTASIA:20180411T082849Z:6be58c0a-caed-4037-88d1-eb0e0e5920c4" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczIzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTkxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYzMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzAzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b9888b73-7d60-4985-b319-1766f8931058" + "64ff3534-9107-48c3-9414-3372698e7630" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4191\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:36:52.9656084Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"defaultAction\": \"Deny\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.45.67.91\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.45.67.92\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4191.blob.core.windows.net/\",\r\n \"file\": \"https://sto4191.file.core.windows.net/\",\r\n \"queue\": \"https://sto4191.queue.core.windows.net/\",\r\n \"table\": \"https://sto4191.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703\",\r\n \"name\": \"sto3703\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.91\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"23.45.67.92\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:28:31.7555126Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3703.web.core.windows.net/\",\r\n \"blob\": \"https://sto3703.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3703.queue.core.windows.net/\",\r\n \"table\": \"https://sto3703.table.core.windows.net/\",\r\n \"file\": \"https://sto3703.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -332,7 +288,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:38 GMT" + "Wed, 11 Apr 2018 08:28:50 GMT" ], "Pragma": [ "no-cache" @@ -341,48 +297,50 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "62e20a03-1dd2-4c0b-81da-6b5b3dc38167" + "74d6a6d1-4077-46cf-a97e-ac4ee0ad6c9c" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14869" + "14987" ], "x-ms-correlation-request-id": [ - "62e20a03-1dd2-4c0b-81da-6b5b3dc38167" + "aab80553-7932-4852-9b42-64e229c6ddb1" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033739Z:62e20a03-1dd2-4c0b-81da-6b5b3dc38167" + "SOUTHEASTASIA:20180411T082851Z:aab80553-7932-4852-9b42-64e229c6ddb1" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczIzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTkxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYzMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzAzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "054871d4-6cf3-48d8-b112-048631543060" + "5763ef18-b192-46fa-a7a1-0946a4c0e0aa" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4191\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:36:52.9656084Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4191.blob.core.windows.net/\",\r\n \"file\": \"https://sto4191.file.core.windows.net/\",\r\n \"queue\": \"https://sto4191.queue.core.windows.net/\",\r\n \"table\": \"https://sto4191.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703\",\r\n \"name\": \"sto3703\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:28:31.7555126Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3703.web.core.windows.net/\",\r\n \"blob\": \"https://sto3703.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3703.queue.core.windows.net/\",\r\n \"table\": \"https://sto3703.table.core.windows.net/\",\r\n \"file\": \"https://sto3703.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -394,7 +352,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:39 GMT" + "Wed, 11 Apr 2018 08:28:51 GMT" ], "Pragma": [ "no-cache" @@ -403,33 +361,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "3dd49e8d-aef0-4ab7-9645-80bd5e6f5271" + "d4008feb-3acd-40e4-a53e-1c6784ba3853" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14868" + "14986" ], "x-ms-correlation-request-id": [ - "3dd49e8d-aef0-4ab7-9645-80bd5e6f5271" + "2b3d6f29-71e0-4605-b6cb-38088bec8371" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033740Z:3dd49e8d-aef0-4ab7-9645-80bd5e6f5271" + "SOUTHEASTASIA:20180411T082852Z:2b3d6f29-71e0-4605-b6cb-38088bec8371" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczIzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTkxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYzMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzAzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.91\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"23.45.67.92\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -440,17 +400,17 @@ "298" ], "x-ms-client-request-id": [ - "007bce26-2d4e-4577-98bc-a4036281d93b" + "220d7400-54e5-4f3b-8901-881da70c1c4b" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4191\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:36:52.9656084Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"defaultAction\": \"Deny\",\r\n \"ipRules\": [\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.45.67.91\"\r\n },\r\n {\r\n \"action\": \"Allow\",\r\n \"value\": \"23.45.67.92\"\r\n }\r\n ],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4191.blob.core.windows.net/\",\r\n \"file\": \"https://sto4191.file.core.windows.net/\",\r\n \"queue\": \"https://sto4191.queue.core.windows.net/\",\r\n \"table\": \"https://sto4191.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703\",\r\n \"name\": \"sto3703\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"Logging, Metrics\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [\r\n {\r\n \"value\": \"23.45.67.91\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"value\": \"23.45.67.92\",\r\n \"action\": \"Allow\"\r\n }\r\n ],\r\n \"defaultAction\": \"Deny\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:28:31.7555126Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3703.web.core.windows.net/\",\r\n \"blob\": \"https://sto3703.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3703.queue.core.windows.net/\",\r\n \"table\": \"https://sto3703.table.core.windows.net/\",\r\n \"file\": \"https://sto3703.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -462,7 +422,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:38 GMT" + "Wed, 11 Apr 2018 08:28:50 GMT" ], "Pragma": [ "no-cache" @@ -471,33 +431,35 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "e5b96114-3d9d-4e63-8cad-0c6ed674487d" + "f381f1bb-2f12-4486-b9c4-535494cc055f" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1178" + "1185" ], "x-ms-correlation-request-id": [ - "e5b96114-3d9d-4e63-8cad-0c6ed674487d" + "41efb34b-5b52-4ea3-9507-fb890e01e142" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033738Z:e5b96114-3d9d-4e63-8cad-0c6ed674487d" + "SOUTHEASTASIA:20180411T082850Z:41efb34b-5b52-4ea3-9507-fb890e01e142" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 }, { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Jlc291cmNlR3JvdXBzL3JlczIzNTMvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG80MTkxP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Jlc291cmNlR3JvdXBzL3JlczYzMjYvcHJvdmlkZXJzL01pY3Jvc29mdC5TdG9yYWdlL3N0b3JhZ2VBY2NvdW50cy9zdG8zNzAzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"defaultAction\": \"Allow\"\r\n }\r\n }\r\n}", "RequestHeaders": { @@ -508,17 +470,17 @@ "89" ], "x-ms-client-request-id": [ - "3d5cc310-5856-4da2-bd90-c0ea1f55207a" + "645164a3-af42-463d-a067-a62c06f85f26" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/resourceGroups/res2353/providers/Microsoft.Storage/storageAccounts/sto4191\",\r\n \"kind\": \"Storage\",\r\n \"location\": \"eastus2euap\",\r\n \"name\": \"sto4191\",\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T03:36:52.9656084Z\",\r\n \"encryption\": {\r\n \"keySource\": \"Microsoft.Storage\",\r\n \"services\": {\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n },\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2017-11-17T03:36:52.9706079Z\"\r\n }\r\n }\r\n },\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"defaultAction\": \"Allow\",\r\n \"ipRules\": [],\r\n \"virtualNetworkRules\": []\r\n },\r\n \"primaryEndpoints\": {\r\n \"blob\": \"https://sto4191.blob.core.windows.net/\",\r\n \"file\": \"https://sto4191.file.core.windows.net/\",\r\n \"queue\": \"https://sto4191.queue.core.windows.net/\",\r\n \"table\": \"https://sto4191.table.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2euap\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"secondaryLocation\": \"centraluseuap\",\r\n \"statusOfPrimary\": \"available\",\r\n \"statusOfSecondary\": \"available\",\r\n \"supportsHttpsTrafficOnly\": false\r\n },\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"type\": \"Microsoft.Storage/storageAccounts\"\r\n}", + "ResponseBody": "{\r\n \"sku\": {\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\"\r\n },\r\n \"kind\": \"Storage\",\r\n \"id\": \"/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res6326/providers/Microsoft.Storage/storageAccounts/sto3703\",\r\n \"name\": \"sto3703\",\r\n \"type\": \"Microsoft.Storage/storageAccounts\",\r\n \"location\": \"eastus2(stage)\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"networkAcls\": {\r\n \"bypass\": \"AzureServices\",\r\n \"virtualNetworkRules\": [],\r\n \"ipRules\": [],\r\n \"defaultAction\": \"Allow\"\r\n },\r\n \"trustedDirectories\": [\r\n \"72f988bf-86f1-41af-91ab-2d7cd011db47\"\r\n ],\r\n \"supportsHttpsTrafficOnly\": false,\r\n \"encryption\": {\r\n \"services\": {\r\n \"file\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n },\r\n \"blob\": {\r\n \"enabled\": true,\r\n \"lastEnabledTime\": \"2018-04-11T08:28:31.8180101Z\"\r\n }\r\n },\r\n \"keySource\": \"Microsoft.Storage\"\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"creationTime\": \"2018-04-11T08:28:31.7555126Z\",\r\n \"primaryEndpoints\": {\r\n \"web\": \"https://sto3703.web.core.windows.net/\",\r\n \"blob\": \"https://sto3703.blob.core.windows.net/\",\r\n \"queue\": \"https://sto3703.queue.core.windows.net/\",\r\n \"table\": \"https://sto3703.table.core.windows.net/\",\r\n \"file\": \"https://sto3703.file.core.windows.net/\"\r\n },\r\n \"primaryLocation\": \"eastus2(stage)\",\r\n \"statusOfPrimary\": \"available\",\r\n \"secondaryLocation\": \"northcentralus(stage)\",\r\n \"statusOfSecondary\": \"available\"\r\n }\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json" @@ -530,7 +492,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:37:39 GMT" + "Wed, 11 Apr 2018 08:28:51 GMT" ], "Pragma": [ "no-cache" @@ -539,26 +501,28 @@ "chunked" ], "Server": [ - "Microsoft-Azure-Storage-Resource-Provider/1.0", - "Microsoft-HTTPAPI/2.0" + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "37b06c3a-8730-49ff-8847-ae4fca486a5c" + "a3e1e578-2e67-4f53-b161-93f063a2209e" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1177" + "1184" ], "x-ms-correlation-request-id": [ - "37b06c3a-8730-49ff-8847-ae4fca486a5c" + "f51e7894-e79f-4591-8e22-eb742044bda5" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T033739Z:37b06c3a-8730-49ff-8847-ae4fca486a5c" + "SOUTHEASTASIA:20180411T082852Z:f51e7894-e79f-4591-8e22-eb742044bda5" ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -566,13 +530,13 @@ ], "Names": { "CreateResourceGroup": [ - "res2353" + "res6326" ], "StorageAccountVnetACLTest": [ - "sto4191" + "sto3703" ] }, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageSKUListTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageSKUListTest.json index 7a19b14bf5cc..ff0180925663 100644 --- a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageSKUListTest.json +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageSKUListTest.json @@ -1,23 +1,23 @@ { "Entries": [ { - "RequestUri": "/subscriptions/ce4a7590-4722-4bcf-a2c6-e473e9f11778/providers/Microsoft.Storage/skus?api-version=2017-10-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2U0YTc1OTAtNDcyMi00YmNmLWEyYzYtZTQ3M2U5ZjExNzc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9za3VzP2FwaS12ZXJzaW9uPTIwMTctMTAtMDE=", + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/skus?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9za3VzP2FwaS12ZXJzaW9uPTIwMTgtMDItMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1c2596a-e249-413a-ba52-60ebca326cce" + "22bc0564-e37f-4fcd-8ce1-b6144e4c9356" ], "accept-language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.25211.01", - "Microsoft.Azure.Management.Storage.StorageManagementClient/7.1.0.0" + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"false\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2(stage)\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2(stage)\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southeastasia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southeastasia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japaneast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japaneast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"japanwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"japanwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"northeurope\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"northeurope\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"brazilsouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"brazilsouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"australiasoutheast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiasoutheast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"southindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"southindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centralindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centralindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westindia\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westindia\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadaeast\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadaeast\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"canadacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"canadacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westus2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westus2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"westcentralus\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"westcentralus\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"ukwest\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"ukwest\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"koreasouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"koreasouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uknorth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uknorth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"uksouth2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"uksouth2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsarchivepreview\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"eastus2euap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"eastus2euap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportschangenotification\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsdatapolicy\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"centraluseuap\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"centraluseuap\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francecentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francecentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportshoeboxcapacitymetrics\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_ZRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_GRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_RAGRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"StorageV2\",\r\n \"locations\": [\r\n \"francesouth\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"francesouth\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiacentral\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n },\r\n {\r\n \"name\": \"supportsnetworkacls\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Premium_LRS\",\r\n \"tier\": \"Premium\",\r\n \"kind\": \"Storage\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n },\r\n {\r\n \"resourceType\": \"storageAccounts\",\r\n \"name\": \"Standard_LRS\",\r\n \"tier\": \"Standard\",\r\n \"kind\": \"BlobStorage\",\r\n \"locations\": [\r\n \"australiacentral2\"\r\n ],\r\n \"locationInfo\": [\r\n {\r\n \"location\": \"australiacentral2\",\r\n \"zones\": []\r\n }\r\n ],\r\n \"capabilities\": [\r\n {\r\n \"name\": \"supportsfileencryption\",\r\n \"value\": \"true\"\r\n }\r\n ],\r\n \"restrictions\": []\r\n }\r\n ]\r\n}", "ResponseHeaders": { "Content-Type": [ "application/json; charset=utf-8" @@ -29,7 +29,7 @@ "no-cache" ], "Date": [ - "Fri, 17 Nov 2017 03:40:47 GMT" + "Wed, 11 Apr 2018 08:30:09 GMT" ], "Pragma": [ "no-cache" @@ -38,19 +38,22 @@ "Accept-Encoding" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "14981" + "14984" ], "x-ms-request-id": [ - "9f82817c-5a05-48f0-9f3a-4c3a21b96037" + "6440ad12-9865-4724-b89b-00f870920969" ], "x-ms-correlation-request-id": [ - "9f82817c-5a05-48f0-9f3a-4c3a21b96037" + "6440ad12-9865-4724-b89b-00f870920969" ], "x-ms-routing-request-id": [ - "SOUTHEASTASIA:20171117T034047Z:9f82817c-5a05-48f0-9f3a-4c3a21b96037" + "SOUTHEASTASIA:20180411T083009Z:6440ad12-9865-4724-b89b-00f870920969" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" + ], + "X-Content-Type-Options": [ + "nosniff" ] }, "StatusCode": 200 @@ -58,6 +61,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "ce4a7590-4722-4bcf-a2c6-e473e9f11778" + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" } } \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs index caca7419af0b..845062e94b84 100644 --- a/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs +++ b/src/SDKs/Storage/Storage.Tests/Tests/BlobServiceTests.cs @@ -30,160 +30,6 @@ namespace Storage.Tests { public class BlobServiceTests { - - // Test cases for blob service - // template - - //[Fact] - //public void BlobServiceGetPropertiesTest() - //{ - // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - // using (MockContext context = MockContext.Start(this.GetType().FullName)) - // { - // var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); - // var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); - - // // Create resource group - // var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); - - // // Create storage account - // string accountName = TestUtilities.GenerateName("sto"); - // var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); - // var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - // StorageManagementTestUtilities.VerifyAccountProperties(account, true); - - // // implement case - // try - // { - // string containerName = TestUtilities.GenerateName("container"); - // BlobServicePropertiesResponse blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - // Assert.NotNull(blobServiceProperties); - // Assert.NotNull(blobServiceProperties.Id); - // Assert.NotNull(blobServiceProperties.Name); - // Assert.NotNull(blobServiceProperties.Type); - // } - // finally - // { - // // clean up - // storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - // resourcesClient.ResourceGroups.Delete(rgName); - // } - // } - //} - - //// get blob service properties - //[Fact] - //public void BlobServiceGetPropertiesTest() - //{ - // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - // using (MockContext context = MockContext.Start(this.GetType().FullName)) - // { - // var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); - // var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); - - // // Create resource group - // var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); - - // // Create storage account - // string accountName = TestUtilities.GenerateName("sto"); - // var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); - // var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - // StorageManagementTestUtilities.VerifyAccountProperties(account, true); - - // // implement case - // try - // { - // string containerName = TestUtilities.GenerateName("container"); - // BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - // Assert.NotNull(blobServiceProperties); - // Assert.NotNull(blobServiceProperties.Id); - // Assert.NotNull(blobServiceProperties.Name); - // Assert.NotNull(blobServiceProperties.Type); - // } - // finally - // { - // // clean up - // storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - // resourcesClient.ResourceGroups.Delete(rgName); - // } - // } - //} - - // set blob service properties - //[Fact] - //public void BlobServiceSetPropertiesTest() - //{ - // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - // using (MockContext context = MockContext.Start(this.GetType().FullName)) - // { - // var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); - // var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); - - // // Create resource group - // var rgName = StorageManagementTestUtilities.CreateResourceGroup(resourcesClient); - - // // Create storage account - // string accountName = TestUtilities.GenerateName("sto"); - // var parameters = StorageManagementTestUtilities.GetDefaultStorageAccountParameters(); - // var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - // StorageManagementTestUtilities.VerifyAccountProperties(account, true); - - // // implement case - // try - // { - // string containerName = TestUtilities.GenerateName("container"); - // BlobServiceProperties blobServiceProperties = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - // Assert.NotNull(blobServiceProperties); - // Assert.NotNull(blobServiceProperties.Id); - // Assert.NotNull(blobServiceProperties.Name); - // Assert.NotNull(blobServiceProperties.Type); - - // // set properties. - // blobServiceProperties.DefaultServiceVersion = "2017-04-17"; - // blobServiceProperties.Cors = new CorsRule{ - // AllowedOrigins = new List() { "www.ab.com", "www.bc.com" }, - // AllowedMethods = HTTPMethod.GET, - // MaxAgeInSeconds = 500, - // ExposedHeaders = new List(){ - // "x-ms-meta-data*", - // "x-ms-meta-source*", - // "x-ms-meta-abc", - // "x-ms-meta-bcd" - // }, - // AllowedHeaders = new List() { - // "x-ms-meta-data*", - // "x-ms-meta-target*", - // "x-ms-meta-xyz", - // "x-ms-meta-foo" - // } - // }; - // storageMgmtClient.BlobService.SetServiceProperties(rgName, accountName, blobServiceProperties.Cors, blobServiceProperties.DefaultServiceVersion); - - // // veryfy properties. - // BlobServiceProperties blobServicePropertiesSet = storageMgmtClient.BlobService.GetServiceProperties(rgName, accountName); - // Assert.Equal(blobServiceProperties.Id, blobServicePropertiesSet.Id); - // Assert.Equal(blobServiceProperties.Name, blobServicePropertiesSet.Name); - // Assert.Equal(blobServiceProperties.Type, blobServicePropertiesSet.Type); - - // Assert.Equal("2017-04-17", blobServicePropertiesSet.DefaultServiceVersion); - // Assert.Equal(2, blobServicePropertiesSet.Cors.AllowedOrigins.Count); - // Assert.Equal(HTTPMethod.GET, blobServicePropertiesSet.Cors.AllowedMethods); - // Assert.Equal(4, blobServicePropertiesSet.Cors.ExposedHeaders.Count); - // Assert.Equal(4, blobServicePropertiesSet.Cors.AllowedHeaders.Count); - // Assert.Equal(500, blobServicePropertiesSet.Cors.MaxAgeInSeconds); - // } - // finally - // { - // // clean up - // storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - // resourcesClient.ResourceGroups.Delete(rgName); - // } - // } - //} - // create container // delete container [Fact] @@ -216,9 +62,16 @@ public void BlobContainersCreateDeleteTest() blobContainer = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); Assert.Null(blobContainer.Metadata); Assert.Equal(PublicAccess.None, blobContainer.PublicAccess); - storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); Assert.False(blobContainer.HasImmutabilityPolicy); Assert.False(blobContainer.HasLegalHold); + + //Delete container, then no container in the storage account + storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); + ListContainerItems blobContainers = storageMgmtClient.BlobContainers.List(rgName, accountName); + Assert.Equal(0, blobContainers.Value.Count); + + //Delete not exist container, won't fail (return 204) + storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); } finally { diff --git a/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs index 0068f95e6d83..cbd876a31312 100644 --- a/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs +++ b/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs @@ -712,7 +712,8 @@ public void StorageAccountUpdateTest() { Encryption = new Encryption() { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, + KeySource = KeySource.MicrosoftStorage } }; account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, parameters); @@ -1122,12 +1123,13 @@ public void StorageAccountUpdateEncryptionTest() account = storageMgmtClient.StorageAccounts.GetProperties(rgname, accountName); Assert.Equal(account.Tags.Count, parameters.Tags.Count); - // 1. Update storage encryption + // 1. Update storage encryption by enable Blob/File Encyrption parameters = new StorageAccountUpdateParameters { Encryption = new Encryption() { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, + KeySource = KeySource.MicrosoftStorage } }; account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, parameters); @@ -1145,27 +1147,13 @@ public void StorageAccountUpdateEncryptionTest() Assert.Equal(true, account.Encryption.Services.File.Enabled); Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - // 2. Explicitly disable file encryption service. - parameters.Encryption.Services.File.Enabled = false; - account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, parameters); - Assert.NotNull(account.Encryption); - - // Validate - account = storageMgmtClient.StorageAccounts.GetProperties(rgname, accountName); - - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.Equal(true, account.Encryption.Services.Blob.Enabled); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.Null(account.Encryption.Services.File); - - // 3. Restore storage encryption + // 2. Update storage encryption by enable Blob Encyrption parameters = new StorageAccountUpdateParameters { Encryption = new Encryption() { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }}, + KeySource = KeySource.MicrosoftStorage } }; account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, parameters); @@ -1183,12 +1171,12 @@ public void StorageAccountUpdateEncryptionTest() Assert.Equal(true, account.Encryption.Services.File.Enabled); Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - // 4. Remove file encryption service field. + // 3. Update storage encryption by only Keysource parameters = new StorageAccountUpdateParameters { Encryption = new Encryption() { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true } } + KeySource = KeySource.MicrosoftStorage } }; account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, parameters); @@ -1398,6 +1386,7 @@ public void StorageAccountCMKTest() Encryption = new Encryption { Services = new EncryptionServices { Blob = new EncryptionService { Enabled = false }, File = new EncryptionService { Enabled = false } }, + KeySource = KeySource.MicrosoftStorage } }; account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); diff --git a/src/SDKs/_metadata/storage_resource-manager.txt b/src/SDKs/_metadata/storage_resource-manager.txt index 5661ac75eb0f..423de15589d8 100644 --- a/src/SDKs/_metadata/storage_resource-manager.txt +++ b/src/SDKs/_metadata/storage_resource-manager.txt @@ -1,11 +1,11 @@ -2018-03-28 01:53:18 UTC +2018-04-11 07:44:02 UTC 1) azure-rest-api-specs repository information GitHub user: blueww Branch: containerapi -Commit: f43d9cc55f39d546b2ac58d6fd5c9def90139954 +Commit: df585510cc15c7e904a1f37c2eecabdbac8029e5 2) AutoRest information Requested version: latest -Bootstrapper version: C:\Users\weiwei\AppData\Roaming\npm `-- autorest@2.0.4245 +Bootstrapper version: C:\Users\weiwei\AppData\Roaming\npm `-- autorest@2.0.4262 Latest installed version: From 04467248dbdbaeedd08875b743c0920d350752e8 Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Fri, 20 Apr 2018 13:47:19 +0800 Subject: [PATCH 08/11] [Storage] set Tag in LegalHold to required --- .../Generated/BlobContainersOperations.cs | 12 +++++++++-- .../BlobContainersOperationsExtensions.cs | 8 ++++---- .../Generated/IBlobContainersOperations.cs | 4 ++-- .../Generated/Models/LegalHold.cs | 20 ++++++++++++++++--- .../Microsoft.Azure.Management.Storage.csproj | 14 +------------ .../Properties/AssemblyInfo.cs | 2 +- .../_metadata/storage_resource-manager.txt | 6 +++--- 7 files changed, 38 insertions(+), 28 deletions(-) diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs index 0a4fb56fc85f..21aa015f042c 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperations.cs @@ -1407,7 +1407,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1480,6 +1480,10 @@ internal BlobContainersOperations(StorageManagementClient client) throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); } } + if (tags == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "tags"); + } LegalHold legalHold = new LegalHold(); if (tags != null) { @@ -1687,7 +1691,7 @@ internal BlobContainersOperations(StorageManagementClient client) /// /// A response object containing the response body and response headers. /// - public async Task> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (resourceGroupName == null) { @@ -1760,6 +1764,10 @@ internal BlobContainersOperations(StorageManagementClient client) throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); } } + if (tags == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "tags"); + } LegalHold legalHold = new LegalHold(); if (tags != null) { diff --git a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs index e64ae83eb84e..c9f2d3714489 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/BlobContainersOperationsExtensions.cs @@ -365,7 +365,7 @@ public static void Delete(this IBlobContainersOperations operations, string reso /// Each tag should be 3 to 23 alphanumeric characters and is normalized to /// lower case at SRP. /// - public static LegalHold SetLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList)) + public static LegalHold SetLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags) { return operations.SetLegalHoldAsync(resourceGroupName, accountName, containerName, tags).GetAwaiter().GetResult(); } @@ -400,7 +400,7 @@ public static void Delete(this IBlobContainersOperations operations, string reso /// /// The cancellation token. /// - public static async Task SetLegalHoldAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task SetLegalHoldAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.SetLegalHoldWithHttpMessagesAsync(resourceGroupName, accountName, containerName, tags, null, cancellationToken).ConfigureAwait(false)) { @@ -435,7 +435,7 @@ public static void Delete(this IBlobContainersOperations operations, string reso /// Each tag should be 3 to 23 alphanumeric characters and is normalized to /// lower case at SRP. /// - public static LegalHold ClearLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList)) + public static LegalHold ClearLegalHold(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags) { return operations.ClearLegalHoldAsync(resourceGroupName, accountName, containerName, tags).GetAwaiter().GetResult(); } @@ -470,7 +470,7 @@ public static void Delete(this IBlobContainersOperations operations, string reso /// /// The cancellation token. /// - public static async Task ClearLegalHoldAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags = default(IList), CancellationToken cancellationToken = default(CancellationToken)) + public static async Task ClearLegalHoldAsync(this IBlobContainersOperations operations, string resourceGroupName, string accountName, string containerName, IList tags, CancellationToken cancellationToken = default(CancellationToken)) { using (var _result = await operations.ClearLegalHoldWithHttpMessagesAsync(resourceGroupName, accountName, containerName, tags, null, cancellationToken).ConfigureAwait(false)) { diff --git a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs index 16a5a721b92f..da6a2bc8f96e 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IBlobContainersOperations.cs @@ -250,7 +250,7 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> SetLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Clears legal hold tags. Clearing the same or non-existent tag /// results in an idempotent operation. ClearLegalHold clears out only @@ -291,7 +291,7 @@ public partial interface IBlobContainersOperations /// /// Thrown when a required parameter is null /// - Task> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags = default(IList), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> ClearLegalHoldWithHttpMessagesAsync(string resourceGroupName, string accountName, string containerName, IList tags, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates or updates an unlocked immutability policy. ETag in /// If-Match is honored if given but not required for this operation. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs index 75b30b44b00c..e532a3563610 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/LegalHold.cs @@ -10,6 +10,7 @@ namespace Microsoft.Azure.Management.Storage.Models { + using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; @@ -31,14 +32,14 @@ public LegalHold() /// /// Initializes a new instance of the LegalHold class. /// + /// Each tag should be 3 to 23 alphanumeric + /// characters and is normalized to lower case at SRP. /// The hasLegalHold public property is set /// to true by SRP if there are at least one existing tag. The /// hasLegalHold public property is set to false by SRP if all existing /// legal hold tags are cleared out. There can be a maximum of 1000 /// blob containers with hasLegalHold=true for a given account. - /// Each tag should be 3 to 23 alphanumeric - /// characters and is normalized to lower case at SRP. - public LegalHold(bool? hasLegalHold = default(bool?), IList tags = default(IList)) + public LegalHold(IList tags, bool? hasLegalHold = default(bool?)) { HasLegalHold = hasLegalHold; Tags = tags; @@ -67,5 +68,18 @@ public LegalHold() [JsonProperty(PropertyName = "tags")] public IList Tags { get; set; } + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Tags == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Tags"); + } + } } } diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index 57d79274349d..22592e33f24f 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -7,7 +7,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0-preview + 7.2.0.11-preview Microsoft Azure Storage management;Storage;Storage management; See https://aka.ms/asdotnetsdkchangelog for release notes. @@ -18,16 +18,4 @@ - - - Microsoft.Azure.Management.Storage - Microsoft Azure Management Storage Library - Microsoft.Azure.Management.Storage - 7.2.0.0-preview - Microsoft Azure Storage management;Storage;Storage management - See https://aka.ms/asdotnetsdkchangelog for release notes. - - - net452;netstandard1.4 - \ No newline at end of file diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index 4eb9e912983c..db16ae95fc64 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.2.0.0")] +[assembly: AssemblyFileVersion("7.2.0.11")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/_metadata/storage_resource-manager.txt b/src/SDKs/_metadata/storage_resource-manager.txt index 423de15589d8..d8c3c529da5b 100644 --- a/src/SDKs/_metadata/storage_resource-manager.txt +++ b/src/SDKs/_metadata/storage_resource-manager.txt @@ -1,9 +1,9 @@ -2018-04-11 07:44:02 UTC +2018-04-20 02:55:55 UTC 1) azure-rest-api-specs repository information GitHub user: blueww -Branch: containerapi -Commit: df585510cc15c7e904a1f37c2eecabdbac8029e5 +Branch: containerapi2018-02-01 +Commit: f1dcd72622a59348e08d1dbea15bf581c19fbd20 2) AutoRest information Requested version: latest From 38ff2528b64b5c3159426ca0153e5a6fd60a9e3e Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Sat, 28 Apr 2018 12:00:33 +0800 Subject: [PATCH 09/11] [Storage] upgrade to swagger in public repo --- .../Generated/IStorageManagementClient.cs | 6 +- .../Generated/IUsageOperations.cs | 23 ++ .../Generated/Models/AzureEntityResource.cs | 6 +- .../Generated/Models/AzureResource.cs | 75 ------- .../Generated/Models/BlobContainer.cs | 4 +- .../Generated/Models/ImmutabilityPolicy.cs | 4 +- .../Generated/Models/ListContainerItem.cs | 4 +- .../Generated/Models/ProxyResource.cs | 50 +++++ .../Generated/Models/Resource.cs | 43 ++-- .../Generated/Models/StorageAccount.cs | 24 ++- .../Generated/Models/TrackedResource.cs | 83 +++++++ .../SdkInfo_StorageManagementClient.cs | 35 +-- .../Generated/StorageManagementClient.cs | 6 +- .../Generated/UsageOperations.cs | 202 ++++++++++++++++++ .../Generated/UsageOperationsExtensions.cs | 36 ++++ .../Microsoft.Azure.Management.Storage.csproj | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Helpers/StorageManagementTestUtilities.cs | 8 +- .../StorageAccountLocationUsageTest.json | 72 +++++++ .../Tests/StorageAccountTests.cs | 23 ++ .../_metadata/storage_resource-manager.txt | 8 +- 21 files changed, 561 insertions(+), 155 deletions(-) delete mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/ProxyResource.cs create mode 100644 src/SDKs/Storage/Management.Storage/Generated/Models/TrackedResource.cs create mode 100644 src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountLocationUsageTest.json diff --git a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs index 00d86c342755..6be5e822d16c 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IStorageManagementClient.cs @@ -41,14 +41,12 @@ public partial interface IStorageManagementClient : System.IDisposable ServiceClientCredentials Credentials { get; } /// - /// Subscription credentials which uniquely identify the Microsoft - /// Azure subscription. The subscription ID forms part of the URI for - /// every service call. + /// The ID of the target subscription. /// string SubscriptionId { get; set; } /// - /// The version of the service to call. + /// The API version to use for this operation. /// string ApiVersion { get; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/IUsageOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/IUsageOperations.cs index 5d02bdfee6e6..e725c13ef775 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/IUsageOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/IUsageOperations.cs @@ -43,5 +43,28 @@ public partial interface IUsageOperations /// Thrown when a required parameter is null /// Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + /// + /// Gets the current usage count and the limit for the resources of the + /// location under the subscription. + /// + /// + /// The location of the Azure Storage resource. + /// + /// + /// The headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + Task>> ListByLocationWithHttpMessagesAsync(string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs index f439101633d6..666b56018cbe 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureEntityResource.cs @@ -17,7 +17,7 @@ namespace Microsoft.Azure.Management.Storage.Models /// The resource model definition for a Azure Resource Manager resource /// with an etag. /// - public partial class AzureEntityResource : AzureResource + public partial class AzureEntityResource : Resource { /// /// Initializes a new instance of the AzureEntityResource class. @@ -30,9 +30,9 @@ public AzureEntityResource() /// /// Initializes a new instance of the AzureEntityResource class. /// - /// Fully qualified resource ID for the resource. Ex - + /// Fully qualified resource Id for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource. + /// The name of the resource /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs deleted file mode 100644 index 78f300ba5454..000000000000 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/AzureResource.cs +++ /dev/null @@ -1,75 +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.Storage.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Newtonsoft.Json; - using System.Linq; - - /// - /// An Azure Resource Manager resource. - /// - public partial class AzureResource : IResource - { - /// - /// Initializes a new instance of the AzureResource class. - /// - public AzureResource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the AzureResource class. - /// - /// Fully qualified resource ID for the resource. Ex - - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource. - /// The type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. - public AzureResource(string id = default(string), string name = default(string), string type = default(string)) - { - Id = id; - Name = name; - Type = type; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets fully qualified resource ID for the resource. Ex - - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// - [JsonProperty(PropertyName = "id")] - public string Id { get; private set; } - - /// - /// Gets the name of the resource. - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; private set; } - - /// - /// Gets the type of the resource. Ex- - /// Microsoft.Compute/virtualMachines or - /// Microsoft.Storage/storageAccounts. - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; private set; } - - } -} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs index fd718aa87970..91a3e130b95d 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/BlobContainer.cs @@ -35,9 +35,9 @@ public BlobContainer() /// /// Initializes a new instance of the BlobContainer class. /// - /// Fully qualified resource ID for the resource. Ex - + /// Fully qualified resource Id for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource. + /// The name of the resource /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs index fc581bae1453..14ff173945d8 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ImmutabilityPolicy.cs @@ -36,9 +36,9 @@ public ImmutabilityPolicy() /// The /// immutability period for the blobs in the container since the policy /// creation, in days. - /// Fully qualified resource ID for the resource. Ex - + /// Fully qualified resource Id for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource. + /// The name of the resource /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs index 422d1b71c4cd..6fc4856e4eb9 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ListContainerItem.cs @@ -34,9 +34,9 @@ public ListContainerItem() /// /// Initializes a new instance of the ListContainerItem class. /// - /// Fully qualified resource ID for the resource. Ex - + /// Fully qualified resource Id for the resource. Ex - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - /// The name of the resource. + /// The name of the resource /// The type of the resource. Ex- /// Microsoft.Compute/virtualMachines or /// Microsoft.Storage/storageAccounts. diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/ProxyResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/ProxyResource.cs new file mode 100644 index 000000000000..64809d4fa545 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/ProxyResource.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.Storage.Models +{ + using System.Linq; + + /// + /// The resource model definition for a ARM proxy resource. It will have + /// everything other than required location and tags + /// + public partial class ProxyResource : Resource + { + /// + /// Initializes a new instance of the ProxyResource class. + /// + public ProxyResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ProxyResource class. + /// + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + public ProxyResource(string id = default(string), string name = default(string), string type = default(string)) + : base(id, name, type) + { + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/Resource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/Resource.cs index f27a2fc5beeb..7d1a82b6b5b9 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/Resource.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/Resource.cs @@ -13,13 +13,8 @@ namespace Microsoft.Azure.Management.Storage.Models using Microsoft.Rest; using Microsoft.Rest.Azure; using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; - /// - /// Describes a storage resource. - /// public partial class Resource : IResource { /// @@ -33,19 +28,17 @@ public Resource() /// /// Initializes a new instance of the Resource class. /// - /// Resource Id - /// Resource name - /// Resource type - /// Resource location - /// Tags assigned to a resource; can be used for - /// viewing and grouping a resource (across resource groups). - public Resource(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary)) + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; Name = name; Type = type; - Location = location; - Tags = tags; CustomInit(); } @@ -55,35 +48,25 @@ public Resource() partial void CustomInit(); /// - /// Gets resource Id + /// Gets fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets resource name + /// Gets the name of the resource /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets resource type + /// Gets the type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } - /// - /// Gets or sets resource location - /// - [JsonProperty(PropertyName = "location")] - public string Location { get; set; } - - /// - /// Gets or sets tags assigned to a resource; can be used for viewing - /// and grouping a resource (across resource groups). - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs index 93029be2c370..9ddfa4287d78 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/StorageAccount.cs @@ -21,7 +21,7 @@ namespace Microsoft.Azure.Management.Storage.Models /// The storage account. /// [Rest.Serialization.JsonTransformation] - public partial class StorageAccount : Resource + public partial class StorageAccount : TrackedResource { /// /// Initializes a new instance of the StorageAccount class. @@ -34,12 +34,15 @@ public StorageAccount() /// /// Initializes a new instance of the StorageAccount class. /// - /// Resource Id - /// Resource name - /// Resource type - /// Resource location - /// Tags assigned to a resource; can be used for - /// viewing and grouping a resource (across resource groups). + /// The geo-location where the resource + /// lives + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource tags. /// Gets the SKU. /// Gets the Kind. Possible values include: /// 'Storage', 'StorageV2', 'BlobStorage' @@ -86,8 +89,8 @@ public StorageAccount() /// Allows https traffic only to /// storage service if sets to true. /// Network rule set - public StorageAccount(string id = default(string), string name = default(string), string type = default(string), string location = default(string), IDictionary tags = default(IDictionary), Sku sku = default(Sku), Kind? kind = default(Kind?), Identity identity = default(Identity), ProvisioningState? provisioningState = default(ProvisioningState?), Endpoints primaryEndpoints = default(Endpoints), string primaryLocation = default(string), AccountStatus? statusOfPrimary = default(AccountStatus?), System.DateTime? lastGeoFailoverTime = default(System.DateTime?), string secondaryLocation = default(string), AccountStatus? statusOfSecondary = default(AccountStatus?), System.DateTime? creationTime = default(System.DateTime?), CustomDomain customDomain = default(CustomDomain), Endpoints secondaryEndpoints = default(Endpoints), Encryption encryption = default(Encryption), AccessTier? accessTier = default(AccessTier?), bool? enableHttpsTrafficOnly = default(bool?), NetworkRuleSet networkRuleSet = default(NetworkRuleSet)) - : base(id, name, type, location, tags) + public StorageAccount(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), Sku sku = default(Sku), Kind? kind = default(Kind?), Identity identity = default(Identity), ProvisioningState? provisioningState = default(ProvisioningState?), Endpoints primaryEndpoints = default(Endpoints), string primaryLocation = default(string), AccountStatus? statusOfPrimary = default(AccountStatus?), System.DateTime? lastGeoFailoverTime = default(System.DateTime?), string secondaryLocation = default(string), AccountStatus? statusOfSecondary = default(AccountStatus?), System.DateTime? creationTime = default(System.DateTime?), CustomDomain customDomain = default(CustomDomain), Endpoints secondaryEndpoints = default(Endpoints), Encryption encryption = default(Encryption), AccessTier? accessTier = default(AccessTier?), bool? enableHttpsTrafficOnly = default(bool?), NetworkRuleSet networkRuleSet = default(NetworkRuleSet)) + : base(location, id, name, type, tags) { Sku = sku; Kind = kind; @@ -245,8 +248,9 @@ public StorageAccount() /// /// Thrown if validation fails /// - public virtual void Validate() + public override void Validate() { + base.Validate(); if (Sku != null) { Sku.Validate(); diff --git a/src/SDKs/Storage/Management.Storage/Generated/Models/TrackedResource.cs b/src/SDKs/Storage/Management.Storage/Generated/Models/TrackedResource.cs new file mode 100644 index 000000000000..7fb1aa357b51 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/Generated/Models/TrackedResource.cs @@ -0,0 +1,83 @@ +// +// 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.Storage.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// The resource model definition for a ARM tracked top level resource + /// + public partial class TrackedResource : Resource + { + /// + /// Initializes a new instance of the TrackedResource class. + /// + public TrackedResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrackedResource class. + /// + /// The geo-location where the resource + /// lives + /// Fully qualified resource Id for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. Ex- + /// Microsoft.Compute/virtualMachines or + /// Microsoft.Storage/storageAccounts. + /// Resource tags. + public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary)) + : base(id, name, type) + { + Tags = tags; + Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource tags. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// Gets or sets the geo-location where the resource lives + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Location == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "Location"); + } + } + } +} diff --git a/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs index 8fce300797dc..5ea5e34dee95 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/SdkInfo_StorageManagementClient.cs @@ -1,22 +1,31 @@ -using System; -using System.Collections.Generic; -using System.Linq; +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// -internal static partial class SdkInfo +namespace Microsoft.Azure.Management.Storage { - public static IEnumerable> ApiInfo_StorageManagementClient - { - get - { - return new Tuple[] - { + using System; + using System.Collections.Generic; + using System.Linq; + + internal static partial class SdkInfo + { + public static IEnumerable> ApiInfo_StorageManagementClient + { + get + { + return new Tuple[] + { new Tuple("Storage", "BlobContainers", "2018-02-01"), new Tuple("Storage", "Operations", "2018-02-01"), new Tuple("Storage", "Skus", "2018-02-01"), new Tuple("Storage", "StorageAccounts", "2018-02-01"), new Tuple("Storage", "Usage", "2018-02-01"), - }.AsEnumerable(); - } - } + }.AsEnumerable(); + } + } + } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs index 8c71f1c91b7d..362cdf4820b3 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/StorageManagementClient.cs @@ -47,14 +47,12 @@ public partial class StorageManagementClient : ServiceClient - /// Subscription credentials which uniquely identify the Microsoft Azure - /// subscription. The subscription ID forms part of the URI for every service - /// call. + /// The ID of the target subscription. /// public string SubscriptionId { get; set; } /// - /// The version of the service to call. + /// The API version to use for this operation. /// public string ApiVersion { get; private set; } diff --git a/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs b/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs index 1acc0ef4d93d..c43d20deb0f9 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/UsageOperations.cs @@ -243,5 +243,207 @@ internal UsageOperations(StorageManagementClient client) return _result; } + /// + /// Gets the current usage count and the limit for the resources of the + /// location under the subscription. + /// + /// + /// The location of the Azure Storage resource. + /// + /// + /// Headers that will be added to request. + /// + /// + /// The cancellation token. + /// + /// + /// Thrown when the operation returned an invalid status code + /// + /// + /// Thrown when unable to deserialize the response + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// Thrown when a required parameter is null + /// + /// + /// A response object containing the response body and response headers. + /// + public async Task>> ListByLocationWithHttpMessagesAsync(string location, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + { + if (Client.ApiVersion == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); + } + if (Client.ApiVersion != null) + { + if (Client.ApiVersion.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.ApiVersion", 1); + } + } + if (Client.SubscriptionId == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); + } + if (Client.SubscriptionId != null) + { + if (Client.SubscriptionId.Length < 1) + { + throw new ValidationException(ValidationRules.MinLength, "Client.SubscriptionId", 1); + } + } + if (location == null) + { + throw new ValidationException(ValidationRules.CannotBeNull, "location"); + } + // Tracing + bool _shouldTrace = ServiceClientTracing.IsEnabled; + string _invocationId = null; + if (_shouldTrace) + { + _invocationId = ServiceClientTracing.NextInvocationId.ToString(); + Dictionary tracingParameters = new Dictionary(); + tracingParameters.Add("location", location); + tracingParameters.Add("cancellationToken", cancellationToken); + ServiceClientTracing.Enter(_invocationId, this, "ListByLocation", tracingParameters); + } + // Construct URL + var _baseUrl = Client.BaseUri.AbsoluteUri; + var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages").ToString(); + _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); + _url = _url.Replace("{location}", System.Uri.EscapeDataString(location)); + List _queryParameters = new List(); + if (Client.ApiVersion != null) + { + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); + } + if (_queryParameters.Count > 0) + { + _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); + } + // Create HTTP transport objects + var _httpRequest = new HttpRequestMessage(); + HttpResponseMessage _httpResponse = null; + _httpRequest.Method = new HttpMethod("GET"); + _httpRequest.RequestUri = new System.Uri(_url); + // Set Headers + if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) + { + _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); + } + if (Client.AcceptLanguage != null) + { + if (_httpRequest.Headers.Contains("accept-language")) + { + _httpRequest.Headers.Remove("accept-language"); + } + _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); + } + + + if (customHeaders != null) + { + foreach(var _header in customHeaders) + { + if (_httpRequest.Headers.Contains(_header.Key)) + { + _httpRequest.Headers.Remove(_header.Key); + } + _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); + } + } + + // Serialize Request + string _requestContent = null; + // Set Credentials + if (Client.Credentials != null) + { + cancellationToken.ThrowIfCancellationRequested(); + await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + } + // Send Request + if (_shouldTrace) + { + ServiceClientTracing.SendRequest(_invocationId, _httpRequest); + } + cancellationToken.ThrowIfCancellationRequested(); + _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); + if (_shouldTrace) + { + ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); + } + HttpStatusCode _statusCode = _httpResponse.StatusCode; + cancellationToken.ThrowIfCancellationRequested(); + string _responseContent = null; + if ((int)_statusCode != 200) + { + var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + try + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + if (_errorBody != null) + { + ex = new CloudException(_errorBody.Message); + ex.Body = _errorBody; + } + } + catch (JsonException) + { + // Ignore the exception + } + ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); + ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + if (_shouldTrace) + { + ServiceClientTracing.Error(_invocationId, ex); + } + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw ex; + } + // Create Result + var _result = new AzureOperationResponse>(); + _result.Request = _httpRequest; + _result.Response = _httpResponse; + if (_httpResponse.Headers.Contains("x-ms-request-id")) + { + _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); + } + // Deserialize Response + if ((int)_statusCode == 200) + { + _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); + try + { + _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); + } + catch (JsonException ex) + { + _httpRequest.Dispose(); + if (_httpResponse != null) + { + _httpResponse.Dispose(); + } + throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); + } + } + if (_shouldTrace) + { + ServiceClientTracing.Exit(_invocationId, _result); + } + return _result; + } + } } diff --git a/src/SDKs/Storage/Management.Storage/Generated/UsageOperationsExtensions.cs b/src/SDKs/Storage/Management.Storage/Generated/UsageOperationsExtensions.cs index 5338d63725ae..806d1e97f12b 100644 --- a/src/SDKs/Storage/Management.Storage/Generated/UsageOperationsExtensions.cs +++ b/src/SDKs/Storage/Management.Storage/Generated/UsageOperationsExtensions.cs @@ -53,5 +53,41 @@ public static IEnumerable List(this IUsageOperations operations) } } + /// + /// Gets the current usage count and the limit for the resources of the + /// location under the subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The location of the Azure Storage resource. + /// + public static IEnumerable ListByLocation(this IUsageOperations operations, string location) + { + return operations.ListByLocationAsync(location).GetAwaiter().GetResult(); + } + + /// + /// Gets the current usage count and the limit for the resources of the + /// location under the subscription. + /// + /// + /// The operations group for this extension method. + /// + /// + /// The location of the Azure Storage resource. + /// + /// + /// The cancellation token. + /// + public static async Task> ListByLocationAsync(this IUsageOperations operations, string location, CancellationToken cancellationToken = default(CancellationToken)) + { + using (var _result = await operations.ListByLocationWithHttpMessagesAsync(location, null, cancellationToken).ConfigureAwait(false)) + { + return _result.Body; + } + } + } } diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index 22592e33f24f..00e61e232bc5 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -7,7 +7,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0.11-preview + 7.2.0.0-preview Microsoft Azure Storage management;Storage;Storage management; See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs index db16ae95fc64..4eb9e912983c 100644 --- a/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs +++ b/src/SDKs/Storage/Management.Storage/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Provides Microsoft Azure Storage management functions for managing the Microsoft Azure Storage service.")] [assembly: AssemblyVersion("7.0.0.0")] -[assembly: AssemblyFileVersion("7.2.0.11")] +[assembly: AssemblyFileVersion("7.2.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs b/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs index e0beaf7085b9..683bee296043 100644 --- a/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs +++ b/src/SDKs/Storage/Storage.Tests/Helpers/StorageManagementTestUtilities.cs @@ -305,12 +305,12 @@ public static void VerifyAccountProperties(StorageAccount account, bool useDefau Assert.Null(account.SecondaryEndpoints); break; case SkuName.StandardGRS: - //Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); - //Assert.NotNull(account.SecondaryLocation); - //Assert.Null(account.SecondaryEndpoints); + Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); + Assert.NotNull(account.SecondaryLocation); + Assert.Null(account.SecondaryEndpoints); break; case SkuName.StandardRAGRS: - //Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); + Assert.Equal(AccountStatus.Available, account.StatusOfSecondary); Assert.NotNull(account.SecondaryLocation); Assert.NotNull(account.SecondaryEndpoints); Assert.NotNull(account.SecondaryEndpoints.Blob); diff --git a/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountLocationUsageTest.json b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountLocationUsageTest.json new file mode 100644 index 000000000000..6809356cfa52 --- /dev/null +++ b/src/SDKs/Storage/Storage.Tests/SessionRecords/Storage.Tests.StorageAccountTests/StorageAccountLocationUsageTest.json @@ -0,0 +1,72 @@ +{ + "Entries": [ + { + "RequestUri": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2(stage)/usages?api-version=2018-02-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDViNjBkODUtZmQ3Mi00MjdhLWE3MDgtZjk5NGQyNmU1OTNlL3Byb3ZpZGVycy9NaWNyb3NvZnQuU3RvcmFnZS9sb2NhdGlvbnMvZWFzdHVzMiUyOHN0YWdlJTI5L3VzYWdlcz9hcGktdmVyc2lvbj0yMDE4LTAyLTAx", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "d8f4bfaf-2215-46ab-be6c-defafed34714" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.25815.04", + "Microsoft.Azure.Management.Storage.StorageManagementClient/7.2.0.0" + ] + }, + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"unit\": \"Count\",\r\n \"currentValue\": 59,\r\n \"limit\": 250,\r\n \"name\": {\r\n \"value\": \"StorageAccounts\",\r\n \"localizedValue\": \"Storage Accounts\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseHeaders": { + "Content-Type": [ + "application/json" + ], + "Expires": [ + "-1" + ], + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Wed, 02 May 2018 02:29:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Transfer-Encoding": [ + "chunked" + ], + "Server": [ + "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0" + ], + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "d40e9eee-640e-4f22-8106-57d30a1fcc6b" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "14991" + ], + "x-ms-correlation-request-id": [ + "60e4826c-6d82-47c1-ac42-6b565d467e77" + ], + "x-ms-routing-request-id": [ + "SOUTHEASTASIA:20180502T022940Z:60e4826c-6d82-47c1-ac42-6b565d467e77" + ], + "X-Content-Type-Options": [ + "nosniff" + ] + }, + "StatusCode": 200 + } + ], + "Names": {}, + "Variables": { + "SubscriptionId": "45b60d85-fd72-427a-a708-f994d26e593e" + } +} \ No newline at end of file diff --git a/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs b/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs index cbd876a31312..ffe2c99c4cd9 100644 --- a/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs +++ b/src/SDKs/Storage/Storage.Tests/Tests/StorageAccountTests.cs @@ -831,6 +831,29 @@ public void StorageAccountUsageTest() } } + [Fact] + public void StorageAccountLocationUsageTest() + { + var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + + using (MockContext context = MockContext.Start(this.GetType().FullName)) + { + var resourcesClient = StorageManagementTestUtilities.GetResourceManagementClient(context, handler); + var storageMgmtClient = StorageManagementTestUtilities.GetStorageManagementClient(context, handler); + + // Query usage + string Location = StorageManagementTestUtilities.DefaultLocation; + var usages = storageMgmtClient.Usage.ListByLocation(Location); + Assert.Equal(1, usages.Count()); + Assert.Equal(UsageUnit.Count, usages.First().Unit); + Assert.NotNull(usages.First().CurrentValue); + Assert.Equal(250, usages.First().Limit); + Assert.NotNull(usages.First().Name); + Assert.Equal("StorageAccounts", usages.First().Name.Value); + Assert.Equal("Storage Accounts", usages.First().Name.LocalizedValue); + } + } + // [Fact] public void StorageAccountGetOperationsTest() { diff --git a/src/SDKs/_metadata/storage_resource-manager.txt b/src/SDKs/_metadata/storage_resource-manager.txt index d8c3c529da5b..f3cf559e86a7 100644 --- a/src/SDKs/_metadata/storage_resource-manager.txt +++ b/src/SDKs/_metadata/storage_resource-manager.txt @@ -1,9 +1,9 @@ -2018-04-20 02:55:55 UTC +2018-05-07 05:06:06 UTC 1) azure-rest-api-specs repository information -GitHub user: blueww -Branch: containerapi2018-02-01 -Commit: f1dcd72622a59348e08d1dbea15bf581c19fbd20 +GitHub user: Azure +Branch: master +Commit: 96d9da589ae6610fc816fca6b25288519974c83a 2) AutoRest information Requested version: latest From f8971b1160bd2f19b3a1c38d007c9c149afd0d74 Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Tue, 8 May 2018 09:46:24 +0800 Subject: [PATCH 10/11] [Storage] Fix the PR review comments --- .../Microsoft.Azure.Management.Storage.csproj | 2 +- src/SDKs/Storage/Management.Storage/generate.ps1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/SDKs/Storage/Management.Storage/generate.ps1 diff --git a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj index 00e61e232bc5..e6748a58bf06 100644 --- a/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj +++ b/src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj @@ -7,7 +7,7 @@ Microsoft.Azure.Management.Storage Microsoft Azure Management Storage Library Microsoft.Azure.Management.Storage - 7.2.0.0-preview + 7.2.0-preview Microsoft Azure Storage management;Storage;Storage management; See https://aka.ms/asdotnetsdkchangelog for release notes. diff --git a/src/SDKs/Storage/Management.Storage/generate.ps1 b/src/SDKs/Storage/Management.Storage/generate.ps1 new file mode 100644 index 000000000000..909febe1b992 --- /dev/null +++ b/src/SDKs/Storage/Management.Storage/generate.ps1 @@ -0,0 +1 @@ +powershell.exe -ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File "$(split-path $SCRIPT:MyInvocation.MyCommand.Path -parent)\..\..\..\..\tools\generateTool.ps1" -ResourceProvider "storage/resource-manager" -PowershellInvoker -AutoRestVersion "latest" \ No newline at end of file From 885e93501dc6db45a75c008f6e492d764d91bbd9 Mon Sep 17 00:00:00 2001 From: Wei Wei Date: Wed, 9 May 2018 06:07:49 +0800 Subject: [PATCH 11/11] update AzSdk.RP.props to api version 2018-02-01 --- src/SDKs/Storage/AzSdk.RP.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SDKs/Storage/AzSdk.RP.props b/src/SDKs/Storage/AzSdk.RP.props index 5f92d292add5..cec8ac25bbbe 100644 --- a/src/SDKs/Storage/AzSdk.RP.props +++ b/src/SDKs/Storage/AzSdk.RP.props @@ -1,7 +1,7 @@ - Storage_2017-10-01; + Storage_2018-02-01; $(PackageTags);$(CommonTags);$(AzureApiTag); - \ No newline at end of file +